.imgHotel {
	position: relative;
	width: 500px;
	height: 250px;
	z-index: 1;
	left: 300px;
}
.menuDroite {
	position: absolute;
	height: 250px;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 2;
	overflow: hidden;
}
.TextePasImportante {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	height: 100px;
	width: 100px;
	left: 100px;
	top: 100px;
	visibility: hidden;
}
.FotosBar {
	position: absolute;
	height: 150px;
	width: 800px;
	left: 0px;
	top: 400px;
}
.texte {
	position: absolute;
	height: 120px;
	width: 370px;
	left: 1px;
	top: 250px;
	padding: 15px;
}
.menuCarte {
	position: absolute;
	height: 150px;
	width: 400px;
	left: 400px;
	top: 250px;
}
