function signin_deconnexion() {
	var ajaxRequestObj = new Ajax.Request("index.php?signin&action=signout",{asynchronous:true, evalScripts:true});	
}