function chargement(){
	window.onload = function() {
		document.getElementById("img_a_redim").setAttribute("height",(document.getElementById("img_alea_gauche").scrollHeight)+document.getElementById("menu").scrollHeight - 60);
	}
}

function chargement_menu_accueil(){
	window.onload = function() {
		document.getElementById("table_accueil").setAttribute("height", document.getElementById("menu").scrollHeight + 96);
		document.getElementById("img_a_redim_accueil").setAttribute("height",document.getElementById("menu").scrollHeight + 30);
	}
}