function titre(texte)
{
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR=#FFFFFF><TR><TD><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD WIDTH=20 ALIGN=left valign="top"></TD><TD WIDTH=20 ALIGN=left style="border-bottom: 0 solid #cad6cb" valign="top"><img border="0" src="pointcarre.gif" width="20" height="15"></TD><TD style="border-bottom: 2 solid #7ba285" valign="baseline"><font face="Arial" size="5" color="#0e6b26"><i>');
document.write(texte);
document.write('  </i></font></TD></TR></TABLE></TD></TR></TABLE>');
}
