/* CSS POUR LE MENU DU HAUT   */

.menu_haut_sep
{	
	background-color:#052553;

}

.fond_menu{
	background-color: #FDB801;
}



.menu_haut_ferme{
	/*background-color: #FDB801;*/
	
}

.menu_haut_ouvert{
/*	background-color: #FF7900;*/
	
}


/* CSS POUR LE MENU DYNAMIQUE    */


.MENU_HAUT_DYN_DEFAULT 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #7EA1DF;
	color: #FFFFFF;
	cursor:default;
	
}

.MENU_HAUT_DYN_DEFAULT_SURVOL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #7EA1DF;
	color: #D72129;
	cursor: pointer; /* reconnu par NS */
	cursor: hand;	/* reconnu par IE */
}


/* CSS specifique au DIV */

.div_menu_dyn{
	cursor: pointer; /* reconnu par NS */
	cursor: hand;	/* reconnu par IE */
	z-index: 10;
}
