/***************** 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:#FFF url(../../charte/images/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll #FFF url(../../charte/images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:263px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../../charte/images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
padding:22px 0 10px 0;
min-height:260px;
}
#menuLeft li a{
text-align:right;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#FFF114;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
padding:0 10px 0 0;
margin:0 0 0 16px;
width:163px;
background:url(../../charte/images/separ-menu.gif) left bottom no-repeat;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../../charte/images/menu-hover.gif) left bottom no-repeat;
color:#B4E7FF;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
margin:0 0 10px 0;
}
#menuLeft li ul li a{
background:none;
border:none;
text-transform:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
}
#menuLeft li ul li a:hover{
text-decoration:none;
color:#B4E7FF;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../../charte/images/bg-contenu.jpg) right top no-repeat;
}
#contenu{
float:left;
width:740px;
padding:10px 0 10px 15px;
}
#contenu-gauche{
float:left;
width:450px;
margin:15px 25px 0 15px;
}
#contenu-droite{
float:left;
width:243px;
margin:0;
background:
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:50px;
margin:-50px auto 0;
background:url(../../charte/images/bg-footer.jpg) right top no-repeat;
}
#idep{
position:absolute;
left:0px;
top:20px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#142C48;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#142C48;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#142C48;
text-align:right;
padding:20px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#142C48;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#142C48;
}


