/*******************
feuille de style contenu
*******************/
.titre_page{
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.texte_rose{
	font-size: 10px;
	color: #8f4590;
}
.texte_rose_italic{
	font-size: 10px;
	font-style: italic;
	color: #8f4590;
}
.texte_rouge{
	font-size: 10px;
	color: #b40000;
}
.texte_blanc{
	font-size: 12px;
	color: #fff;
}
h2.titre_soins{
	padding-bottom: 10px;
	font-size: 12px;
	color: #fff;
}
h2.titre_tarifs_soins,h2.titre_tarifs_soins_marge{
	padding-left: 15px;
	font-size: 12px;
	color: #fff;
	background-image: url(../images/fleche-blanche.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
h2.titre_tarifs_soins_marge{
	padding-bottom: 10px;
	display: block;
}
.tableau{
	width: 100%;
}
.tableau td{
	padding-bottom: 40px;
}
.image_soins{
	margin-right: 30px;
}
.prix{
	width: 150px;
	color: #8f4590;
	font-size: 10px;
	text-align: right;
}
.fond_contact{
	width: 580px;
	height: 320px;
	background-image: url(../contenu/contact/plan-contact.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
.clear{
	clear: both;
}

