/* Pour compatibilite du curseur sur IE et Mozilla, il faut : */
/* 'cursor:pointer;' et 'cursor:hand;' dans cet ordre-la */
.divmenu {
	font-family:Verdana,Arial, Comic sans MS;
	font-weight: normal;
	font-size:0.9em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px; /*DM 2008-12-16 = Ajout */
	cursor: pointer; cursor: hand;
	color: #0000FF;
	text-decoration: none;
}

.divmenuhover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

.amenu {
	cursor: pointer; cursor: hand;
	margin-left:0px;
	padding-left:5px;
	color:#653333;
	font-size:0.9em;
	text-decoration:none;
	margin-bottom:5px;
	font-weight: bold;
}

.amenulink {
	cursor: pointer; cursor: hand;
	margin-left:0px;
	padding-left:5px;
	color:#653333;
	font-size:0.9em;
	text-decoration:none;
	margin-bottom:5px;
	font-weight: bold;
}

.amenulink:hover {
	text-decoration:underline;
}

.submenu {
	margin:0;padding:0;
	padding-bottom:5px;	
	margin-left:5px;
	width:240px;
	height:auto;
	background-color:white;
	filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;
}

.asubmenu{
	color:#653333;
	margin:0;padding:0;
	padding-left:5px;
	font-size:0.8em;
	z-index:999;
	line-height:10px;
	padding-bottom:5px;
	text-decoration:none;
	font-weight: bold;
}

.submenu a:hover{
	font-weight: bold;
	text-decoration:underline;
}

.asubmenu:hover{
	font-weight: normal;
	text-decoration:none;
}

.posmenu {
	font-family:Verdana,Arial, Comic sans MS;
	font-size:0.8em;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer; cursor: hand;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background: #00AAFF;
}