/* ICI COMMENCE LE CODE POUR LES MENUS */



.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 120px; /*LARGEUR DES BOUTTONS PRINCIPAUX */
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{     /*LE STYLE DES SOUS MENU */
position: absolute;
width: 110px;         /*LARGEUR DES BOUTTONS SOB MENU*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background: white url(../picts/menu.jpg) repeat-x bottom left;
font: 10px Tahoma,Verdana, Helvetica;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../picts/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../picts/menuhover.jpg);
color: white;
text-decoration: underline;  /*SEULEMENT POUR FIREFOX*/
}

/* Holly Hack POUR INTERNET EXPLOROR \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/*FIN */