@charset "utf-8";
/* CSS Document */

h2{
	color: #5d4e3b;
	font-size: 24px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 3px solid #5d4e3b;
	font-weight: normal;
}

.zone_location{
	margin-bottom: 24px;
	height: 1%;
	overflow: auto;
}

#presentation img{
	border: 2px solid #5d4e3b;
	float: left;
	margin-right: 13px;
}

#presentation ul{
	margin: 0px 0px 8px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

#presentation ol{
	margin: 0px 0px 8px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
}

#presentation p{
	margin: 0px 0px 8px 0px;
	text-align: justify;
}

#tarifs table{
	width: 660px;
	margin: 0px auto;
	border-collapse: collapse;
}

#tarifs td, #tarifs th{
	border: 1px solid #5d4e3b;
}

#tarifs th{
	text-align: center;
	font-weight: normal;
	padding: 6px;
	background-color: #736d57;
	color: #e7e8cf;
	font-size: 13px;
}

#tarifs td.prix{
	font-weight: bold;
	padding: 10px 6px;
	font-size: 18px;
	text-align: center;
}

#tarifs #complement_tarifs{
	padding: 4px;
}
