function go()
{
	positionnerElements();
	window.onresize = positionnerElements;
	$("body").css("visibility", "visible");
}
