/* CSS Document */
#dropmenudiv{
position:absolute;
border: 1px solid #cccccc;
border-bottom-width: 0;
font:normal 10px Verdana; /* Font du texte*/
line-height:18px;
z-index:100;
background-color:#EEEEEE;
}
/* Le back ground est défini dans
le javascript menu.js
*/
#dropmenudiv a{
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#FFFFFF;
color:#000000;   /* Couleur du text en mouseouver*/ 
}

.menuspacing {
height:23px;
width:120px;
display:inline;
}

