/**** MENU DEROULANTS ******/

#menu {
	position : absolute;
	left: 308px;
	top: 37px;
	margin:0px;
	padding:0px;
}
#menu dd, #menu dl, #menu dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	clear:none;
}
#menu ul{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	background-image: url(css/fd_menu_haut.gif);
	float:left;
	clear:none;
	white-space: nowrap;
}
#menu dl {
float: left;
}
#menu li{
	display:inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	float:left;
	clear:none;
	line-height: 30px;
	padding-left: 33px;
	padding-right: 3px;
	background-image: url(css/puce_ssmenu.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	white-space: nowrap;
}
#smenu5, #smenu2, #smenu3, #smenu4, #smenu6, #smenu13, #smenu14 {
	position: absolute;
	left: 30px;
	top:52px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	display:none;
	width: 650px;
	/*border: 1px solid black;*/
}
#menu a:link {
	text-decoration: none;
	color: #2A0000;
}
#menu a:visited {
	text-decoration: none;
	color: #580101;
}
#menu a:hover {
	text-decoration: none;
	color: #8c2d01;
}
#menu a:active {
	text-decoration: none;
	color: #FFF;
}