/* CSS POUR LE MENU DU HAUT   */

/* Structure du menu */
#menuLat dl, #menuLat dt, #menuLat dd, #menuLat ul, #menuLat li {
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}
#menuLat {
position: relative;
z-index: 100;
}
#menuLat dl {
display:block;
margin: 0px;
width:182px;
border:1px;
}
#menuLat dt {
width:182px;
margin:0px;
z-index: 100;
}
#menuLat dd {
position: absolute;
float:left;
z-index: 100;
left:182px;
margin: 0px;
width:150px;
background: #f2f2f2;
border: 1px solid #f2f2f2;
border-left: none;
display:none;
}
#menuLat .Sous_menu_dyn {
z-index:150;
display:none;
}
.Sous_menu_dyn_haut, .Sous_menu_dyn_bas{
	display:none;	
}

/* CSS POUR LE MENU DYNAMIQUE    */


#menuLat dd a, #menuLat dd a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1B1B1F;
	padding:2px 2px 2px 15px;
	display:block;
	border-bottom:1px solid #fff;	
	background-color:#E3E4D6;
}

#menuLat dd a:hover
{
	color: #1B1B1F;
	background-color:#f2f2f2;	
}


/* CSS specifique au DIV */

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

