/* code du menu*/

#menu h2 {
color: #006633;
text-align: center;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#menu {
width: 205px;
position: relative;
top: 0px;
left: 0px;
height: auto;
}

#menu dt {
cursor: pointer;
color: #660000;
margin: 2px 10px;
height: 30px;
line-height: 30px;
text-align: left;
font-weight: bold;
background-color: transparent;
}

#menu li {
text-align: left;
margin-left: 25px;
background: transparent;
height: 30px;
line-height: 30px;
font-weight: bold;
font-style: italic;
}

#menu li a, #menu dt a {
color: #006633;
text-decoration: none;
display: block;
border: none;
height: 100%; 
}

#menu li a:hover, #menu dt a:hover {
color: #cc3333;
background: transparent;
}

#menu li a:active, #menu dt a:active {
color: #cc3333;
background: transparent;
}

