// JavaScript Document

function resolution()
{
	document.getElementById("diaporama").style.width = screen.width+'px';
}

function longeur()
{
	var length = screen.width-1;
	document.getElementById("long").style.width =length+'px';
}
