body
{
font-family: Verdana, "Trebuchet MS", "Comic Sans MS", serif;
color: Black;
background-color: white;
background-image: url("divers/fond.jpg");
background-position: top left;
background-repeat: repeat-xy;
width:950px;
}

dl, dt, dd, ul, li {
margin-left:0px;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 150px;
left: 1em;
}
#menu {
width: 13em;
}

dt > a{
color : rgb(255,255,102); 
font-size: 18px;
font-style: bold;
text-decoration: none;
font-weight: bold;
}

.lien_menu {
color : rgb(255,255,102); 
font-size: 18px;
font-style: bold;
text-decoration: none;
font-weight: bold;
}

#menu dt {
font-size: 18px;
cursor: pointer;
margin: 5px 0;
height: 30px;
line-height: 30px;
padding : 5px;
text-align: left;
color : rgb(255,255,102);
font-weight: bold;
background: rgb(107,49,140);
}

#menu dd {
border: 0px solid rgb(107,49,140);
}

#menu li {
padding:0px;
line-height:1.3;
text-align: left;
margin-left:50px;
margin-top:12px;
margin-bottom:12px;
font-weight:bold;
display: list-item;
list-style-image: url(divers/puce_violet.gif);
}

#menu li a {
padding:0px;
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-size: 16px;
}

#menu li a:hover{
color: rgb(130,120,180);
text-decoration:underline;
}

