#photo {
	height: 300px;
	width: 200px;
	margin-left: 50px;
}


#chambre1 {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/chambre1.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: hidden;
	z-index: 1;
	background-position: center center;
}
#chambre2 {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/chambre2.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: hidden;
	z-index: 1;
	background-position: center center;
}
#lits-superpose {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/lits-superpose.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: hidden;
	z-index: 1;
	background-position: center center;
}
#salle-manger-cuisine {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/salle-manger-cuisine.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: hidden;
	z-index: 1;
	background-position: center center;
}
#salle-de-bain {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/salle-de-bain.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: hidden;
	z-index: 1;
	background-position: center center;
}
#terrasse {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/terrasse2.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: visible;
	z-index: 1;
	background-position: center center;
}
#de-la-terrasse {
	position:absolute;
	height: 188px;
	width: 250px;
	background-image: url(../images_ixora/depuis-la-terrasse.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #993300;
	visibility: visible;
	z-index: 1;
	background-position: center center;
}

#descriptif {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	width: 670px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 3;
}
#tarifs td{
	border: 1px solid #993300;
	text-align: center;
}
.titretableau {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}


