/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#53555b url(../images/charte/bg-hauteur.gif) repeat-y center top; 
}
body.intro{
background:#02646f;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center bottom no-repeat;
}
/***************** HEADER *****************/
#header{
width:960px;
height:275px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:220px;
padding:28px 0 0 0;
}
#menuLeft a{
text-decoration:none;
display:block;
height:30px;
overflow:hidden;
background:left top no-repeat;
}
#menuLeft a:hover{
background-position:right top;
}
#menuLeft a span{
display:none;
}
#menuLeft a.bt1{background-image:url(../images/charte/b01.jpg);}
#menuLeft a.bt2{background-image:url(../images/charte/b02.jpg);}
#menuLeft a.bt3{background-image:url(../images/charte/b03.jpg);}
#menuLeft a.bt4{background-image:url(../images/charte/b04.jpg);}
#menuLeft a.bt5{background-image:url(../images/charte/b05.jpg);}
#menuLeft a.bt6{background-image:url(../images/charte/b06.jpg);}
#menuLeft a.bt7{background-image:url(../images/charte/b07.jpg);}
#menuLeft a.bt8{background-image:url(../images/charte/b08.jpg);}
#menuLeft a.bt9{background-image:url(../images/charte/b09.jpg);}
#menuLeft a.bt10{background-image:url(../images/charte/b10.jpg);}
#menuLeft a.bt11{background-image:url(../images/charte/b11.jpg);}
#menuLeft a.bt12{background-image:url(../images/charte/b12.jpg);}
#menuLeft a.bt13{background-image:url(../images/charte/b13.jpg);}
#menuLeft a.bt14{background-image:url(../images/charte/b14.jpg);}
/***************** CONTENU *****************/
#contenu{
float:left;
width:640px;

}
/*---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 *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:60px;
margin:-60px auto 0;
background:#8c2135 url(../images/charte/bg-footer.gif);
}
#idep{
position:absolute;
left:5px;
top:20px;
width:200px;
height:24px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#c6808a;
margin:3px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}

/***************** STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:21px 100px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}

