
interface ICompteur {
	public int getEtat();
	public void incrementer();
}
