// Procédures globales du projet
function agrandir()
{
	window.moveTo(0, 0);
	window.resizeTo(screen.width+5,screen.height-30);
	
}

