/* FONCTION POUR Onclick pas accepté en W3C en attribut pour le champ input mail(efface le champ mail d'inscirption a la newsletter) */
/* ************************************************************************************************************************ */

var t;
t = 72.5;
function changerTaille(modif) {
    t = t + modif;
    document.getElementsByTagName("body")[0].style.fontSize = t + "%";
} 
