
function mcEntete(){

document.write('<table BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" >');
document.write('<tr>');

document.write('</tr>');
document.write('<tr>');

document.write('<td></td>');

document.write('<td colspan="3" align="middle">&nbsp;&nbsp;</td>');

document.write('<td bgcolor="#e79609" width="15%" align="center">1</td>');
document.write('<td bgcolor="#e79609" width="15%" align="center">1</td>');
document.write('<td bgcolor="#e79609" width="15%" align="center">1</td>');
document.write('<a href="mailto:petitecolonie@videotron.ca?Subject=Site web">Contactez nous</a></td>');

document.write('</tr>');
document.write('</table>');
}


function mcBasDePage(){

lastModifiedString = document.lastModified;

document.write('<hr width="100%" size="1">');
document.write('<p><small>Copyright &copy; 2005 Il était une fois... une petite colonie. Tous droits réservés. All rights reserved.<br>');
document.write('Dernière mise à jour&nbsp;/&nbsp;Last updated:&nbsp;');
document.write(lastModifiedString);
document.write('</small></p>');
}

