// Introduction du titre de la page

document.write("<br>&nbsp;<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"535\"> <tr> <td width=\"45\"></td> <td class=\"title1\" width=\"490\">" + title + "</td> </tr> </table>")


// Introduction du menu

document.write("<br>&nbsp;<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"535\"><tr><td width=\"65\"></td><td  width=\"470\">")

for (n in contenu)
    {
	if (n > 0)
		   {document.write(" - ")}

	document.write(contenu[n].link("#" + n))
	    }

document.write("<br>&nbsp;")