@charset "utf-8";
/* CSS Document */
#btn_enter {
	width:100%;
	margin-top:-11px;
	text-align:center;
}
body {
	background-color:#8b8085;
	margin:0;
	text-align:center;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#716068;
}
a {
	color:#716068;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.a-actif {
	color:#673425;
}
h1 {
	color:#8d4a6a;
	line-height:18px;
}
h2 {
	color:#ca94b0;
}
h3{
	color:#716068;
}
#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;
}
/* ############################################################################## */
/* MENU /*
/* ############################################################################## */
#menu {
	position:relative;
	width:248px;
	left:220px;
	top:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#645b5f;
	line-height:12px;
}
#menu1 {
	left:85px;
	top:0px;
}
#menu2 {
	left:85px;
	margin-top:15px;
}
#menu3 {
	left:85px;
	margin-top:65px;
}
#menu4 {
	left:85px;
	margin-top:45px;
}
#menu5 {
	left:85px;
	margin-top:30px;
}
.mnu_titre {
	color:#c49d99;
	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;
	font-weight:bold;
	line-height:25px;
}
.mnu_titre_visit {
	color:#d94631;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:14px;
}
.mnu_sstitre {
	color:#917381;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:13px;
}
.mnu_sstitre_visit {
	color:#d94631;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:13px;
}
/* ############################################################################## */
/* CENTENEUR /*
/* ############################################################################## */
#content {
	position:relative;
	width:580px;
	height:470px;
	margin-left:auto;
	margin-right:auto;
	left:167px;
	top:-315px;
	background-color:#fcfbf9;
}
#optim {
	width:100%;
	margin-left:0px;
	margin-top:52px;
	text-align:center;
	font-size:9px;
	padding-left:5px;
}
.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: 10px;
}
.scroll-pane {
	width:565px;
	height:450px;
	overflow: auto;
}

.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: #c7aca7; /* COULEUR du fond de l'ascenseur */
}
.jScrollPaneDrag {
	position: absolute;
	background: #26221a; /* 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;*/
}
