/***************** 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;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0;
background:#fff url(../images/charte/bg-container.jpg) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:132px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:190px;
padding:5px 0;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/17px Arial, Helvetica, sans-serif;
color:#FFF;
display:block;
text-transform:uppercase;
height:17px;
overflow:hidden;
padding:0 0 0 10px;
margin:2px 0;
background: url(../images/charte/bg-ssrubz.jpg) no-repeat;
}
#menuLeft a:hover,
#menuTop a.trigered{
background: url(../images/charte/bg-ssrubz.jpg) no-repeat;
color:#c867da;
}
/***************** SOUS MENU */
#container #menuLeft ul{
line-height: 10px;
}

#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px Arial, Helvetica, sans-serif;
color:#FFF;
padding:0 0 0 10px;
text-transform: none;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#FFF;
}
.ssrubz{
padding-left:15px;}
/***************** CONTENU *****************/
#contenu{
float:left;
width:750px;
padding:20px 0 0 30px;
}
/*---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 *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:30px;
margin:-30px 0 0;
background: url(../images/charte/bg-footer.jpg) no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
width:190px;
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:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#018D8E;
}

