.couleur_rose { color: #C80A4D }
.couleur_gris { color: #575757 }
.text_gris_gras { 
	color: #575757;
	font-weight: 700
}
.police_titre_produits { font-size: 1.2em }
.gras_titre_produits { font-weight: 700 }

.police_titre_slider{
	color: #C80A4D;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2.1em;
}
table.tableau_tarifs {
	width: 95%;
	margin: auto;
	font-size: 0.9em;
	border-collapse: collapse
}
table.tableau_tarifs thead {
	text-align: center;
	font-weight: bold;
	background-color: #0e1c41;
	color: white
}
table.tableau_tarifs .cell_prix {
	width: 140px;
	text-align: right;
	border-left: 1px solid #bfbfbf
}
table.tableau_tarifs td { padding: 8px 5px 8px 5px }
table.tableau_tarifs tbody tr:nth-child(even) { background-color: #faf7f2 }
img.image_gauche, img.image_droite {
	display: block;
	margin: 5px auto 5px auto
}
.bouton_action {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 10px auto;
	padding: 4px 15px 4px 15px!important;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background-color: black;
}
@media all and (min-width:600px) {
	img.image_gauche {
		float: left;
		margin:20px 20px 10px 0
	}
	img.image_droite {
		float: right;
		margin: 20px 0 10px 20px	
	}
}
@media all and (min-width:980px) {
	img.image_centre { 
		display: inline;
		margin: 0 10px 
	}
	table.tableau_tarifs {
		width:65%;
		font-size: 1.1em
	}
}