public void activation()
    {
        Porte p = this.GetComponent <Porte> ();

        p.OuverturePorte();
    }