<!-- Masquage pour les browser incompatibles

if (document.layers){
	initHaut = window.innerHeight;
	initLarg = window.innerWidth;
}

function recharger() {
	if (window.innerWidth != initLarg || window.innerHeight != initHaut)
		location.reload();
}

if (document.layers)
	onresize = recharger;

//fin du masquage pour les browsers incompatibles -->