


function highlight(nbr){


if(nbr==1)
{
    document.getElementById("menusup1").style.backgroundColor='#D3E5F8'; 
}
if(nbr==2){ document.getElementById("menusup2").style.backgroundColor='#D3E5F8'; }
if(nbr==3){ document.getElementById("menusup3").style.backgroundColor='#D3E5F8'; }



if(nbr==4)
{ 
document.getElementById("menusup4").style.backgroundColor='#D3E5F8'; 
}





if(nbr==5){
document.getElementById("menusup5").style.backgroundColor='#D3E5F8'; 
document.getElementById("pied7").style.backgroundColor='#D3E5F8'; }


if(nbr==6){ document.getElementById("menusup6").style.backgroundColor='#D3E5F8'; }

if(nbr==7)
{ document.getElementById("menugau1").style.backgroundColor='#D3E5F8'; 
    document.getElementById("pied1").style.backgroundColor='#D3E5F8'; 
}

if(nbr==8)
{ document.getElementById("menugau2").style.backgroundColor='#D3E5F8'; 
    document.getElementById("pied2").style.backgroundColor='#D3E5F8'; 
}

if(nbr==9)
{ document.getElementById("menugau3").style.backgroundColor='#D3E5F8'; 
    document.getElementById("pied3").style.backgroundColor='#D3E5F8'; 
}

if(nbr==10)
{ document.getElementById("menugau4").style.backgroundColor='#D3E5F8';
    document.getElementById("pied4").style.backgroundColor='#D3E5F8'; 
}

if(nbr==11)
{ document.getElementById("menugau5").style.backgroundColor='#D3E5F8'; 
    document.getElementById("pied5").style.backgroundColor='#D3E5F8'; 
}


if(nbr==12){ document.getElementById("menugau6").style.backgroundColor='#D3E5F8'; }

if(nbr==13)
{
    document.getElementById("menudroite1").style.backgroundColor='#D3E5F8'; 
}

if(nbr==14)
{
    document.getElementById("menudroite2").style.backgroundColor='#D3E5F8'; 
}

if(nbr==15)
{
    document.getElementById("menudroite3").style.backgroundColor='#D3E5F8'; 
}

if(nbr==16){ document.getElementById("pied6").style.backgroundColor='#D3E5F8'; }

if(nbr==17)
   { 
   document.getElementById("pied7").style.backgroundColor='#D3E5F8'; 

   }



}

