//document.writeln('<TR height=600><TD>');
document.writeln('<TR class="navigation"><td colspan=2><hr class="sautdepage">');
document.writeln('<TR class=navigation height=20><TD>');
document.writeln(html_arborescence);
document.writeln('<TD ALIGN=RIGHT>');
document.write(html_precedent+'&nbsp;');
document.writeln(html_suivant);
document.writeln('<A NAME="bas"></A>');

//Table qui contient le corps du ducument
document.writeln('</table>');

if (location.hash.length>1)
	indiceAncreCourante=determinerIndiceAncre(location.hash);
