.resume_titre {
	font-weight: 700;
	text-transform: uppercase
}

table.tableau_tarifs {
	width: 95%;
	margin: auto;
	font-size: 0.9em;
	border-collapse: collapse
}
table.tableau_tarifs thead {
	text-align: center;
	font-weight: bold;
	color: var(--color_white);
	background-color: var(--color_1)
}
table.tableau_tarifs tbody {
	background-color: var(--color_3)
}
.tableau_tarifs .col_anesthesie, .tableau_tarifs .col_sejour {
	text-align: center;
	border-left: 1px solid #eeecec
}
.tableau_tarifs .col_prix {
	width: 145px;
	text-align: right;
	border-left: 1px solid #eeecec
}
table.tableau_tarifs td { padding:8px 5px 8px 5px }
img.image_gauche, img.image_droite {
	display: block;
	margin: 5px auto 5px auto
}
@media all and (min-width:500px) {
	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:800px) {
	.tableau_tarifs .col_anesthesie { width:130px }
	.tableau_tarifs .col_sejour { width:180px }
}
@media all and (min-width:980px) {
	img.image_centre { 
		display: inline;
		margin: 0 10px 
	}
	table.tableau_tarifs {
		width: 80%;
		font-size: 1em
	}

}