/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
}


#menu {
position: relative; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
width: 130px;
}

#menu dl {
margin: 0;
padding: 0;
list-style-type: none;
font-size: x-small;
}

#menu dt {
cursor: pointer;
margin: 2px ;
padding: 0;

line-height: 12px;
text-align: center;
font-size: x-small;
font-weight: bold;
border: 1px solid gray;
list-style-type: none;
background: #ccc;
}

#menu dd {
margin: 0;
padding: 0;
list-style-type: none;
font-size: x-small;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: x-small;
}

#menu li {
padding: 0;
list-style-type: none;
font-size: x-small;
text-align: center;
margin: 1px ;
border: 1px solid gray;
background: #fff;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}