/*
-----------------------------------------------------------------------------------------
COLORBOX SETUP
-----------------------------------------------------------------------------------------
Email: contact@goweb.com

-----------------------------------------------------------------------------------------
*/
//<![CDATA[
$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	//$(".actualite-colorbox").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	$(".actualite-colorbox").colorbox({ innerWidth:850, innerHeight:"52%", iframe:true});
	
});		   
//]]>

