/***************** 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:#fff url(../images/bg.jpg) top left repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg-container.gif) top center repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
background:#865101;
}
#header #headerFlash{
float:right;
width:960px;
height:200px;
}
/*#logo{
position:absolute;
z-index:27;
top:9px;
left:0;
width:200px;
height:95px;
display:block;
background:url(../images/logo.gif) no-repeat;
}*/
#recherche{
width:200px;
height:46px;
position:absolute;
top:150px;
left:0px;
background:url(../images/bg-recherche.gif) no-repeat;
}
#recherche a{
text-decoration:none;
font:14px Arial, Helvetica, sans-serif;
color:#663300;
}
#recherche a:hover{
color:#FF9900;
}
#recherche form{
margin:10px 0 0 40px;
}
#recherche input{
background:none;
border:none;
width:125px;
color:#666666;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:30px;
background:url(../images/bg-menu.gif) repeat-x;
}
#menuTop ul{
list-style:none;
float:right;
}
#menuTop li{
position:relative;
float:left;
width:130px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
background:url(../images/separ.jpg) top right no-repeat;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#b0dbfb;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:130px;
top:-6000px;
left:0;
background:#3a3c13;
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{
background:#575821;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../images/bg-menu-left.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
display:block;
height:152px;
overflow:hidden;
margin-left:8px;
}
#menuLeft li a span{
display:none;
}

#menuLeft li a.actif{
cursor:default;
}

#menuLeft li a.bt1{background:url(../images/bt01.jpg) no-repeat;}
#menuLeft li a.bt2{background:url(../images/bt02.jpg) no-repeat;}

#menuLeft li a:hover,
#menuLeft li a.actif{
background-position:bottom left;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/20px Arial, Helvetica, sans-serif;
color:#0c84dc;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 13px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#fff;
background:#8e8f8f;
width:170px;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg-contenu.jpg) left top 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:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:30px;
margin:-30px auto 0;
background:url(../images/bg-footer.jpg) left repeat-x;
/*background:url(../images/bg-footer.gif) left top repeat-x;*/
}
#footer #footCenter{
width:960px;
height:30px;
margin:0 auto;
position:relative;
}
#idep{
position:absolute;
left:30px;
top:0;
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:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#FF9900;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:none;
color:#FF9900;
}
