/***************** 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:#f8f8f8 url(../images/charte/bg-body.gif) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto!important;
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:150px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:160px;
padding:27px 0 0 50px ;
background:url(../images/charte/bg-menu-left.gif) left top no-repeat;
height:384px;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
display:none;
}
#menuLeft a{
display:block;
height:40px;
overflow:hidden;
background-position:left top;
}
#menuLeft a:hover,
#menuTop a.trigered{
background-position:left bottom;
}
a.bt1{background:url(../images/charte/bt1.gif) no-repeat; }
a.bt2{background:url(../images/charte/bt2.gif) no-repeat; }
a.bt3{background:url(../images/charte/bt3.gif) no-repeat; }
a.bt4{background:url(../images/charte/bt4.gif) no-repeat; }
a.bt5{background:url(../images/charte/bt5.gif) no-repeat; }
a.bt6{background:url(../images/charte/bt6.gif) no-repeat; }
/***************** CONTENU *****************/
#contenu{
float:left;
width:705px;
padding:67px 65px 0 10px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:66px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:66px;
clear:both;
position:relative;
margin:-66px auto;
background:url(../images/charte/bg-footer.gif) left top repeat-x;
}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:990px;
height:66px;
color:#fff;
background:url(../images/charte/footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:5px;
top:32px;
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:underline;
color:#fff;
}
