/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#203345 url(../../charte/images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:220px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:40px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a span{
display:none;
}
#menuTop a{
display:block;
height:40px;
overflow:hidden;
background-position:top;
}
#menuTop li#btn1 a{
background-image:url(../../charte/images/btn1.gif);
width:85px;
}
#menuTop li#btn2 a{
background-image:url(../../charte/images/btn2.gif);
width:120px;
}
#menuTop li#btn3 a{
background-image:url(../../charte/images/btn3.gif);
width:143px;
}
#menuTop li#btn4 a{
background-image:url(../../charte/images/btn4.gif);
width:75px;
}
#menuTop li#btn5 a{
background-image:url(../../charte/images/btn5.gif);
width:187px;
}
#menuTop li#btn6 a{
background-image:url(../../charte/images/btn6.gif);
width:76px;
}
#menuTop li#btn7 a{
background-image:url(../../charte/images/btn7.gif);
width:144px;
}
#menuTop li#btn8 a{
background-image:url(../../charte/images/btn8.gif);
width:130px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:bottom;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
top:-6000px;
left:0;
background:#3C6183;
border:solid #FFF152;
border-width:0 1px 1px 1px;
}
#menuTop li#btn1 ul{
width:85px;
}
#menuTop li#btn2 ul{
width:120px;
}
#menuTop li#btn3 ul{
width:143px;
}
#menuTop li#btn4 ul{
width:75px;
}
#menuTop li#btn5 ul{
width:187px;
}
#menuTop li#btn6 ul{
width:76px;
}
#menuTop li#btn7 ul{
width:144px;
}
#menuTop li#btn8 ul{
width:130px;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Georgia, "Times New Roman", Times, serif;
text-transform:none;
text-align:center;
color:#fff;
text-decoration:none;
border:solid #FFF152;
border-width:1px 0 0 0;
}
#container #menuTop li li a:hover{
background:#FA8E03;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../../charte/images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
background:#D5D9E2;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#2C2F35;
display:block;
height:25px;
overflow:hidden;
border:solid #FFF;
border-width:0 0 1px 0;
padding:0 0 0 10px;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:#2C2F35;
color:#fff;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#2C2F35;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFF;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:740px;
	padding:20px 0 10px 15px;
}

#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:45px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:45px;
clear:both;
position:relative;
margin:-45px auto;
background:url(../../charte/images/bg-footer.jpg) center top no-repeat;
}
#footer{
position: relative;
margin:auto;
width:960px;
height:45px;
color:#373A0A;
}
#idep{
position:absolute;
left:0;
top:14px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#3F261E;
margin:2px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#3F261E;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:12px/30px Arial, Helvetica, sans-serif;
color:#3F261E;
text-align:right;
letter-spacing:1px;
padding:12px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#3F261E;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#3F261E;
}

