@charset "utf-8";
/* CSS Document */

body {
	background-color:#ae9300;
	margin:0;
	text-align:center;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#716068;
}
a {
	color:#d22c2f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.a-actif {
	color:#ffffff;
}
#global {
	position:relative;
	width:950px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	background-image:url(images/fond.png);
	background-repeat:no-repeat;
	text-align:left;
}
#optim {
	width:100%;
	margin-left:0px;
	margin-top:52px;
	text-align:center;
	font-size:9px;
	padding-left:5px;
}
/* ############################################################################## */
/* MENU /*
/* ############################################################################## */
#menu {
	position:absolute;
	width:300px;
	height:500px;
	left:650px;
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d22c2f;
	line-height:18px;
	background-color:#000000;
}
#menu_titre {
	position:absolute;
	margin-left:0px;
	margin-top:205px;
	width:300px;
	text-align:left;
	padding-left:25px;
}
#menu_ctn {
	position:absolute;
	margin-left:0px;
	margin-top:405px;
	width:300px;
	text-align:left;
	padding-left:25px;
}
p#spacer { clear: both; height: 1px; }
.link {
	color:#d22c2f;
}
.linka {
	color:#e0c54a;
}




.mnu_titre {
	color:#c49d99;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150px;
}
h2 {
	color:#462300;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:14px;
}
.mnu_titre2 {
	color:#c49d99;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150px;
}
h1 {
	color:#d22c2f;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:24px;
}
.mnu_titre_visit {
	color:#ffffff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150px;
}
.mnu_sstitre {
	color:#716068;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150px;
}
/* ############################################################################## */
/* CENTENEUR /*
/* ############################################################################## */
#content {
	position:relative;
	width:650px;
	height:500px;
	margin-left:0px;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
}


.error {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;
	color: #CC0000;
}
.valid {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;
	color: #333399;
}
#maj {
	position:absolute;
	width:200px;
	left:265px;
	top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#666666;
	line-height:10px;
}

/* ############################################################################## */
/* JSCROLLPANE */
/* ############################################################################## */
.holder {
	float:left;
	margin-top:5px;
	margin-left:10px;
	width:630px;
	height:490px;
	overflow:auto;
	padding-right:5px;
	background-image:url(images/livre_contenu.png);
	background-position:60px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.scroll-pane {
	margin-top:0px;
	padding-top:10px;
	width:630px;
	height:480px;
	overflow:auto;
	text-align:justify;
	background-image:url(images/livre_contenu.png);
	background-position:60px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.winXP .jScrollPaneTrack {
	background: url(windows_track.gif) repeat-y;
}
.winXP .jScrollPaneDrag {
	background: url(windows_drag_middle.gif) no-repeat 0 50%;
}
.winXP .jScrollPaneDragTop {
	background: url(windows_drag_top.gif) no-repeat;
	height: 4px;
}
.winXP .jScrollPaneDragBottom {
	background: url(windows_drag_bottom.gif) no-repeat;
	height: 4px;
}
.winXP a.jScrollArrowUp {
	height: 17px;
	background: url(windows_arrow_up.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
.winXP a.jScrollArrowDown {
	height: 17px;
	background: url(windows_arrow_down.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}
	
.osX .jScrollPaneTrack {
	background: url(osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #c9bdbf; /* COULEUR du fond de l'ascenseur */
}
.jScrollPaneDrag {
	position: absolute;
	background: #3c271b; /* COULEUR de l'ascenseur */
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
