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

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

h3{
	background-image: url(../images/tarifs/puce.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	font-weight: normal;
	color: #5d4e3b;
	margin: 5px 0px 3px 4px;
	padding-left: 18px;
	line-height: 24px;
}

h3 a{
	text-decoration: none;
}

.zone_tarifs{
	margin-bottom: 17px;
}

.zone_tarifs table{
	width: 660px;
	margin: 0px auto;
	border-collapse: collapse;
}

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

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

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

.zone_tarifs .complement_tarifs{
	padding: 4px;
}