function changeBg(id)
{

	document.getElementById(id).style.background = "url('images/hover-accueil.png') top no-repeat";
}

function reBg(id)
{

	document.getElementById(id).style.background = "";
}

