// JavaScript Document

function resolution_diapo()
{
	document.getElementById("diaporama").style.width = screen.width+'px';
	document.getElementById("waiting_msg").style.display = 'none';
	document.getElementById("hidepage").style.display = 'block';
}

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

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

