html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: helvetica, sans-serif;
font-size:78%;
}


#menubox {
	position: absolute;  /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	width: 100%; /* correction pour Opera */
	background-color: transparent;
}

