Today = new Date;
Jour = Today.getDate();
Mois = (Today.getMonth())+1;
Annee = Today.getFullYear();
Message = "<strong>Aujourd'hui</strong> : " + Jour + "/" + Mois + "/" + Annee;
