

$(document).ready(function() 
{
	 
	// CLIC GENERAL
	$('div#page a').click(function() 
	{
		$(this).css('outline','none');
		
		return true;
	});
	
});
