$(document).ready(function() {
	$("menu a").click(function() {
			$(document.contenu).show();
		});
		return false;
});

