public QueteObjet(string nom, Objet o, TypeQuete monType) { Libelle = nom; objetATrouver = o; this.Type = monType; }