/***************** 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/bg.jpg) top center no-repeat #00151f;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:169px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:920px;
height:44px;
padding:0 0 0 70px;
background:url(../images/bg_menu.jpg) top left no-repeat;
list-style:none;

}
#menuTop li{
position:relative;
float:left;
width:140px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:36px;
overflow:hidden;
background:url(../images/separ.jpg) center right no-repeat;
padding:5px 0 0 0;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{

color:#f8e004;

}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#ffc0a9;
border:solid #fff;
border-width:1px 0 0 0;
}
#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:#fff;
text-decoration:none;
border:solid #ffcfbd;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{

color:#f8e004;
}

/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:990px;
background:url(../images/bg_contenu.jpg) top left no-repeat;
min-height:323px;
}
#contenu{
float:left;
width:830px;
padding:35px 30px 28px 85px;
}
#contenu-gauche{
float:left;
width:550px;
}
#contenu-droite{
float:left;
width:235px;
margin:0 0 0 30px;
padding:0 0 50px 0;
}

#contenu h1
{
background:url(../images/bg_h1.gif) left bottom no-repeat;
padding:0 0 0 5px;
height:25px;
text-transform:uppercase;
font-style:italic;}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:54px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:54px;
margin:-54px auto 0;
background:url(../images/bg_footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:165px;
top:26px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#a6aeab;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#a6aeab;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#a6aeab;
text-align:right;
letter-spacing:1px;
padding:22px 65px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#a6aeab;
}
#footer a:hover, #footer a:active{ 
text-decoration:underline;
color:#d0e1f8;
a6aeab
}
#footer #moto {

background:url(../images/moto.gif) no-repeat scroll 0 0;
bottom:54px;
height:43px;
left:56px;
position:absolute;
width:106px;
}

