function AfficherFondAvrt(tr)
{
	tr.style.backgroundColor = "#FFFFB2";
}
function AfficherFond(tr)
{
	tr.style.backgroundColor = "#F7F6F6";
}
function AfficherTrans(tr)
{
	tr.style.backgroundColor = "transparent";
}

