/***************** 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:#F3F3F3 url(../images/charte/body.jpg) center top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:900px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
#container2{
background:url(../images/charte/container.jpg) center top no-repeat;
width:900px;
min-height:100%;
}
/***************** HEADER *****************/
#header{
background:url(../images/charte/header.jpg) center top no-repeat;
width:900px;
height:50px;
}
/***************** MENU TOP *****************/
#menuTop{
width:900px;
height:200px;
}
/***************** CONTENU *****************/
#contenu{
width:900px;
}

#colPicture{
position: absolute;
width:210px;
left: 0px;
margin-top: 180px;
margin-left: 30px;

}



#colLeft{
width:210px;
float:left;
padding:0 10px 0 30px;
border-right:#999 dashed 1px;
}
#contenu #colLeft ul{
list-style:none;
margin:0 0 0 15px;
}
#contenu #colLeft a{
font:12px/30px Arial, Helvetica, sans-serif;
text-decoration:none;
height:30px;
width:180px; 
display:block;
border-bottom:#999 dashed 1px;
margin-bottom:3px;
}
#contenu #colLeft li.gros a{
line-height:13px;
}
#contenu #colLeft a:hover{
color:#666666;
}

#contenu #colLeft li.current a{
font-weight: bold;
cursor: default;
color: #999999;

}

#contenu #colLeft li.current a:hover{
font-weight: bold;
cursor: default;
color: #999999;
}



#colRight{
width:580px;
float:left;
padding-left:20px;
padding-bottom: 25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
font-weight: normal;
text-align: justify;
color: #666666;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer2{
background:url(../images/charte/bg-footer.jpg) center top repeat-x;
position:relative;
clear:both;
margin:-60px auto 0;
height:60px;
width:100%;
}
#footer{
position: relative;
width:900px;
height:60px;
margin:0 auto;
background: url(../images/charte/footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:0;
top:30px;
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:#fff;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
