// Fichier menu.js

document.write("<center>");
document.write("<font face=\"Arial\"><font color=\"#FFFFFF\"><font size=\"-1\">");
document.write(" <a href=\"index.html\">Accueil</a> ");
document.write("| <a href=\"colliers.html\">Colliers</a> ");
document.write("| <a href=\"bracelets.html\">Bracelets</a> ");
document.write("| <a href=\"boucles.html\">Boucles d'oreilles</a> ");
document.write("<BR>");
document.write("</font></FONT></center>");
// Fin du fichier

