

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

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color:#595341;	
	background: url("../img/contener_haut_fond.gif") repeat-x;
	background-color: #f8f6f2; 
	
	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;	
	/* CI DESSOUS LA LIGNE A RAJOUTER  */
	behavior: url('csshover3.htc');

}

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



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

#site_contener {
	margin:0px auto auto auto;	
	padding-left:52px; 
	width:862px;	
	position:relative;
	background: url("../img/contener_fond.gif") repeat-y;
	background-position: center bottom;
}


#site_header {
	width:862px;
	height:227px;
	margin-left:-26px; 
	background: url("../img/contener_header.gif") no-repeat;
	position:relative;
}
#site_header_title {
	width:630px; 	
	height:100px;
	top:110px; left:150px;
	position:absolute;
	cursor:pointer;
}
#site_header_logger{  height:100px; position:absolute; width:900px;	top:0px;}


#site_header_right {
	/*float:left; margin-top:-291px; margin-left:764px; */
	/*position:absolute;
	/*margin-top:-316px; margin-left:764px;*/
	margin-left:783px;
	height:374px;
	width:271px;	
	background: url("../img/contener_header_right.jpg") no-repeat;	
}

#site_header_menu {
	height:74px;
	width:844px;
	margin-top:-15px; margin-left:-26px;	
	background: url("../img/contener_menu.gif") no-repeat;
}

#site_header_menu p { height:74px;  padding-top:25px; padding-left:30px; font-family:Arial, Helvetica, sans-serif; font-size:14px; }



#site_header_menu_left {
	height:625px;
	width:258px;
	position:absolute;
	top:255px; left:-171px;	
	padding-left:110px; padding-top:50px; 
	background: url("../img/contener_menu_left.gif") no-repeat;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 1;
}



#site_corps { width:675px;  padding-bottom:30px; margin-left:135px; min-height:640px;  z-index: 100; position:relative; }


#site_footer{
	height:40px;
	width:100%;	
	text-align:center;
	text-decoration:none; 
	background-color:#7f7960;
		
}

#site_footer_center { 
	height:54px; width:862px; 
	margin-left:-25px; 
	position:relative;  
	background:url("../img/contener_footer_center.gif") no-repeat; 
}

#site_footer_center p  { margin-left:745px; margin-top:42px; width:100px; font-size:9px; text-align:right;  }
#site_footer_center p a {  color:#ded5b6; font-size:9px; text-decoration:none; text-align:right;  }

#site_footer_right { 
	height:300px; width:275px; 
	position:absolute;
	right:-280px; top:-181px; 
	background:url("../img/contener_footer_right.gif") no-repeat; 
}

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

#loading{
	width:100%; 
	text-align:center;
	vertical-align:middle;
	padding-top:50px;
	margin:auto;	
}
