/***************** 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:#92a7cd;
---*/
}
body{
background:#ffffff url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:332px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:218px;
height:343px;
padding-top:20px;
background:url(../images/charte/bg-menuLeft.jpg) no-repeat;
}

#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/33px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
width:218px;
overflow:hidden;
}
#container #menuLeft h1 span{
display:none;
}
#menuLeft h1 a.bt01{background:url(../images/charte/bt01.gif) left top no-repeat; height:33px;}
#menuLeft h1 a.bt01:hover{background:url(../images/charte/bt01.gif) right top no-repeat;}

#menuLeft h1 a.bt02{background:url(../images/charte/bt02.gif) left top no-repeat; height:33px;}
#menuLeft h1 a.bt02:hover{background:url(../images/charte/bt02.gif) right top no-repeat;}

#menuLeft h1 a.bt03{background:url(../images/charte/bt03.gif) left top no-repeat; height:33px;}
#menuLeft h1 a.bt03:hover{background:url(../images/charte/bt03.gif) right top no-repeat;}

#menuLeft h1 a.bt04{background:url(../images/charte/bt04.gif) left top no-repeat; height:33px;}
#menuLeft h1 a.bt04:hover{background:url(../images/charte/bt04.gif) right top no-repeat;}

#menuLeft h1 a.bt05{background:url(../images/charte/bt05.gif) left top no-repeat; height:33px;}
#menuLeft h1 a.bt05:hover{background:url(../images/charte/bt05.gif) right top no-repeat;}

#menuLeft a:hover,
#menuTop a.trigered{
color:#fff;
}


/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#92a7cd;
}
/***************** CONTENU *****************/
#contenu{
float:left;
background:url(../images/charte/bg-contenu.jpg) no-repeat;
width:772px;
padding:0px 0 0 0px;
position:relative;
}

#gauche{
float:left;
width:492px;
padding:10px 0 0 20px;
position:relative;
}

#gauche2{
float:left;
width:732px;
padding:10px 0 0 20px;
position:relative;
}


#droite{
float:left;
width:210px;
padding:10px 0 0 35px;
position:relative;
}






/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:20px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:86px;
margin:-86px auto 0;
background:url(../images/charte/bg-footer.gif);
}

#footer p a.foot:link , #footer p a.foot:visited {
color:#FFFFFF;
}

#idep{
position:absolute;
left:0;
top:50px;
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:#92a7cd;
margin:8px 0 0;
}

#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#5a5a5a;
}
