var accueil='default.jsp';
var contact='fr/contact.jsp';
var newsletter='fr/newsletter/inscription.jsp';
var plan='fr/plan/plan.htm';


document.write("               <table border='0' cellspacing='0' cellpadding='0' background='"+niveau+"img/pix.gif' width=270>");
document.write("                    <tr> ");
document.write("                      <td align=right><img src='"+niveau+"img/haut/fleche.gif' width='7' height='6'><a href='"+niveau+accueil+"' class='liensblanc'>Accueil</a></td>");
document.write("                      <td width='4'><img src='"+niveau+"img/pix.gif' width='4' height='4'></td>");
document.write("                      <td align=right><img src='"+niveau+"img/haut/fleche.gif' width='7' height='6'><a href='"+niveau+contact+"' class='liensblanc'>Contacts</a></td>");
document.write("                      <td width='4'><img src='"+niveau+"img/pix.gif' width='4' height='4'></td>");
document.write("                      <td align=right><img src='"+niveau+"img/haut/fleche.gif' width='7' height='6'><a href='"+niveau+newsletter+"' class='liensblanc'>Newsletter</a></td>");
document.write("                      <td width='4'><img src='"+niveau+"img/pix.gif' width='4' height='4'></td>");
document.write("                      <td align=right><img src='"+niveau+"img/haut/fleche.gif' width='7' height='6'><a href='"+niveau+plan+"' class='liensblanc'>Plan du site</a></td>");
document.write("                      <td width='10'><img src='"+niveau+"img/pix.gif' width='10' height='4'></td>");
document.write("                    </tr>");
document.write("                  </table>");
                
          