function Reperer(page,nivo,rubrique,id){

var lien1='objet.asp?id='+id;
var lien2='organisation.asp?id='+id;
var lien3='activite.asp?id='+id;
var lien4='sommaire.asp';

if (page==1){
switch (nivo)
{
	case "0" :   
		nav='../../';
		break;
	case "2" :   
		nav='../../../../';
		nav2='../../../';
		break;
	default:   
		nav='../../../';
		break;
}
}

if (page==2){
switch (nivo)
{
	case "0" :   
		nav='../../';
		break;
	default:   
		nav='../../../';
		break;
}
}

if (page==3){
switch (nivo)
{
	case "0" :   
		nav='../../';
		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=\"15\" valign=top bgcolor=\"#3e6791\"><img src=\""+nav+"img/puce_vert.gif\" width=\"11\" height=\"11\"></td>");
document.write("                <td width=\"134\"class=\"titregauche\" height=\"15\" valign=top bgcolor=\"#3e6791\"> Groupes régionaux</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\" height=\"20\" class=\"liensblanc\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pucegche.gif\"><font color=\"#FFE400\"><b>&nbsp;"+rubrique+"</b></font></td>");
document.write("              </tr>");
document.write("              <tr> ");
if (page==1){
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/puceoran.gif\"><a href=\""+lien1+"\" class=\"liensblanc\"><font color=\"#FEDEBB\">&nbsp;Objet</font></a></td>");
} else {
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/puceoran.gif\"><a href=\""+lien1+"\" class=\"liensblanc\">&nbsp;Objet</a></td>");
}
document.write("              </tr>");
document.write("              <tr> ");
if (page==2){
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/puceoran.gif\"><a href=\""+lien2+"\" class=\"liensblanc\"><font color=\"#FEDEBB\">&nbsp;Organisation</font></a></td>");
} else {
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/puceoran.gif\"><a href=\""+lien2+"\" class=\"liensblanc\">&nbsp;Organisation</a></td>");
}
document.write("              </tr>");
document.write("              <tr> ");
if (page==3){
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/puceoran.gif\"><a href=\""+lien3+"\" class=\"liensblanc\"><font color=\"#FEDEBB\">&nbsp;Activités</font></a></td>");
} else {
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"5\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"10\"><img src=\""+nav+"img/puceoran.gif\"><a href=\""+lien3+"\" class=\"liensblanc\">&nbsp;Activités</a></td>");
}
document.write("              </tr>");
document.write("              <tr> ");
document.write("                <td colspan=\"2\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"50\"></td>");
document.write("              </tr>");
document.write("              <tr> ");
document.write("                <td colspan=\"2\" height=\"20\" bgcolor=\"#3e6791\"><img src=\""+nav+"img/pix.gif\" width=\"7\" height=\"10\"><a href=\""+lien4+"\" class=\"liensblanc\">&nbsp;Retour sommaire</a></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>");
}