/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 86px;
	left: 15px;
	z-index:100;
	width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 155px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	margin: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 5px;
}
#menu dd {
	display: none;
	border: 1px solid #CCCCCC;
}
#menu li {
	text-align: center;
	background-color: #DCCCB8;
}
#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #D2C2AB;
}

