<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{
	font-family:garamond;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:0px;
	display:inline;
}

a{
	text-decoration:none;
}

#divGlob{
	display:block;
	width:1000px;
	height:560px;
	position:relative;
}

#divLeft{
	width:250px;
	float:left;
	height:560px;
}

#divMiddle{
	width:700px;
	float:left;
	height:560px;
}
#divRight{
	width:48px;
	float:left;
	height:560px;
}

#menu{
	text-align:right;
}


#menu ul{
	margin-right:25px;
	list-style:none;
	margin-top:65%;
}

#menu ul li a{
	color:#FFFFFF;
}


#divAdmin{
	clear:both;
	position:absolute;
	bottom:0px;
	right:0px;
}

.divArrow{
	width:51px;
	height:16px;
	margin:0 auto;
	text-align:right;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:7px;
}
.divArrow a{
	float:left;
	display:block;
	width:18px;
	height:16px;
	
}


.divArrow .next{
	margin-left:2px;
	background:url('../img/suivant.gif') no-repeat;
}

.divArrow .next:hover{
	background:url('../img/suivant_aux.gif') no-repeat;
}

.divArrow .prev{
	margin-right:5px;
	background:url('../img/precedent.gif') no-repeat;
}

.divArrow .prev:hover{
	background:url('../img/precedent_aux.gif') no-repeat;
}





.pbBar{
	width:22px;
	height:120px;
	position:absolute;
	left:0;
}

#up{
	cursor:pointer; 
	position:absolute;
	right:0;
	width:16px;
	height:18px;
	background:url('../img/haut.gif') no-repeat;
}
#down{
	cursor:pointer;
	position:absolute;
	right:0; 
	bottom:0;
	width:16px;
	height:18px;
	background:url('../img/bas.gif') no-repeat;
}



.div_accueil{
	height:100%;
	width:100%;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

.div_accueil .arrow_accueil{
	display:none;
	position:absolute;
	top:240px;
	left:0px;
	text-align:center;
	padding:0px;
	margin:5px;
	width:690px;
	height:55px;
}

.div_accueil .arrow_accueil .prev{
	position:absolute;
	left:0px;
}

.div_accueil .arrow_accueil .next{
	position:absolute;
	right:0px;
}

.div_accueil ul{
	list-style:none;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
	display:block;
}

.div_accueil ul li{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

.div_accueil ul li.current{
	display:block;
}

.div_accueil ul li img{
	height:560px;
}

.div_accueil ul li div{
	position:absolute;
	top:505px;
	left:20px;
	width:640px;
	text-align:left;
}



.div_accueil .divArrow a{
	height:53px;
	width:35px;
	margin:0px !important;
}

.div_accueil .divArrow .next.black{
	background:url('../img/right_black.png') no-repeat top left;
}

.div_accueil .divArrow .next.black:hover{
	background:url('../img/right_black_ex.png') no-repeat  top left;
}

.div_accueil .divArrow .prev.black{
	background:url('../img/left_black.png') no-repeat  top left;
}

.div_accueil .divArrow .prev.black:hover{
	background:url('../img/left_black_ex.png') no-repeat  top left;
}

.div_accueil .divArrow .next.white{
	background:url('../img/right_white.png') no-repeat  top left;
}

.div_accueil .divArrow .next.white:hover{
	background:url('../img/right_white_ex.png') no-repeat  top left;
}

.div_accueil .divArrow .prev.white{
	background:url('../img/left_white.png') no-repeat  top left;
}

.div_accueil .divArrow .prev.white:hover{
	background:url('../img/left_white_ex.png') no-repeat top left;
}

</pre></body></html>