body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}

menubody {
	position:absolute;
	width:10em;
	line-height:80%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
}

#header h1 { color:#2a56d6; height:115px; margin:0 15px; padding:0; line-height:2em; font-size:180% }
#content {
	float:left;
	width:180px;
	line-height:135%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
}

#left dl, #left dt{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position:absolute;/* placement du menu, à modifier selon vos besoins */
top: 70;
left: 0;

}
#menu {
 width:150px
}
#left dl, #left dt {
	cursor: pointer;
	margin: 2px 0;
	line-height: 3em;
	text-align: left;
	font-size:9px;
	font-weight: bold;
	border: 1px solid gray;
	background-color: #55A3FF;
}


#menu dd {
border: 1px solid gray;
}
#menu li {
	text-align: left;
	font-size:9px;
	background-color: #66CCFF;
}

#menu li a, #menu dt a,#menu dt{
color: #000;
text-decoration: none;
display: block;
border: 0 none;

}
#menu li a:hover, #menu dt a:hover,#menu dt:hover {
background: #eee;
}
/*#menu li a:hover{
	background-color: #66CCFF;
}*/
