body {
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
}


.texte_noir {
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.texte_noir_grand {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.texte_gris {
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.texte_prix_grand {
	font-size: 16px;
	color: #ffffff;
}

.texte_prix_petit {
	font-size: 12px;
	color: #ffffff;
}

.texte_orange_grand {
	font-size: 16px;
	color: #F98902;
	text-transform: uppercase;
	font-weight: bold;
}

.texte_orange_petit {
	font-size: 12px;
	color: #F98902;
}

a.lien_orange {
	font-size: 14px;
	color: #F98902;
	text-decoration: none;
}

a.lien_orange:hover {
	text-decoration: underline;
}


img {
	border: 0px;
	display: block;
}
