/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function showConnexion()
{
	Dialog.alert($('invite_connexion').innerHTML, {
                                                        className:"zone_connexion",
                                                        width:450,
                                                        height:200,
                                                        okLabel: "Fermer"
                                                    }
                 );
}


