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

