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

        p.fermePorte();
    }