function titre(texte)
{
document.write('<TABLE WIDTH=275 CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR=#006600>');
document.write('<TR>');
document.write('<TD><TABLE WIDTH=100% CELLPADDING=3 CELLSPACING=1 BORDER=0>');
document.write('<TR>');
document.write('<TD WIDTH=10 BGCOLOR=#006600 ALIGN=center><img src="images/a_crayon.gif" width="12" height="12"></TD>');
document.write('<TD WIDTH=390 BGCOLOR=#009900><FONT FACE="Verdana, Arial" SIZE=1 COLOR=#FFFFFF><B>');
document.write(texte);
document.write('</B></FONT></TD>');
document.write('</TR>');
document.write('</TABLE></TD>');
document.write('</TR>');
document.write('</TABLE>');
}
