/***************** 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-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:168px;
/*---obligatoire si il y a un flash---*/
display:block;
outline:none;
/*--- ---*/
background:url(../images/bg-header.jpg) top center no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:65px;
background:url(../images/bg-menu.jpg) no-repeat;
list-style:none;
}
#menuTop ul{
list-style:none;
float:left;
margin:5px 0 0 10px;


}
#menuTop li{
float:left;
display:block;
position:relative;
width:188px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#582e0b;
text-align:center;
text-transform:uppercase;
display:block;
height:48px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#996633;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
width:188px;
position:absolute;
top:-6000px;
margin: 0 19px 10px 0px;
background:#fff;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
background: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:#771901;
text-decoration:none;
}
#container #menuTop li li a:hover{
color:#FFF;
background:#f77025;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg-contenu.jpg)center top no-repeat;
}
#contenu{
float:left;
width:745px;
padding:20px 0 10px 10px;
}
#nosrea{
width:200px;
height:349px;
float:left;
margin:0px 0 0 0;
background:url(../images/visu-rea.jpg) no-repeat;
}

#nosrea #btRea span{
display:none;
}
#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;

}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:33px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:33px;
margin:-33px auto 0;
background: url(../images/bg-footer.jpg) repeat-x;
}
#footCenter{
width:940px;
height:33px;
position:relative;
margin:0 auto;
padding:0 10px 0 10px;
}
#idep{
position:absolute;
top:0;
left:10px;
margin:3px 0 0 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:#ad1a0b;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#ad1a0b;
}
