/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#fff url(../../charte/images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../../charte/images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:216px;
/*obligatoire si il y a un flash*/
display:block;
outline:0;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
min-height:275px;
padding:0px 0 0 0px;
background:url(../../charte/images/bg-menuLeft.jpg) top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
font:13px/30px Arial, Helvetica, sans-serif;
color:#8e8e8e;
display:block;
height:30px;
overflow:hidden;
padding:0 0 0 28px;
background:url(../images/menu-roll.gif) no-repeat;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../images/menu-over.gif) no-repeat;
color:#ed02ea;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
margin:0 0 5px 0;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:12px/22px Arial, Helvetica, sans-serif;
color:#925BAB;
display:block;
height:18px;
overflow:hidden;
padding:0 0 0 30px;
}
#menuLeft li ul li a:hover{
font-weight:normal;
text-decoration:none;
color:#823d6d;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
float:left;
width:715px;
padding:10px 0 10px 20px;
}
#contenu-gauche{
float:left;
width:480px;
}
#contenu-droite{
float:left;
width:200px;
margin:0 0 0 30px;
}
/***************** TITRE *****************/
#container #contenu h1 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:normal;
}
#container #contenu h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:38px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:38px;
margin:-38px 0 0;

}
#footer2{
position:relative;
width:960px;
height:38px;
margin:0 auto;
background:url(../../charte/images/bg-footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:2px;
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:#585858;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ed02ea;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#585858;
text-align:right;
padding:3px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#585858;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#ed02ea;
}

