function redirectionChampRecherche (formulaire)
{	
	var chaine;	
	chaine = "recherche.php3?recherche=" + formulaire.RechercherChamp.value;
	document.location.href=chaine;	
}
