/***************** 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:#FEF5F8 url(../images/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:284px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
background:url(../images/bg-header.jpg) no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;v
height:50px;
background:url(../images/bg-menu.jpg) left top no-repeat;
}
#menuTop #contact{
float:right;
width:220px;
height:50px;
background:url(../images/bg-contact.jpg) no-repeat;
}
#menuTop #contact a{
margin:10px 0 0 0;
background:none;
}
#menuTop #contact a:hover{
color:#333333;
}
#menuTop ul{
list-style:none;
}
#menuTop li{
position:relative;
float:left;
margin:11px 8px 0 8px;
}
#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;
background:url(../images/separ-rmenu.jpg) top right no-repeat;
padding:0 6px 0 2px;

}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#CC3300;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:140px;
top:-6000px;
left:-20px;
background:#FF9933;
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;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
height:17px;
text-decoration:none;
border:solid #ffcfbd;
border-width:0 0 1px 0;
padding:0 0 2px 0;
}
#container #menuTop li li a:hover{
color:#000;
}
/*MENU LEFT*/
#menuLeft{
width:200px;
height:300px;
float:left;
margin:00px 0 0 0;
background:url(../images/visu-gauche.jpg) no-repeat;
}
/***************** 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:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:60px;
margin:-60px auto 0;
background:url(../images/bg-footer2.jpg) left top repeat-x;
/*background:url(../images/bg-footer.gif) left top repeat-x;*/
}
#footer #footCenter{
width:960px;
height:60px;
margin:0 auto;
position:relative;
background:url(../images/bg-footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
padding:0px 0 0 0px;
width:164px;
height:23px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
width:200px;
margin:0px 0 0 0;
}
#footer #idep a.idep.optea{
width:200px;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#FF6600;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:25px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#FF6600;
}

.footeridep {
margin:38px 0 0 0;
display:block;
}