/* CSS Document */

/*************style menu***********/
.nom {
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
}

.descriptif{
	font-family:Arial;
	font-style:italic;
	font-size:8pt;
	text-indent:15px;
}

.prix {
	font-family:Arial;
	font-size:10pt;
}

.fondtableau {
	background-color: #DDCEA4;
	border-color: #DDCEA4;
}

.prixFormule {
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	font-color: #C9322B;
}

/***********************************/

.contenu {
	font-family:Arial;
	font-size:10pt;
	text-align: justify;
}
.annotation {
	font-family:Arial;
	font-size:10pt;
	text-align: center;
}

.formulaire {
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
	color: #AD3F32;
}