function centrerFond() 
		{
		
		document.getElementById('fondRight').style.left = ((document.body.clientWidth-1000)/2)+1000+'px';
		document.getElementById('fondLeft').style.left = -(document.body.clientHeight*(757/1257)-((document.body.clientWidth-1000)/2))+'px';
		
		}
						
