/***************** 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:#d66302 url(../images/charte/bg-body.gif) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-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:129px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:790px;
padding-left:200px;
height:31px;
background:url(../images/charte/bg-menu-top.jpg) left top no-repeat;;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop span{
display:none;
}
#menuTop a{
text-decoration:none;
display:block;
height:31px;
overflow:hidden;
background-position:left top;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:left bottom;
}
li.bt1 a{background:url(../images/charte/bt1.gif) no-repeat; width:120px; }
li.bt2 a{background:url(../images/charte/bt2.gif) no-repeat; width:190px; }
li.bt3 a{background:url(../images/charte/bt3.gif) no-repeat; width:105px; }
li.bt4 a{background:url(../images/charte/bt4.gif) no-repeat; width:96px; }
li.bt5 a{background:url(../images/charte/bt5.gif) no-repeat; width:119px; }
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:240px;
padding:187px 0 0 50px;
min-height:413px;
background:url(../images/charte/bg-menu-left.jpg) left top no-repeat;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
display:none;
}
#menuLeft a{
background-position:left top;
display:block;
overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{
background-position:left bottom;
}
a.bt6{background:url(../images/charte/bt6.gif) no-repeat; height:30px; }
a.bt7{background:url(../images/charte/bt7.gif) no-repeat; height:30px; }
a.bt8{background:url(../images/charte/bt8.gif) no-repeat; height:30px; }
a.bt9{background:url(../images/charte/bt9.gif) no-repeat; height:30px; }

a.bt10{background:url(../images/charte/bt10.gif) no-repeat; height:104px; }
a.bt11{background:url(../images/charte/bt11.gif) no-repeat; height:77px; }
a.bt12{background:url(../images/charte/bt12.gif) no-repeat; height:92px; }
a.bt13{background:url(../images/charte/bt13.gif) no-repeat; height:84px; }
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#000;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 50px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#666;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:700px;
min-height:600px;
padding:20px 0 0 0px;
background:url(../images/charte/bg-contenu.gif) left top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:40px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:40px;
margin:-40px auto 0;
background:url(../images/charte/footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:62px;
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:5px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#666;
}
