package packDeco;

public class CoucheFruits extends Couche
{
	public CoucheFruits (Patisserie pPat)
	{
		super (pPat);
		this.nom = "\tAvec une couche de fruits\n";
	}
}