
	function fonctions_identification()
	{
		identificationmembre();
	} 


    function identificationmembre()
	{
        new Ajax.Request('db_identification_membre.php', 
		{
			parameters: $('login','mdp').serialize(true),
        });
    }
	

	