$(document).ready(function () {


	
	$('#comment .post_body p').corner('round 12px');
	$('#footer li:first-child').addClass('alt');
	$('#news .post_head h3:odd').addClass('alt');
	$('#blog .post_head h3:odd').addClass('alt');
	
	$('#keyword .post_body p').corner('round 10px');

	
	$('.bloc a').bigTarget({
		hoverClass: 'blochover', // CSS class applied to the click zone onHover
		clickZone : 'div:eq(0)' // jQuery parent selector
	});
	
	$('a[href*=#pagetop]').click(function () {
		$(this).blur();
		$('html,body').animate({ scrollTop: 0 }, 500);
		return false;
	});
	
});
