/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#b3d810 url(../images/bg-body.gif) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg-container.gif) center top repeat-y;
}
/***************** COL LEFT *****************/
#colLeft{
float:left;
width:200px;
background:url(../images/bg-colLeft.gif) left top repeat-y;
list-style:none;
}
/***************** LOGO */
#logo{
height:198px;
width:200px;
float:left;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
float:left;
}
/***************** MENU LEFT */
#menuLeft{
list-style:none;
background:url(../images/bg-menu.jpg) left top no-repeat;
height:295px;
width:165px;
padding:23px 0px 28px 35px;
float:left;
}
#menuLeft li a{
text-decoration:none;
font:bold 11px/23px Arial, Helvetica, sans-serif;
color:#f94303;
display:block;
height:23px;
width:128px;
padding-left:35px;
border-bottom:1px solid #f9b103;
background:url(../images/puce.gif) left no-repeat;
}
#menuLeft li a:hover{
color:#f9b103;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:10px/18px Arial, Helvetica, sans-serif;
color:#f9b103;
display:block;
height:18px;
overflow:hidden;
}
#menuLeft li ul li a:hover{
color:#f94303; 
}
/***************** HEADER *****************/
#header{
float:left;
width:760px;
height:159px;
/*obligatoire si il y a un flash*/
/*display:block;*/
outline:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	width:740px;
	padding:6px 0 10px 10px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:55px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:35px;
margin:-35px auto 0;
background:url(../images/footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:25px;
margin:-35px auto 0;
width:180px;
height:35px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fcd77d;
margin:12px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#f94303;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:11px/28px Arial, Helvetica, sans-serif;
color:#f94303;
text-align:center;
padding:7px 0 0 830px;
}
#footer a{
text-decoration:none;
color:#F9B003;
}
#footer a:hover{
color:#F96503;
}

