@import url("structure.css");
#tarif{
position: absolute;
top:0px;
width: 1000px;
height: 544px;
overflow: hidden;
padding: 0px;
background-image: url(../graphisme/content_tarifs.jpg);
}
/* A: Tarifs Présentaions */
#tarif_presentation{
position: absolute;
top: 65px;
width: 226px;
height: 158px;
left: 57px;
right: 717px;
overflow: hidden;
padding: 0px;

}

/* B: Fercé */
#tarif_ferce{
position: absolute;
top: 65px;
width: 226px;
height: 158px;
left: 400px;
right: 374px;
overflow: hidden;
padding: 0px;
}

/* C: Noyen */
#tarif_noyen{
position: absolute;
top: 65px;
width: 226px;
height: 158px;
left: 744px;
right: 30px;
overflow: hidden;
padding: 0px;
}

/* D: Touristique */
#tarif_touristique{
position: absolute;
top: 316px;
width: 226px;
height: 158px;
left: 57px;
right: 717px;
overflow: hidden;
padding: 0px;
}

/* E: Fillé */
#tarif_fille{
position: absolute;
top: 320px;
width: 226px;
height: 158px;
left: 400px;
right: 374px;
overflow: hidden;
padding: 0px;
}

/* F: Malicorne */
#tarif_malicorne{
position: absolute;
top: 320px;
width: 226px;
height: 158px;
left: 744px;
right: 30px;
overflow: hidden;
padding: 0px;
}

/* Formatage du tableau tarifs */
.mini {
	font-size: 0.9em;
	color: Maroon;
	display: inline;
	margin: 0px;
		margin-top: 5px;
	padding: 0px;
		font-weight: bold;
}

.gras_marron{
	font-size: 0.9em;
	font-weight: bold;
	color: Maroon;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.titre{
	font-size: 0.9em;
	font-weight: bold;
	color: Black;
	display: inline;
	margin: 0px;
	padding: 0px;
}

