/* 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: #FFBA00;
	color: #052553;

	
}

.MENU_HAUT_DYN_DEFAULT_SURVOL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF7800;
	color: #052553;
	
}


/* CSS specifique au DIV */

.div_menu_dyn{
	cursor: pointer; /* reconnu par NS */
	cursor: hand;	/* reconnu par IE */
	z-index: 10;
}

