// JavaScript Document

function resolution()
{
	document.getElementById("fond").style.width = screen.width-15+'px';
	document.getElementById("fond").style.height = screen.height+125+'px';
	document.getElementById("corps").style.width = screen.width-15+'px';
}


