/* CSS Document */
/*styles du menu horizontal*/
.h_menu{
/*border: 2px solid pink;*/
}

.h_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;
}

/*Top level list items*/
.h_menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.h_menu ul li a{
display: block;
text-decoration:none;
padding:0px;


}
.h_menu ul li a:hover{

color: #fdf6df;
}

	
/*1st sub level menu*/
.h_menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border:1px solid #94b53d;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.h_menu ul li ul li{
_width:180px;
display: list-item;
float: none;
padding:0px;
margin:0px;
/*padding-bottom:-6px;*/
_margin-bottom:-4px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
/*.h_menu ul li ul li ul{ 
left: 159px; 
top: 0;
}
*/

/* Sub level menu links style */
.h_menu ul li ul li a{
width:180px;
font-weight:normal;
display: block; 
color: #567016;
text-decoration: none;
padding-top:4px;
padding-bottom:4px;
padding-left:6px;
padding-right:4px;
background:url(../image/background_menu.png);
background-repeat:repeat-y;
_background:none;
_background-color:#e5efc6;


text-decoration:none;
font-weight:bold;
font-size:8pt;
text-align:left;
border-bottom:1px solid #ffffff;
}

.h_menu ul li ul li a:hover{
background:url(../image/bande_verte.gif);
background-repeat:repeat-y;

_background:none;
_background-color:#94b53d;
font-weight:bold;
color: #ffffff;
text-align:left;
}


/* level 3 ############################################################################################################################################## */


/*Background image for top level menu list links */
.h_menu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.h_menu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .h_menu ul li { float: left; height: 1%; }
* html .h_menu ul li a { height: 1%; }
/* End */

