@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #7B0605;
	font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 255;
	margin-left: auto;
	margin-right: auto;
	z-index:100;
	width: 1000px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#menu dl {
	width: 19.6%;
	float: left;
}
#menu dt {
	cursor: hand;
	text-align: center;
	font-weight: bold;
	background: #C70A28;
	border: 1px solid #CC0033;
	margin: 1px;
	line-height: 20px;
	color: #42422D;
}
#menu dd {
	display: none;
	border: 1px solid gray;
	position: relative;
	left: 15px;
	top: -5px;
	background: #EBEBE0;
}
#menu li { text-align: left; 
}

#menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 20px;
	text-indent: 5px;
	background: #CCCCCC;
}
#menu li a:hover, #menu li a:focus {
	background: #D3C9C4;
	color: #2F2F20;
	font-weight: bold;
}
#menu dt a {
	color: #D3C9C4;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover, #menu dt a:focus {
	background: #eee;
}

