function icon(theicon) {
    document.UPLOAD.n_Texte.value += theicon;
    document.UPLOAD.n_Texte.focus();
    }



