protected void SePromenerDansZone(Zone z)
 {
     if (z.EstDansZone (this.transform)) {
         Avancer ();
     } else {
         LookAt2D(z.transform);
         this.transform.Rotate(0,0,Random.Range(-89,89));
         Avancer ();
     }
 }