/*
	La structure de la page
*/
#en_tete {
	background-image: url(bandeau.jpg);
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	height: 80px;
}
#recherche {
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 150px;
}
#menu_secteurs {
	position: absolute;
	top: 160px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#corps {
	background-color: #fff6d9;
	margin: 0px;
	padding: 5px;
	position: absolute;
	left: 150px;
	top: 100px;
}

#formulaire_recherche {
	position: absolute;
	left: 0px;
	background-color: #FFFFFF;
	width: 120px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff6d9;
	color: #003300;
	margin: 0px;
	padding: 0px;
	background-image: url(fond.jpg);
	background-repeat: repeat-y;
	background-position: 0px 150px;
}
.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-left: 15px;
	padding: 0px;
}.corps_texte {
	font-size: 0.8em;
}
