.nouvelan {
	height: 221px;
	width: 160px;
	position: absolute;
	left: 205px;
	top: 16px;
	background-color: #D8FCB4;
	text-align: center;
	z-index: 0;
	visibility: hidden;
}
.imgHotel {
	background-image: url(../Images/Index_spiegeling.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 400px;
	z-index: 1;
}
.menuDroite {
	position: absolute;
	height: 249px;
	width: 400px;
	left: 400px;
	top: 300px;
	z-index: 2;
	overflow: hidden;
}
.TexteGauche {
	position: absolute;
	height: 250px;
	width: 400px;
	left: 0px;
	top: 300px;
	padding: 10px;
	z-index: 4;
	text-align: center;
}
.TextePasImportante {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	height: 100px;
	width: 100px;
	left: 100px;
	top: 100px;
	visibility: hidden;
}
