/***************** 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:#6fa5a0;
---*/
}
body{
background:#4f2712 url(../images/bg.jpg) top center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg-container.gif) top left repeat-y;
}
/***************** 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:89px;
background:url(../images/bg-menu.jpg) no-repeat;
list-style:none;
}
#menuTop ul{
list-style:none;
float:left;
margin:0px 0 0 0px;
}
#menuTop li{
float:left;
display:block;
position:relative;
/*padding:10px 20px 0 60px;*/
padding:10px 0 0 0;
width:135px;
background:url(../images/separmenu.gif) top right no-repeat;
}
#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:#6fa5a0;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:135px;
top:-6000px;
left:0px;
background:#FFFFFF;
border:solid #582e0b;
border-width:0px 0px 0px 0px;
}
#menuTop li li{
float:none;
background:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#6fa5a0;
height:20px;
text-decoration:none;
border:solid #582e0b;
border-width:0 0 1px 0;
line-height:10px;
}
#container #menuTop li li a:hover{
color:#582e0b;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg-contenu.jpg) no-repeat;
}
#contenu{
float:left;
width:745px;
padding:00px 0 10px 10px;
}
#nosrea{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/accueil.jpg) no-repeat;
}
#nosrea-contact{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/contact.jpg) no-repeat;
}
#nosrea-methode{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/rubriquelamethode.jpg) no-repeat;
}
#nosrea-lecours{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/rubriquelecours.jpg) no-repeat;
}
#nosrea-lelieu{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/rubriquelelieu.jpg) no-repeat;
}
#nosrea-lesprit{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/rubriquelesprit.jpg) no-repeat;
}
#nosrea-paul-daniel{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/rubriquepaul-daniel.jpg) no-repeat;
}

#nosrea-paul-mentions{
width:200px;
height:349px;
float:left;
margin:00px 0 0 00px;
background:url(../images/rubrique-image/rubriquelesprit.jpg) no-repeat;
}


/*#nosrea #btRea{
width:93px;
height:18px;
display:block;
float:right;
margin:340px 10px 0 0;
background:url(../images/bt-realisations.gif) no-repeat;
}
#nosrea #btRea span{
display:none;
}
/*---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:#713d10 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:0px 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:#996633;
}
/******************* 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:#996633;
}