/***************** 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:#030303 url(../images/charte/bg-body.jpg) repeat-x left top;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background: url(../images/charte/bg-hauteur.gif) repeat-y left top;
}
/***************** HEADER *****************/
#header{
width:990px;
height:158px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:990px;
height:25px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}

#menuTop li span{
display:none;
width:200px;
}


#menuTop li.bt1 a {
background:url(../images/charte/b01.jpg);
width:115px;
}
#menuTop li.bt2 a {
background:url(../images/charte/b02.jpg);
width:111px;
}
#menuTop li.bt3 a {
background:url(../images/charte/b03.jpg);
width:112px;
}
#menuTop li.bt4 a {
background:url(../images/charte/b04.jpg);
width:97px;
}
#menuTop li.bt5 a {
background:url(../images/charte/b05.jpg);
width:107px;
}
#menuTop li.bt6 a {
background:url(../images/charte/b06.jpg);
width:182px;
}

#menuTop li.bt7 a {
background:url(../images/charte/b07.jpg);
width:64px;
}

#menuTop li.bt8 a {
background:url(../images/charte/b08.jpg);
width:82px;
}

#menuTop li.bt9 a {
background:url(../images/charte/b09.jpg);
width:120px;
}

/* En */
#menuTop li.bt1en a {
background:url(../images/charte/b01en.jpg);
width:115px;
}
#menuTop li.bt2en a {
background:url(../images/charte/b02en.jpg);
width:111px;
}
#menuTop li.bt3en a {
background:url(../images/charte/b03en.jpg);
width:112px;
}
#menuTop li.bt4en a {
background:url(../images/charte/b04en.jpg);
width:97px;
}
#menuTop li.bt5en a {
background:url(../images/charte/b05en.jpg);
width:107px;
}
#menuTop li.bt6en a {
background:url(../images/charte/b06en.jpg);
width:182px;
}

#menuTop li.bt7 a {
background:url(../images/charte/b07.jpg);
width:64px;
}

#menuTop li.bt8en a {
background:url(../images/charte/b08en.jpg);
width:82px;
}

#menuTop li.bt9 a {
background:url(../images/charte/b09.jpg);
width:120px;
}




#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:25px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
text-decoration:none;
background-position:bottom;
}

/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#e1df37;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#833b71;
text-decoration:none;
border:solid #fff;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#833b71;
color:#fff;
}
/***************** CONTENU *****************/
#contenu{
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
width:900px;
min-height:300px;
padding:30px 45px 0 45px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:98px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:98px;
margin:-98px auto 0;
background: url(../images/charte/bg-footer1.jpg) repeat-x left top;
}
#footer2{
position:relative;
clear:both;
width:990px;
height:98px;
margin:0 auto;
background: url(../images/charte/bg-footer2.jpg) left top;
}
.footer-en{
background: url(../images/charte/bg-footer2en.jpg) left top !important;
}
#idep{
position:absolute;
left:0;
top:30px;
width:280px;
height:68px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
float:left;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#6e6e6e;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:3px 0 0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#d13434;
}
