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

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


#conteneur_general {
	position: absolute;
	width: 955px;


	background:url(../img/body_bg.jpg) repeat-x #CFD279;		

}
#conteneur_central {		
	background:url(../img/body_bg.jpg) repeat-x #CFD279;	

}

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

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


#rightdiv {	
	float:left; 
	padding:0px;
	margin:0px;
	width:220px;	
	height:500px; /*a virer*/
	background:url(../img/header_droite.jpg) no-repeat ;	
}

#contenu {
	float:left;
	width:361px;
	height:500px;
	
	/*margin-left:345px;*/
	background:url(../img/header_mid.jpg) no-repeat #CFD279;	/**/
}
#contenu_mid {
	margin-top:-5px;
	padding-right:10px;
	padding-left:10px;
	background:#FFFFFF;
	text-align:justify;
	overflow:hidden;
	width:341px;
}
#contenu_bas {
	padding-top:10px;
	text-align:center;
	height:37px;
	background:url(../img/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;
}



/*/////////////////////***************mise en forme du texte****************\\\\\\\\\\\\\\\\\\\\\\*/


.bleu{
color:#8B85BB;
}
.bleu_bold{
color:#8B85BB;
font-weight:bold;
}


a.menu:link
{
	color:#160045;
	text-decoration:none;

}
a.menu:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
a.menu:visited
{
	color:#160045;
	text-decoration:none;
}
.menu_titre{
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
a.menu_titre:link
{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;

}
a.menu_titre:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
a.menu_titre:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
