
public class COMPTE {
	private float CIN;
	private String Nom; 
	private String Prenom;
	private float tel;


}
