BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contenu {

}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #009966;

}

.catalogue {
	color: #003399;
	background-color: #FFFFCC;
}

A.catalogue  {
color: #003399;
text-decoration: none;

}

A.produit  {
color: #003399;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}


.libelle {
	font : 20px Tahoma, Arial, sans-serif;
	color: #339966;
}

.prix {
	font : 20px Tahoma, Arial, sans-serif;
	color: #9966CC;
}

.panier-titre {
	font-weight: bold;
	color: #FFCC33;
	background-color: #003333;
}

.panier-contenu {


}