/***************** 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:#820000 url(../images/bg.jpg) top left repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll #fff url(../images/bg-container.gif) left top repeat-y;


}
/***************** HEADER *****************/
#header{
width:960px;
height:230px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
background:url(../images/bg-header.jpg) no-repeat;
}
#header #logo{
float:left;
margin:45px 0 0 0;
}
#header #adresse{
position:absolute;
top:140px;
left:10px;
width:180px;
text-align:center;
font:12px Arial, Helvetica, sans-serif;
color:#333333;
}
#header #headerFlash{
float:right;
width:760px;
height:230px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
background:url(../images/01.gif) top left repeat-x;
text-decoration:none;
font:bold 13px/26px Arial, Helvetica, sans-serif;
color:#FFFF00;
display:block;
height:25px;
overflow:hidden;
border:solid #cccccc;
border-width:0 0 0px 0;
padding:0 0 0 30px;
}
#menuLeft li a:hover{
background:url(../images/02.gif) top left repeat-x;
color:#ffffff;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
background:#999999;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 20px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFCC00;
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:20px 0 10px 10px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:37px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:37px;
margin:-37px auto 0;
background:url(../images/bg-footer.gif) no-repeat;
/*background:url(../images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:28px;
top:15px;
width:195px;
height:20px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#5f65ef;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ffffff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#5f65ef;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#5f65ef;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}