/* le corps du menu en lui même */

div.menu {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left:15px;
	margin-right:20px;
	background-color:#89A8BA ;
	font-size:12px;
	font-family: Tahoma, Arial, sans-serif; */
}

/* tous les éléments du menu */
div.menu div {
	border-bottom: 1px solid #ccc;
	padding:10px;
}

div.menu a {
	display:block;
	border-bottom: 1px solid #ccc;
	padding:10px;
}


div.error {
	padding:20px;
	padding-left:50px;
	background:url(../img/error.png) left center no-repeat white;
	border:1px solid gray;
}

div#menu-wait {
	height:0px;
}

div#menu-wait.wait {
	height:30px;
	background:url(../img/spinner.gif) center center no-repeat;
}


/* les différents états des liens */

div.me {
	background-color:#96B7CB;
	font-weight:bold;
	color:black;
}

div.parent {
	background-color:#89A8BA ;
	font-weight:bold;
	color:black;
}

div.parent:hover, div.child:hover, div.have-childs:hover, div.menu a:hover {
	background-color:#7B99AA;
	cursor:pointer;
}

div.child {
	color:black;
	background-color:#96B7CB;
}
	
div.have-childs {
	padding-right: 10px;
	background:url(../img/puceRubrique.png) right center no-repeat;
	background-color:#96B7CB;
}






