/***************** 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:url(../images/charte/bg-body.jpg) center center;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background: url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:235px;
}
#image-body{
position:absolute;
top:0;
left:-40px;
width:40px;
height:540px;
}
#image-bouee{
position:absolute;
top:0px;
left:960px;
width:120px;
height:300px;
}
#liens{
position:absolute;
top:10px;
left:800px;
width:140px;
height:20px;
}
#liens p{
font:bold 10px/10px Arial, Helvetica, sans-serif;
color:#fff;
}
#liens a{
font:bold 10px/10px Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
}
#liens a:hover{
color:#f49719;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:25px;
list-style:none;
float:left;
background: url(../images/charte/bg-menu.jpg) top left no-repeat;
}
#menuTop li{
position:relative;
float:left;
display:block;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:25px;
overflow:hidden;
}
#menuTop li span{
display:none;
}
#container #menuTop li a:hover,
#container #menuTop li a.trigered{
background-position:bottom left;
}
#menuTop li.btn_01 a{
background:url(../images/charte/btn_01.jpg) top left;
width:90px; margin-left:240px;}
#menuTop li.btn_02 a {
background:url(../images/charte/btn_02.jpg) top left;
width:200px;}
#menuTop li.btn_03 a{
background:url(../images/charte/btn_03.jpg) top left;
width:180px;}
#menuTop li.btn_04 a{
background:url(../images/charte/btn_04.jpg) top left;
width:75px;}
#menuTop li.btn_05 a{
background:url(../images/charte/btn_05.jpg) top left;
width:145px;}

/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
top:-6000px;
left:0;
width:80px;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
width:80px;
background:none;
position:relative;
height:20px;
font:10px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#db6711;
text-decoration:none;
border:solid #fff;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
color:#f49719;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:640px;
background:url(../images/charte/bg-contenu.gif) left top no-repeat;

padding:45px 30px 10px 290px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:50px;
margin:-50px auto 0;
background: url(../images/charte/bg-footer.gif) left top no-repeat;
}

#idep{
position:absolute;
width:195px;
height:50px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:15px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#f49719;
}
