$(document).ready(function() {
	$('.table_catalogue').next('hr').remove();
});
