body{	
	
	background: #F3DD8B;	
	padding:0px;
	margin:0px;
	background:url(../img/jaune-body_bg.jpg) repeat-x #F3DD8B;	
	font:  12px "Trebuchet MS", Verdana;
	color:#160045;
}

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


#conteneur_general {
	position: absolute;
	width: 955px;
/*	left: 50%;
	margin-left:-550px;	*/
	background:url(../img/jaune-body_bg.jpg) repeat-x #F3DD8B;	
}

#conteneur_central {		
	width:1096px;		
}

#leftdiv {
	float:left; 
	width: 290px;
	height:500px;
	background:url(../img/jaune-header_gauche.jpg) no-repeat top right #F3DD8B;	
	
}
#leftdiv_en {
	float:left; 
	width: 290px;
	height:500px;
	background:url(../img/jaune-header_gauche_en.jpg) no-repeat top right #F3DD8B;	
	
}
#rightdiv {	
	float:left; 
	width:345px;	
	height:500px; /*a virer*/
	background:url(../img/jaune-header_droite.jpg) no-repeat ;	
}

#contenu {
	float:left;
	width:361px;
	min-height:500px;	
	/*margin-left:345px;
	background:url(../img/header_mid.jpg) no-repeat #F3DD8B;	/**/
}

#contenu_mid {
	padding-right:10px;
	padding-left:10px;
	margin-top:-5px;
	background:#FFFFFF;
	text-align:justify;
	width:341px;
	min-height:350px;
}
#contenu_bas {
	padding-top:10px;
	text-align:center;
	height:37px;	
	background:url(../img/jaune-tableau_mid_bas.jpg);
}


.barjaune{color:#F3DD8B;}
.espace{
	padding-left:25px;
}

#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;
}
input{
	border:1px solid #606060;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	margin-bottom:1px;
	background-color:#F3DD8B;
	padding:2px;
}
textarea{
	border:1px solid #606060;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	margin-bottom:1px;
	background-color:#F3DD8B;
		padding:2px;
}
#form-cache{

	display: none;
	}	

