  

/**********************  GENERAL  ****************************/
* { margin:0; padding:0; }
img { border-width: 0; border-style: none; }

body  {
	font-family:   Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;	
	color:#FFFFFF;	
	
	background: url("../images/background.gif") repeat-x;
	background-color: #828770; 
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-track-color : #7e7761; 		/*gris*/
	scrollbar-face-color : #595341; 		/*gris fonce*/
	scrollbar-highlight-color :#7e7761;
	scrollbar-darkshadow-color :#7e7761;
	scrollbar-shadow-color: #595341;
	scrollbar-3dlight-color: #595341;	
	
}

a { text-decoration:none; font-family:   Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;	
	color:#FFFFFF;	}

input, select, textarea  { 
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	
	color:#595341;	
	background-color: #eeeeee; 
	border-top:1px solid #d3d3d3;
	border-left:0px;
	width:360px;
	
 }


textarea { height:100px; }


/**********************   BLOCS CONTENERS   ****************************/

#site_contener {
	margin:22px auto auto auto;		
	width:971px;	
	
}

#site_menu {
	margin:0px auto auto auto;
	width:648px;
	height:39px;
	background: url("../images/menu.gif") no-repeat;
	text-align:center;
}


#site_header {
	margin:auto;
	height:199px;
	width:684px;
	background: url("../images/header.jpg") no-repeat;	
	background-position: center top;
}
#site_header_prestations {
	margin:auto;
	height:199px;
	width:684px;
	background: url("../images/header-prestations.jpg") no-repeat;	
	background-position: center top;
}
#site_header_contact {
	margin:auto;
	height:199px;
	width:684px;
	background: url("../images/header-contact.jpg") no-repeat;	
	background-position: center top;
}

#site_corps { margin:auto; width:648px;  }

#site_footer {  margin:auto; width:648px; font-size:11px; text-align:center; }
#site_footer img { position:absolute;  margin:-13px 0px 0px 150px; }

/**********************   DETAIL MENU   ****************************/

#site_menu #menu			{ width:100%; margin-left:-20px; font-size: 12px;}
#site_menu #menu table 		{  text-align:center; margin:auto auto;  }
#site_menu #menu table 	td	{  cursor:pointer; }
#site_menu #menu h1 a		{ font-weight:bold; font-size: 13px;  color:#e88e3e; }
