html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
}
#contenant {
	position : absolute;
	top: 0px;
	left: 150px;
/*	height: 100%;*/
	background-color:#000000;
}
#marge {
	position: absolute;
	left:0;
	width: 150px;
/*	height: 100%;*/
	background-color: #000000;
}
#img_titre {
	position: absolute;
	top:18;
	left:13;
}
#menu {
	position: absolute;
	top: 474px;
	left: 10px;
}
#menu_1 {
	position: absolute;
	top: 430px;
	left: 10px;
}

