/* CSS Document */

/* Accueil */
body {
	padding: 1% auto;
	padding-top: 5%;
	background: #585045 url(../img/pix_fond.jpg);
}
#entree {
	background: #2E2922;
}
#menu {
	background: #595044 url(../img/arabesk.gif) no-repeat center bottom;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
}
#navbas {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	color: #D4BFA2;
	padding-top: 3px;
}

#navbas a {
	color: #D4BFA2;
	text-decoration: none;
}
#navbas a:hover {
	text-decoration: underline;
}