body {
background-color: #EDE7D0;
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
width: 15em;
left: 44%;

}
#menu dt {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #D5C78E;
	font-size: 18px;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
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;
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C6C62;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C6C62;
}
.style2 {color: #666666}
.style3 {font-size: xx-small}
