/* 
 * 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:441,
		height:180,
		okLabel: "Fermer"
	});
}

