

public interface Payant {

	double calculerCout();
}
