/* CSS Document */
#menu {
float: left;
width: 760px; /* correction pour Opera */
height: 24px;
z-index: 100;
padding: 0 0 0 18px;
margin: 0;
background-image: url(../images_nav/fond_menu.gif);
background-position: left top;
background-repeat: no-repeat;
}
#menu dl {
float: left;
margin: 0;
padding: 0;
}
	#menu dt {
	width: 80px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	#menu dt.large {
	width: 117px;
	}
	#menu dt.aire {
	width: 135px;
	}
	#menu dt.sentiers {
	width: 145px;
	}
	#menu dt.contacts {
	width: 105px;
	}
		#menu dt a {
		display: block;
		text-indent: 3px;
		font-family: Arial, Verdana;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		line-height: 24px;
		}
		#menu dt a:hover {
		background: #90ab3a;
		}
	
#menu dd {
position: absolute;
z-index: 110;
display: none;
width: 220px;
text-align: left;
padding: 0;
top: 125px;
margin: 0 0 0 -40px;
}
	#menu dd li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#menu dd li a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
	background-color: #0d5ca7;
	text-indent: 3px;
	padding-left: 10px;
	}
		#menu li a:hover, #menu li a:focus {
		background-color: #90ab3a;
		text-indent: 3px;
		color: #fff;
		}

