Body, html{
	background-image: url(img/fond.jpg);
	background-repeat:repeat-x;
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color:#400b0b;
	background-color:#581415;
}
.tableau-principal{
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #FFF;
}
#bandeau{
	background-image: url(img/bandeau.jpg);
	height:194px;
	background-repeat:no-repeat;
}
#menu{
	color: #400b0b;
	text-align: center;
	height: 23px;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-x;
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
}
#menu a{
	color: #400b0b;
	text-decoration: none;
	text-align: center;
	font-size:11px;
	display: block;
	padding-top:5px;
	height:18px;
}
#menu a.hover, #menu a:hover{
	background-image:url(img/bg_menu_over.jpg);
}
#menu .separateur{
	background-image:url(img/separateur.gif);
	width:2px;
	}
H1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#400b0b;
	margin-top:2px;
	margin-bottom:0;
	padding-bottom:0;
	}
.deco {
	border:1px solid #400b0b;
	}
#adresse{
	border-top: 0px solid #FFF;
	background-image:url(img/bg_menu.jpg);
	height:18px;
	padding-top:5px;
	color:#400b0b;
	text-align:center;
	display:block;
	}