
#middle{
	position: relative;
	height: 690px;
	padding: 40px 15px 20px 15px
}

div.contact{
	margin: 0 0 20px 330px;
	width: 200px;
	padding: 20px;
	line-height: 20px;
	background: #EFDCC2;
}
div.contact h3{
	margin: 0 0 8px 0;
	color: #CD8B2D;
}
div.contact a{
	color: #CD8B2D;
}
div.contact a:hover{
	color: #333;
}


#tarifs{
	height: 170px;
	padding: 15px;
	background: #EFDCC2;
}
#tarifs h3{
	padding: 0 0 10px 0;
	font-size: 13px;
}
#tarifs dl{
	float: left;
	padding: 0 0 0 55px;
}
#tarifs dl dd{
	position: relative;
	padding: 8px 30px;
}
#tarifs dl dd span{
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #EFD6B3
}
#tarifs dl dd span.bs{
	background: #00AE00
}
#tarifs dl dd span.ms{
	background: yellow;
}
#tarifs dl dd span.hs{
	background: orange;
}
#tarifs dl dd span.ths{
	background: red;
}

#saisons{
	clear: left;
	padding: 5px 5px 15px 5px;
	background: #efdcc2
}
#saisons table{
	border-collapse: collapse;
}
#saisons table td{
	padding: 2px 3px;
	text-align:center;
}
#saisons table td.bs{
	background: #00AE00
}
#saisons table td.ms{
	background: yellow
}
#saisons table td.hs{
	background: orange
}
#saisons table td.ths{
	background: red
}
