/* Styles Menu déroulant ------------------------------------------------------------ */
body {
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background-color: #392423;
	scrollbar-DarkShadow-Color:#886348;
	scrollbar-3dLight-Color:#FFF; 
	scrollbar-Arrow-Color:#FFF;
	scrollbar-Base-Color:#B7957C;
	scrollbar-Face-Color:#B7957C;
	scrollbar-Highlight-Color:#C6AB96;
	scrollbar-Shadow-Color:#C6AB96;
	scrollbar-Track-Color:#C6AB96;
}
#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative; /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	width: 100%; /* correction pour Opera */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
}
#menu dl {
float: left;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	height: 26px;
	vertical-align: middle;
}
#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 21px !important;
	height: 26px;
	text-shadow:#FFFFFF;
	padding-top:5px;
	/*border-bottom: #FFF solid 1px;*/
}
#menu dt a:hover, #menu dt a:focus {
	color: #FFFFFF;
	background-color: #6D2C26;
}
#menu dd {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	width: inherit;
	top: 26px;
	display: none;
}
#menu li {
	text-align: center;
	height:26px;
	background-color: #B7957C;
	/*filter:alpha(opacity=90); -moz-opacity:0.90; opacity: 0.90; -khtml-opacity: 0.90;*/
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 21px !important;
	height:26px;
	padding-top:5px;
}
#menu li a:hover, #menu li a:focus {
	color: #FFFFFF;
	background-color: #6B2B25;
}
#site {
	z-index: 1;
}
.first { 
	border-top: #DBC9BB solid 1px;
	border-bottom: #DBC9BB solid 1px;
	border-left: #DBC9BB solid 1px;
	border-right: #DBC9BB solid 1px;
}
.between {
	border-bottom: #DBC9BB solid 1px;
	border-left: #DBC9BB solid 1px;
	border-right: #DBC9BB solid 1px;
}
.last {
	border-bottom: #DBC9BB solid 1px;
	border-left: #DBC9BB solid 1px;
	border-right: #DBC9BB solid 1px;
}
.petit {
	font-size:10px;
	letter-spacing:0px;
}