body{	
	
	background: #FFB643;	
	padding:0px;
	margin:0px;
	font:  12px "Trebuchet MS", Verdana;
	color:#160045;
}

/******************************************************** DIV STRUCTURE ****************************************************************/

#conteneur_general {
	position: absolute;
	width: 980px;
/*	left: 50%;
	margin-left:-550px;*/
	background:url(../img/orange-body_bg.jpg) repeat-x #FFB643;	 	

}

#conteneur_central {	
	
	width:980px;		

}

#leftdiv {
	float:left; 
	width: 290px;
	height:500px;
	background:url(../img/orange-header_gauche.jpg) no-repeat top right #FFB643;			
}

#leftdiv_en {
	float:left; 
	width: 290px;
	height:500px;
	background:url(../img/orange-header_gauche_en.jpg) no-repeat top right #FFB643;			
}

#rightdiv {	
	float:left; 
	width:220px;	
	height:500px;
	background:url(../img/orange-header_droite.jpg) no-repeat ;		

}
#contenu {
	float:left;
	width:431px;	
	height:500px;	
	background:url(../img/orange-header_mid.jpg) no-repeat #FFB643;	
	z-index:4;		
}

#contenu_mid {
	padding-right:10px;
	padding-left:10px;
	background:#FFFFFF;
	text-align:justify;
	width:411px;
	min-height:350px;
	font-family:"trebushet MS", Verdana;
}

#header-mid{
	/*width:361px;*/
	height:269px;
	background:url(../img/orange-header_mid.jpg) no-repeat;
	padding-left:130px;
}


#header-midssst{
	/*width:361px;*/
	height:269px;
	background:url(../img/orange-header_midssst.jpg) no-repeat;
	padding-left:130px;
}


#contenu_bas {
	padding-top:10px;
	text-align:center;
	height:37px;
	background:url(../img/orange-tableau_mid_bas.jpg);
}




#conteneur_img_droite{
	margin-left:10px;
	margin-top:160px;
	color:#000000;
}
#img_droite_haut {
	width:220px;
	height:9px;
	background:url(../img/tableau_droite_haut.gif) no-repeat;
}

#img_droite_bas {
	width:220px;
	height:8px;

	background:url(../img/tableau_droite_bas.gif) no-repeat;
}





