$(document).ready(function() {
	// Arrondis (jquery.corner) sur certains éléments
	$('H1').corner('top');
	$('DIV.gauche', 'DIV.section-normale').corner();
	$('IMG.corner').corner();
	$('.lanceur').corner();
	// Custom Radio
	if ($('DIV.custom-radio').length>0)
		$('DIV.custom-radio').find('INPUT').customInput();
	// Activation du VisualLightbox
	window.Lightbox = new jQuery().visualLightbox({autoPlay:false,borderSize:39,classNames:'vlightbox,vlightbox1,vlightbox2,vlightbox3,vlightbox4,vlightbox5,vlightbox6',descSliding:true,enableRightClick:false,enableSlideshow:false,resizeSpeed:10,slideTime:2,startZoom:false});
});

