body
{
	margin: 3px;
	padding: 0;
	background: white;
	font: 60% verdana, arial, sans-serif;
	
}
dl, dt, dd, ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu
{
	position: absolute;
	top: 170px;
	left: 30px;
	
}
dl#menu
{
	width: 13em;/*amplada de la cel·la*/
	height: 15px;

}
dl#menu dt
{
	font-weight: bold;
	background: #ffffff;
	margin: 2px 0px;
	line-height: 15px;
	height: 15px;
	text-align: left;
	line-height:15px;

}
dl#menu dd
{
	/*border: 1px solid gray;*/
}
dl#menu li
{
	background: #fff;
	margin-left: 15px;
	text-align: left;
}
dl#menu li a, dl#menu dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 15px;
}

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: #E5E5E5;
}
#mentions a 
{
	text-decoration: none;
	color: #222;
}
#mentions a:hover
{
	text-decoration: underline;
}
body,td,th
{
	color: #666666;
}