/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.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;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */












/* style des different MENU de la barre*/

#menu_pres {	top: 0px; left: 0px; width: 100px;		margin-left: 15px;	height: 32px;	position :absolute; }
#menu_prod {	top: 0px; left: 110px; width: 70px;		margin-left: 15px;	height: 32px;	position :absolute; }
#menu_refe {	top: 0px; left: 190px; width: 85px;		margin-left: 15px;	height: 32px;	position :absolute; }
#menu_rech {	top: 0px; left: 285px; width: 100px;	margin-left: 15px;	height: 32px;	position :absolute; }
#menu_actu {	top: 0px; left: 395px; width: 85px;		margin-left: 15px;	height: 32px;	position :absolute; }
#menu_cont {	top: 0px; left: 490px; width: 75px;		margin-left: 15px;	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: 13px;	font-weight: normal; text-decoration:  none;	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, sans-serif;	color: white;
}
.menulist a:hover { color: #c6c2a7; }
/* 	AF7748 marron clair
	5C432D marron foncé
*/ 


.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: 150%;
	
}


/* la il s'agit de l'apparence des SOUS MENU */
.ssmenu {
	line-height: 14px;
 	border-top: 1px solid white;
 	background-color: #4b93a2;	
 	
}

.ssmenu:hover { background-color: #2e7b8b; }

.ssmenu a {
	text-decoration:  none; text-align: left;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, sans-serif; 	text-decoration:  none;	font-size: 11px;	font-weight: normal;	color: white;	
}

.ssmenu a:hover {
	text-decoration:  none; text-align: left;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, sans-serif; 	text-decoration:  none;	font-size: 11px;	font-weight: normal;	color: white;	
	background-color: #2e7b8b;
}




 









