function chimg(id){
if(id=="accueil"){
document.getElementById('accueil').src="img/accueilh.png";
}
if(id=="forum"){
document.getElementById('forum').src="img/menuforomh.png";
}
if(id=="partner"){
document.getElementById('partner').src="img/menupartnerh.png";
}
if(id=="question"){
document.getElementById('question').src="img/menuquestionh.png";
}
if(id=="don"){
document.getElementById('don').src="img/menurejoindre5h.png";
}
if(id=="haderant"){
document.getElementById('haderant').src="img/menurejoindre4h.png";
}
if(id=="benevel"){
document.getElementById('benevel').src="img/menurejoindre2h.png";
}
if(id=="prt"){
document.getElementById('prt').src="img/menurejoindreh.png";
}
if(id=="jdr" ||id=="prt"||id=="benevel"||id=="don"||id=="haderant"){
document.getElementById('jdr').src="img/menurejoindre3h.png";
}

}



function chimg2(id){
if(id=="accueil"){
document.getElementById('accueil').src="img/accueil.png";
}
if(id=="forum"){
document.getElementById('forum').src="img/menuforom.png";
}
if(id=="partner"){
document.getElementById('partner').src="img/menupartner.png";
}
if(id=="question"){
document.getElementById('question').src="img/menuquestion.png";
}
if(id=="don"){
document.getElementById('don').src="img/menurejoindre5.png";
}
if(id=="haderant"){
document.getElementById('haderant').src="img/menurejoindre4.png";
}
if(id=="benevel"){
document.getElementById('benevel').src="img/menurejoindre2.png";
}
if(id=="prt"){
document.getElementById('prt').src="img/menurejoindre.png";
}
if(id=="jdr" ||id=="prt"||id=="benevel"||id=="don"||id=="haderant"){
document.getElementById('jdr').src="img/menurejoindre3.png";
}
}