/* CSS Document */


#menu {
width: 600px;
}
#menu h2 {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu ul{
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu h2 a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu h2 a:hover {
background: #eee;
}
#menu ul li span.fermer  a { text-align:right; color:#333333; background:none; text-decoration:underline;}
#menu ul li span.fermer  a:hover { text-align:right; color:#fff; background:none;}