@charset "ISO-8859-1";
/* CSS Document */

.TitreProduit
{
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ED71A9;
	margin: 2px;
}

.SousTitreProduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ED71A9;
	text-decoration: none;
}

.TitreGroupe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
}

.Bandeau {
	background: white url('/couleurs/bandeau1.jpg');
	height:69px;
	}
	
.RondGamme {
	background: white url('/couleurs/rond-gamme1.gif');
	height:62px;
	width:44px;
	}
	

	

