@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html {
	height: 100%;
	overflow: hidden;
}

#contenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: display;
}

#menu {
	width: 100%;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 100;
}

#menu:hover {
	cursor: pointer;
}

.dropmenu {
	width: 33%;
}
