<!-- invisibilité pour les navigateurs ne comprenant pas le javascript
/*
Le script ci-dessous permet de mettre en forme la partie haute des pages :
Tortue, titre et e-mail. Un changement ici entraînera le changement sur tout le site
*/
salutations_jour();
date_jour();

document.write('<TABLE WIDTH="10" BORDER="0" CELLPADDING="0" CELLSPACING="0">');
document.write('<TR>');
document.write('<TD><IMG SRC="pic/trans.gif" WIDTH="80" HEIGHT="5"></TD>' );
document.write('<TD><IMG SRC="pic/trans.gif" WIDTH="625" HEIGHT="1"></TD>');
document.write('<TD><IMG SRC="pic/trans.gif" WIDTH="80" HEIGHT="1"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD rowspan="2"><a href="index.html">');
document.write('<IMG SRC="pic/tortue.gif" WIDTH="80" HEIGHT="80" border="0" alt="Revenir à la page d\'accueil"></TD>');
document.write('<TD align="center" valign=bottom><IMG SRC="pic/titre3.gif" WIDTH="556" HEIGHT="32"></TD>');
document.write('<TD rowspan="2"><a href="mailto:cjpca@club-internet.fr">');
document.write('<IMG SRC="pic/email.gif" WIDTH="80" HEIGHT="59" border="0" alt="N\'hésitez pas à nous contacter !"></A></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD align=center>');
document.write("<span CLASS='txbleu'>&nbsp;"+salutations+"&nbsp;Il est "+hours+" h "+minutes+".</span>");
document.write("<span CLASS='txbleu'>Nous sommes le "+document.day+" "+today.getDate()+" "+document.mois+" " +an+".</span>");
document.write("<span CLASS='txbleu'>"+saint_jour+"&nbsp;</span>");
document.write('</TD></TR>');
document.write('<TR><TD colspan=3 class=bleu><IMG SRC="pic/trans.gif" WIDTH="1" HEIGHT="1"></TD></TR>');
document.write('</TABLE>');
// fin invisibilité pour les navigateurs ne comprenant pas le javascript -->

