/**
 * Import des styles communs à toutes les fiches
 */
@import "fiche.css";

/* Appellation complète d'un vin */
#zoneAppellation {
	color: #006600;
  font-weight: bold;
	font-size: 16px;
}

#zoneContactTitre {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
}
