/* Menu du site Leognan */
/* partie à insérer dans le body */
/* fait appel aux fonction Javascript contenue dans menuhead.js */


document.write("<TD width=150 valign=top bgcolor=#E0E0FF>");
document.write("<Table width=150 cellpadding=0 cellspacing=0><TR><TD width=10></TD><TD>");
document.write("<font face='ARIAL' size=2>");

document.write("<BR>");

document.write("<A HREF='index.html'><B><font color=#0000B0>Accueil</font></B></A>");
document.write("<BR><BR><BR>");

document.write("<B><A href='present.htm'><font color=#0000B0>Présentation</font></A></B>");
document.write("<BR><BR><BR>");

document.write("<B><A href='program.htm'><font color=#0000B0>Programme</font></A></B>");
document.write("<BR><BR><BR>");

document.write("<B><A href='actes.htm'><font color=#0000B0>Les actes</font></A></B>");
document.write("<BR><BR><BR>");

document.write("<B><A href='document.htm'><font color=#0000B0>Documentation</font></A></B>");
document.write("<BR><BR><BR>");

document.write("<B><A HREF='comite.htm'><font color=#0000B0>Comité d'organisation</font></A></B>");

document.write("<BR><BR><BR>");

document.write("<B><A HREF='contact.htm'><font color=#0000B0>Contact</font></A></B>");

document.write("<BR><BR><BR><BR><BR>");

/*document.write("&nbsp;<font color=#0000B0 size=1>Copyright APB 2006</font>");*/


document.write("</FONT>");

document.write("</TD></TR></TABLE>");
document.write("</TD>");