/* Style spécifique au menu */
dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 1;
	padding: 0;
	list-style-type: none;
}

#menutop {
	font-family: arial, sans-serif;
	font-size : 9px;
	font-weight: none;
	position: absolute;
	top: 242px;
	/*left: 47px;*/
	left: 25px;
	z-index: 100;
	width: 498px;
	height: 11px;
}

#menutop dl {
	float: left;
	margin: 0 0px;
}

#menutop dt {
	cursor: pointer;
	text-align: center;
	/*background: #ccc;*/
	/*border-left: 1px solid rgb(168,153,143);*/
}

#menutop li {
	font-size : 8px;
	text-align: left;
	text-indent: 5px;
}

#menutop li a,#menutop dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menutop dt a {
	color: rgb(168,153,143);
}

#menutop li a {
	color: white;
	background-color: rgb(185,173,165);
}

#menutop dt a:hover,#menutop dt a.active {
	color: rgb(30,126,157);
}

#menutop li a:hover,#menutop li a.active {
	background-color: rgb(211,204,199);
}