// Procédures globales du projet
function pln_fondCellule(pObj,pUrl, pRepeat)
{
	var oCel =document.getElementById(pObj);
	oCel.style.backgroundImage= 'url("'+pUrl+'")';
	oCel.style.backgroundRepeat=pRepeat; 
}



