/***************** 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 #1f86d4;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg_container.jpg) repeat-y;

}
/***************** HEADER *****************/
#header{
width:960px;
height:169px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;

}
#header #headerFlash{
float:right;
width:960px;
height:169px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
list-style:none;
height:105px;
background:url(../images/bg_menu.jpg) top left no-repeat;
padding:75px 0 0 0;
}
#menuLeft li a{
display:block;
height:25px;
padding:0 20px 0 0;
text-align:right;
text-decoration:none;
text-align:right;
font:bold 14px/25px Arial, Helvetica, sans-serif;
color:#fff;
background:url(../images/bullet.gif) 185px center no-repeat;
}
#menuLeft li a:hover{
color:#f6f615;
background:url(../images/bullet-hover.gif) 188px center no-repeat;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
text-align:right;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#FF3399;
display:block;
height:20px;
overflow:hidden;
padding:0 50px 0 0;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#cb0f8f;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
float:left;
width:745px;
padding:15px 0 13px 15px;

}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:91px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:91px;
margin:-91px auto 0;
background: url(../images/bg-footer.jpg) top left no-repeat;
}

#idep{
position:absolute;
left:230px;
top:38px;
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:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:0px;
padding:30px 45px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
