// JavaScript Document

	function close_encart_inscription () {
		var shadow = document.getElementById("shadow_encart_inscription");
		var container = document.getElementById("encart_inscription");
		shadow.style.display = "none";
		container.style.display = "none";
	}
