@charset "utf-8";
/* CSS Document */

/***************** BODY *****************/
* {
/*---on passe toutes les marges Ã  0---*/
margin:0;
padding:0;
}
body,html{
height:100%;

}
body{
background: url(../images/bg.jpg) center top no-repeat #d8d8d8;
color:#302f2f;
}


/***************** MENU TOP *****************/
#menu{
position:relative;
z-index:10;
width:885px;
height:30px;
padding:0 0 0 75px;
background:url(../images/menu.jpg) no-repeat;
list-style:none;
}
#menu li{
position:relative;
float:left;
width:100px;
}
#menu a{
text-decoration:none;
font: 12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;

display:block;
height:30px;
overflow:hidden;
}
#container #menu a:hover,
#container #menu a.trigered{
background:#797979;
color:#9fbf36;
}


/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:950px;
margin:0 auto;
background:url(../images/bg_container.jpg) scroll repeat-y;

}


#bandeau{
width:950px;
height:98px;
display:block;
background:url(../images/entete.jpg) left top no-repeat;
}



/***************** CONTENU *****************/
#contenu-fond {
	float:left;
	width:950px;
	background:url(../images/bg-contenu.gif) center top no-repeat;

	
	padding:0px 0px 0px 0px;
}
#contenu{
	float:left;
	width:775px;
	padding:30px 0 30px 175px;

}

#contenu-actu{
	float:left;
	width:775px;
	padding:30px 0 30px 0px;

}




#gauche {
float:left;
margin:0 0 0 0;
width:670px;
}

#gauche2 {
float:left;
margin:0 0 0 0;
width:390px;
}

#droite
{

float:left;
margin:40px 0 0 0;
width:243px;
}





/***************** CONTENU *****************/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = Ã  la hauteur du footer ---*/
}



/***************** FOOTER *****************/
#bas-site{
position:relative;
clear:both;
width:950px;
height:30px;
margin:-30px auto 0;
background: url(../images/bg-footer.gif) top left no-repeat;
}

/******************* STYLE bas-site *****************/
#bas-site p{
font:10px/15px  "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#6d6a6a;
text-align:left;
letter-spacing:1px;
padding:7px 90px 0 200px;
}
#bas-site a:link, #bas-site a:visited{
text-decoration:none;
color:#6d6a6a;
}
#bas-site a:hover, #bas-site a:active{
text-decoration:underline;
color:#6d6a6a;
}




