.nouvelan {
	height: 221px;
	width: 160px;
	position: absolute;
	left: 205px;
	top: 16px;
	background-color: #D8FCB4;
	text-align: center;
	z-index: 0;
	visibility: hidden;
}
.popup {
	position: absolute;
	z-index: 5;
	height: 338px;
	width: 372px;
	left: 229px;
	top: 80px;
	background-color: #D0FEB1;
	overflow: visible;
	border: 5px outset #D0FEB1;
	background-image: url(../Images/bg_popup.jpg);
	text-align: center;
}
.imgHotel {
	background-image: url(../Images/Index_spiegeling.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 400px;
	z-index: 2;
}
.menuDroite {
	position: absolute;
	height: 249px;
	width: 400px;
	left: 400px;
	top: 300px;
	z-index: 3;
	overflow: hidden;
}
.TexteGauche {
	position: absolute;
	height: 250px;
	width: 400px;
	left: 0px;
	top: 300px;
	padding: 10px;
	text-align: center;
	z-index: 4;
}
.TextePasImportante {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	height: 100px;
	width: 100px;
	left: 100px;
	top: 100px;
	visibility: hidden;
}
.Main .popup div {
	color: #7D2111;
}

