function LancerRecherche()
	{	
	document.f.lancer.value = 1;
	document.f.submit();
	}

function ToutAfficher()
	{	
	document.f.afftout.value = "true";
	document.f.submit();
	}
