function changerImage(id,etat) {
	document.getElementById(id).src = "images/btn_"+id+"_"+etat+".gif";
}