$(document).ready(function() {
	if (document.getElementById("bilan")) {
		$("#bilan a.active").click(function() {
			$("#bilan form div.off").hide() ;
			$("#bilan form input.on").show() ;
		}) ;
	}
});
