/*************** css pour le tableau des tarifs ******************/
.tarifs_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E1E1E1;
	text-align: center;
	font-weight: bold;
	border: 1px solid #1F1F1F;
}
.tarifs_cell_titre{
	width: 100px;
	background-color: #C6B393;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E1E1E1;
	text-align: center;
}
.tarifs_ligne1{
	background-color: #837D76;
	padding: 2px;
	text-align: center;
	color: #FFD18A;
}
.tarifs_ligne2{
	background-color: #837D76;
	padding: 2px;
	text-align: center;
	color: #FFD18A;
}
