var listechamps = new Array (
['nom', '- The name is required\n', ''],
['prenom', '- The firstanme is required\n', ''],
['email', '- The E-mail is required\n', ''],
['email', '- The E-mail is incorrect\n', 'isEmail'],
['adresse', '- The adress is required\n', ''],
['cp', '- The postal code is required\n', ''],
['ville', '- The town is required\n', ''],
['pays', '- The country is required\n', '']
);
