.HotelMenu {
	position: absolute;
	height: 250px;
	width: 200px;
	left: 0px;
	top: 0px;
}
.HotelPhotoDroite {
	position: absolute;
	height: 550px;
	width: 200px;
	top: 0px;
	right: 0px;
}
.HotelPhotoGauche {
	position: absolute;
	height: 300px;
	width: 200px;
	left: 0px;
	top: 250px;
}
.HotelMoyen {
	position: absolute;
	height: 540px;
	width: 390px;
	left: 200px;
	top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	overflow: auto;
}
