// JavaScript Document
	window.onload = function() {
		if ((window.document.getElementById) && (window.document.getElementById('Accueil').focus)) {
			window.document.getElementById('Accueil').focus();
		}
	}
function replacerOnglets()
{
window.location.reload();
}
