#entete {
	background: url("../../templates/media/chambres.jpg");
	}
	
.photos {
	float: left;
	width: 218px;
	padding: 10px;
	background: #aba098;
	margin-right: 20px;
	}

.tarifs_fond {
	background: url("../../templates/media/tarifs_fond.gif") 59px 0 no-repeat;
	}
.tarifs {
	margin: 15px auto 0 auto;
	width: 575px;
	overflow: hidden;
	background: white;
	border: 1px solid #a59b93;
	padding: 10px 15px 5px 15px;
	}
#content .tarifs p { margin: 0; }	

span.designation,
span.semaine,
span.weekend {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #aba098;
	margin-bottom: 5px;
	}
span.designation { width: 350px; text-align: left; }
span.semaine { width: 100px; text-align: right; }
span.weekend { width: 120px; text-align: right; }

p.designation,
p.semaine,
p.weekend {
	display: block;
	float: left;
	}
p.designation { clear: both; width: 350px; text-align: left; }
p.semaine { width: 100px; text-align: right; }
p.weekend { width: 120px; text-align: right; }
p.designation em { color: #a10b1d; font-size: 10px; }
