function titre()
     {
     html = '<table width="120" height="80" cellpadding="3" cellspacing="1" border="0">';
     html += '<tr>';
     html += '<td><a href="../ornitho_pratique/geaideschenes.htm"><img src="../ornitho_pratique/image_oiseaux/ois_mois.jpg" alt="cliquer pour d&eacute;couvrir" width="120" height="80" border="0"></a></td>';
     html += '</tr>';
     html += '</table>';
     return(html);
     }
