/* StyleSite.css : feuilles de style pour la navigation. */

body {
margin: 15;
padding: 0;
background: #242424;
color: #C0C0C0;
link: blue;
vlink: green;
alink: purple;
font: 78% verdana, arial, sans-serif;
}
dl, dt, dd  {
margin: 5;
padding: 0;
list-style-type: none;
}
ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 15;
left: 0;
}
#menu {
width: 14em;
border: 0;
}
#menu dt {
cursor: pointer;
margin: 0 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 0 solid gray;
color: #330099;
background: #C0C0C0;
}
#menu .titre, #menu .titre a {
cursor: no-drop;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
color: #CC0000;
border: none;
background: #003300;
}
#menu dd {
text-align: left;
border: 0 none;
}
#menu li {
text-align: left;
background: #DDDDDD;
}
#menu li a, #menu dt a {
color: #00FFFF;
text-decoration: none;
color: #330099;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #DDDDDD;
}

