/***
 * Fonctions qui valide le formulaire de recherche
***/

function recherche()
{
	document.getElementById('formRechercheProd').submit();
}
