var posciel = -1000;

function ScrollFond()
{
	posciel++;
	document.getElementById("Ciel").style.backgroundPosition= posciel;
	setTimeout( "ScrollFond()",100 );
}
