function FillAllFieldsAlert()
{
	alert("Les champs avec une ' * ' sont requis !");
	
}
function SuccessufellySendAlert()
{
	//alert("Bien reçu votre demande. Merci !");
	//location.reload();
	document.location.href='http://www.lepharenumerique.com/customcode/usb2/confirmation.php#top';
}
function ErrorConectionAlert()
{
	alert("Erreur de connexion.");
}
