/* CONTENU //////////////////////////////////////*/
.contenu {
	background-color:#751315;
	clear:both;
	float:left;
	width:795px;
	padding:10px 0px 10px 0px;
}
.contenu .height {
	float:left;
	width:10px;
	height:403px;
}

/* PIED //////////////////////////////////////*/
.pied {
	background-color:#751315;
	clear:both;
	text-align:center;
	color:#eddfb4;
	padding-top:5px;
	padding-bottom:5px;
}
.pied a {
	color:#eddfb4;
	text-decoration:none;
}
.pied a:hover {
	text-decoration:underline;
}

/* MENU ////////////////////////////////////////*/
.fond_menu {
	background-image:url(/img/fond_bandeau.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:34px;
	clear:both;
}