
function en_tete()

{
document.write('<div id="top">');
document.write('<div align="center"><br><br>');
document.write('<table border="0" cellspacing="2" cellpadding="1" width=100%   height="24" summary="mep"><tr>');
document.write('<tr align="center" valign="middle">');
document.write('<td><a  href="index.html">Accueil</a> </td>');
document.write('<td><a  href="mer.html">La Mer, Les Bateaux</a> </td>');
document.write('<td><a  href="sites-sci.html">La Terre</a> </td>');
document.write('<td ><a href="photographie.html">La Photographie</a></td>');
document.write('<td><a  href="ged/index.html" target="_blank">G&eacute;n&eacute;alogie</a></td>');
document.write('<td><a  href="divers.html">Sites Divers</a></td>');

document.write('</tr></table><br></div>');
document.write('</div>')
}

	
    
    
   

function pied_de_page()
{
document.write('<div id="footer">');
document.write('<div align="center"><p>');
document.write('<i>Et pour m\'envoyer un message:&nbsp;</i>');
document.write('<script language="JavaScript" type="text/javascript">');
document.write('monemail();');
document.write('</script></p>');
document.write('</div>');
document.write('</div>')
}
