
<!-- 
body {
margin: 0;
padding: 0;
background: #003366;
font-family: Arial, 80% Helvetica, sans-serif; 
font-size: 9pt; 
font-weight: bold; 
color: #FFFF33;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 10;
left: 10;
width: 24em;
color: "#3399FF";
}



#menu dt {
cursor: pointer;
margin: 2px 0;
padding: 9px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
font-size: 10pt;
border: 0px solid gray;
background-image: url(../images/menu.gif);
}
#menu dd {
border: 0px none;
font-size: 9pt;

}
#menu li {
text-align: center;
background: #fff;
}

#menu dt a {
color: #FFFF33;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a{
color: #3399FF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding: 8px 0;
background-image: url(../images/ssmenu1.gif);
}
#menu li a:hover, #menu dd a:hover {
color : yellow;
background-image: url(../images/ssmenu2.JPG);
}
-->

