div#header {
	padding: 60px 0 0 0;
	background-repeat: no-repeat;
	background-position: center 5px;
}

div#header div.menu_box, div#header div.menu_box_selected {
	float: left;
	height: 25px;
	
	padding-top: 7px;
	margin: 10px 1px 0 1px;
	cursor: pointer;
	
	text-align: center;
	
	font: normal normal normal 14px times new roman;
	text-transform: uppercase;
	color: rgb(38,36,28);
	
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#header div.menu_box {
	background-image: url(../../images/fleche_off.gif)
}

div#header div.menu_box_selected {
	background-color: rgb(158,153,126);
	background-image: url(../../images/fleche_on.gif);
}
	

div#header div.bandeau {
	clear: both;
	height: 203px;
	background: url(../../images/bandeau.jpg) no-repeat;
}