function top()
{
	document.write('<TABLE border="0" cellspacing="0" cellpadding="1" width="100%">');
    document.write('<TR>');
    document.write('	<TD width="61" rowspan="2"><A href="index.html"><IMG src="images/interface/accueil.gif" border="0" height="54" width="74" noauto-resize></A></TD>');
	document.write('    <TD width="100%" rowspan="2"><FONT size="6"><b>&nbsp; Ma ludothèque</b></FONT></TD>');
	document.write('    <TD width="61" align="center"><A href="collection.html"><IMG src="images/interface/perso_collection.gif" border="0" height="39" width="46" noauto-resize></A></TD>');
	document.write('    <TD width="65" align="center"><A href="traduct.html"><IMG src="images/interface/perso_traduction.gif" border="0" height="43" width="58" noauto-resize></A></TD>');
	document.write('    <TD width="53" align="center"><A href="aidejeu.html"><IMG src="images/interface/perso_adj.gif" border="0" height="45" width="46" noauto-resize></A></TD>');
	document.write('    <TD width="53" align="center"><A href="dossiers.html"><IMG src="images/interface/perso_dossiers.gif" border=0 height=40 width=50 noauto-resize></A></TD>');
	document.write('    <TD width="55" align="center"><A href="liens.html"><IMG src="images/interface/perso_liens.gif" border=0 height=50 width=75></A></TD>');
	document.write('</TR>');
	document.write('<TR>');
	document.write('	<TD width="61" align="center"><A href="collection.html">Collection</A></TD>');
	document.write('    <TD width="65" align="center"><A href="traduct.html">Traductions</A></TD>');
	document.write('    <TD width="53" align="center"><A href="aidejeu.html">Aides de jeu</A></TD>');
	document.write('    <TD width="53" align="center"><A href="dossiers.html">Dossiers</A></TD>');
	document.write('    <TD width="55" align="center"><A href="liens.html">Liens</A></TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('<HR size="1" color="black">');
}

function bottom()
{
	document.write('<HR size="1" color="black">');
	document.write('<DIV align="right"><A href="mailto:elpadre@ifrance.com" name="mailto:elpadre@ifrance.com">El Padre</A>, 2001</DIV>');
}
