/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
 display:inline;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 display:inline;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */





/* style des different MENU de la barre*/
.menulist li .img {float:left;display:inline;margin-top:5px;margin-right:5px;}

#menu_pres {	top: 0px; left: 20px;   width: 85px;		margin-left: 0px;	height: 32px;	position :absolute; }
#menu_fonc {	top: 0px; left: 120px;  width: 125px;	margin-left: 0px;	height: 32px;	position :absolute; }
#menu_demo {	top: 0px; left: 255px; width: 120px;	margin-left: 0px;	height: 32px;	position :absolute; }
#menu_modu {	top: 0px; left: 385px; width: 175px;	margin-left: 0px;	height: 32px;	position :absolute; }
#menu_aide {	top: 0px; left: 570px; width: 50px;		margin-left: 0px;	height: 32px;	position :absolute; }
#menu_cont {	top: 0px; left: 630px; width: 70px;		margin-left: 0px;	height: 32px;	position :absolute; }

/* La il s'agit de l'apparence des titre des MENU */

.menulist a {
 	display: block;
 	text-align: center; line-height: 32px; font-size: 15px; font-weight: bold; text-decoration: none;	font-family: "Trebuchet MS"; color: #02457e;
}
.menulist a:hover { color: #0166b2; } 


.menulist li { list-style-type: none; }

/* Positionnement du (ou des) bloc SOUS-MENU par rapport au titre du MENU */

.menulist ul {
	position: absolute;
	z-index: 12000;			/* pour etre au dessus de tout le reste de la page */ 
 	visibility: hidden;		/* car on masque le ssmenu au depart */	
	top: 32px; left: 0px;	/* car la hauteur du menu est de 32 px */
	width: 110%;
	
}


/* la il s'agit de l'apparence des SOUS MENU */
.ssmenu {
	line-height: 14px;
 	border-top: 1px solid white;
 	background-color: #E9AB00;
 
 	
}

.ssmenu:hover { background-color: #0166b2; }

.ssmenu a {
	text-decoration:  none; text-align: center;
	font-family: "Trebuchet MS"; 	text-decoration:  none;	font-size: 12px;	font-weight: normal;	color: white;	
}

.ssmenu a:hover {
	text-decoration:  none; text-align: center;
	font-family: "Trebuchet MS"; 	text-decoration:  none;	font-size: 12px;	font-weight: normal;	color: white;	
	background-color: #0166b2;
}




 










