$(document).ready(function() {
	$("a#actu-link").fancybox({
		'padding' : 0,
		'autoScale' : false,
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'width' : 500,
		'height' : 500
//		'swf' : {'flashvars' : 'configxml=swf/flv_config.xml', 'allowFullScreen' : 'true', 'wmode' : 'transparent' }
	});
	
	
});
