$(document).ready(
	function()
	{	
		$("#close-360").bind("click",function(){/* Fermeture de thickbox sur le bouton id="close-360" */
			self.parent.tb_remove();
		});
	});


function ferme(){  
  self.parent.tb_remove();
}