@charset "utf-8";
#menuDeroulant {
	margin: 0px;
	padding: 0px;
	width: 980px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menuDeroulant li {
	margin: 0px;
	padding: 10px;
	float: left;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
#menuDeroulant .sousMenu li {
}

#menuDeroulant .sousMenu {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	height: 1%;
}
#menuDeroulant li a:hover {
	background-color: #333;
}
#menuDeroulant li a:active {
	background-color: #333;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited {
	text-decoration: none;
	background-color: #666;
	display: block;
	margin: 0px;
	color: #FFF;
}

#menuDeroulant .sousMenu li {
	margin: 0px;
	padding: 0px;
	float: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 135px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#menuDeroulant .sousMenu {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menuDeroulant li:hover > .sousMenu {
	display: block;
}
#menuDeroulant {
	margin: 0px;
	padding: 0px;
	width: 980px;
	list-style-type: none;
	position: absolute;
	left: 22px;
	top: 153px;
	z-index: 11;
}

#menuDeroulant li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 135px;
}
#menuDeroulant .sousMenu li a:hover {
	float: none;
	background-color: #333;
	color: #FF0;
}
