<!--
function control() //VERIFICATION DE LA VALIDITE DES INFOS RENTREES DANS LE FORMULAIRE
{

	if (document.search_engine.CiRestriction.value=="")
	{
	alert("Le champ texte pour la recherche ne peut être vide");
	return false;
	}

return true;

}
// -->
