/***************** 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:#008ecd url(../images/charte/bg-body1.jpg) repeat-x top;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:961px;
margin:0 auto;
background:url(../images/charte/bg-conteneur.jpg);
/*border:1px solid red;*/
}
/***************** HEADER *****************/
#header{
width:961px;
height:243px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:231px;
height:auto !important;
padding:0px 0px 0 4px;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
display:none;
}
#menuLeft a{
background-position:left top;
display:block;
height:25px;
overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{
background-position:right top;
}
a.bt1{background:url(../images/charte/bt01.gif) no-repeat;}
a.bt2{background:url(../images/charte/bt02.gif) no-repeat;}
a.bt3{background:url(../images/charte/bt03.gif) no-repeat;}
a.bt4{background:url(../images/charte/bt04.gif) no-repeat;}
a.bt5{background:url(../images/charte/bt05.gif) no-repeat;}
a.bt6{background:url(../images/charte/bt06.gif) no-repeat;}
a.bt7{background:url(../images/charte/bt07.gif) no-repeat;}
a.bt8{background:url(../images/charte/bt08.gif) no-repeat;}
/*-- SOUS MENU --*/
#menuLeft ul{
}
#menuLeft li {
}
#menuLeft li a {
text-decoration: none;
display:block;
height:20px;
text-indent:28px;
background:no-repeat scroll left top;
font:bold 11px/30px Arial, Helvetica, sans-serif;
color:#666666;
}
#menuLeft li a span{
display:none;
}
#menuLeft li a:hover {
color:#FFF;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:686px;
padding:18px 10px 0px 10px;
background:url(../images/charte/bg-contenu.jpg) no-repeat;
}
/*---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:961px;
height:35px;
margin:-30px auto 0;
background:url(../images/charte/bg-footer.jpg);
}
#idep{
position:absolute;
left:0;
top:0;
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:#000;
}


