html, body {
	background-color: #000000;
	margin:0;
	padding:0;
	height: 100%;
	overflow: hidden;
	width:100%;
}
#cont {
	background-color: #000000;
}
#cote {
	position: absolute;
	overflow: visible;
	height: 90%;
	width: 10px;
	top: 0px;
	z-index:10;
}
#casque {
	position: relative;
	float:right;
	height: 40%;
	top: 0px;
	left: 280px;
	width: 80%;
}
#mapo {
	position: relative;
		z-index:10;
	float:right;
	height: 50%;
	top: 0px;
	right: 0px;
	width: 80%;
}
#pied {
	clear:both;
	z-index:1;
	background-color: #7b2f1e;
	position: relative;
	width: 100%;
	height: 10%;
	bottom: 0px;
	text-align: center;