{

Plan = "index.htm";



Propos = "infosite/copyright.htm";

}



if (NIVEAU == 1)

{

NIVEA ="../"

}

if (NIVEAU == 2)

{

NIVEA ="../../"

}

if (NIVEAU == 3)

{

NIVEA ="../../../"

}

if (NIVEAU == 4)

{

NIVEA ="../../../../"

}





document.write ('<A HREF="' + NIVEA + Plan + '" TARGET="_parent"><font color="black" face="verdana,san serif" size="1"><b>Plan du site</b></font></a>&nbsp;&nbsp;<A HREF="' + NIVEA + Propos + '" TARGET="_parent"><font color="black" face="verdana,san serif" size="1"><b>A propos du site</b></font></A>&nbsp;&nbsp;&nbsp;')