function CouleurMenu(n) {
	eval("document.img"+n+".src='images/feuille1.gif'");
	eval("document.all.menu"+n+".style.color='#990000'");
}
function RestaureMenu(n) {
	eval("document.img"+n+".src='images/feuille0.gif'");
	eval("document.all.menu"+n+".style.color='#000000'");
}
function CouleurSsMenu(n) {
	eval("document.img"+n+".src='../images/feuille1.gif'");
	eval("document.all.menu"+n+".style.color='#990000'");
}
function RestaureSsMenu(n) {
	eval("document.img"+n+".src='../images/feuille0.gif'");
	eval("document.all.menu"+n+".style.color='#000000'");
}
function fiche(enreg) {
fenetre=window.open("fiche.php?id="+enreg,"CondamineBertrand","width=750,height=500,scrollbars");
fenetre.focus();
}

