/* CSS issu des tutoriels http://css.alsacreations.com */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu {
width: 11em;

}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 1em;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #98D020;
height: 25px;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background: #fff;

}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
/*height: 100%;*/
height: 25px;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

-->
/*
#menu {
width: 10em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 0px solid gray;
background: #98D020;
}

#menu dd {
border: 0px solid gray;
}

#menu dl, dt, dd, ul, li {
margin: 0;
//padding: 0;
//list-style-type: none;
}

#menu li a, #menu dt a {
color: #000;
display: block;
border: 0 none;
height: 100%;
}

#menu li {
text-align: center;
background: #fff;
margin : 0;
padding: 0;
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
}
*/