/* CSS Document */


#main_container{
	background-color:#FFF;
	width:800px;
}

#header{
  

float: left;
clear: both;
width: 800px;
z-index: 10;
 
}

#header_image{

float: left;
clear: both;
width: 800px;
z-index: 10;
 
}

#main_menu{

float: left;
clear: both;
width: 800px;
z-index: 10;
 
}


#submenu{
float: right;
clear: both; 
left: 260px;
z-index: 10;
 
}

#content{
 float: left;
clear: right; 


z-index: 10;
 
}



.bienvenue {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

}

.texte {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	line-height: 18px;

	color: #422100;

}

.texteblanc {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	line-height: 18px;

	color: #FFFFFF;

}

.textesm {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

.titre {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	line-height: 24px;

	color: #a50021;

}

.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	line-height: 18px;

	color: #422100;

}

a:hover {

	color: #FFFFFF;

}

a:link {

	color: #422100;

