function Reperer(page,nivo){

var lien1='#';
var lien2='#';

if (page==1){
switch (nivo)
{
	case "0" :   
		nav='../../';
		break;
	case "2" :   
		nav='../../../../';
		nav2='../../../';
		break;
	default:   
		nav='../../../';
		break;
}
}

document.write("             <table width=\"149\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\""+nav+"img/pix.gif\">");
document.write("              <tr> ");
document.write("                <td colspan=\"2\"><img src=\""+nav+"img/gauche/h_fond.gif\"></td>");
document.write("              </tr>");
document.write("              <tr> ");
document.write("                <td width=\"15\" align=\"center\" height=\"24\" valign=top bgcolor=\"#3e6791\"><img src=\""+nav+"img/puce_vert.gif\" width=\"11\" height=\"11\"></td>");
document.write("                <td class=\"titregauche\" height=\"24\" valign=top bgcolor=\"#3e6791\">Calendrier<BR>des manifestations</td> ");
document.write("              </tr>");
document.write("              <tr> ");
document.write("                <td colspan=\"2\" bgcolor=\"#8ba4bd\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"1\"></td>");
document.write("              </tr>");
document.write("              <tr> ");
document.write("                <td colspan=\"2\"><img src=\""+nav+"img/gauche/b_fond.gif\"></td>");
document.write("              </tr>");
document.write("            </table>");
}