//<![CDATA[
	dojo.addOnLoad(createticketcolorbox);
	function createticketcolorbox() {
		$("a[rel='billeterie']").colorbox({opacity:0.6, width:"1100px", height:"80%", iframe:true});
		$("a[rel='billeteriehp']").colorbox({opacity:0.6, width:"1100px", height:"80%", iframe:true});
		$("a[rel='billeterieimg']").colorbox({opacity:0.6, width:"1100px", height:"80%", iframe:true});
		$("a[rel='billeterietitle']").colorbox({opacity:0.6, width:"1100px", height:"80%", iframe:true});
		$("a[rel='billeterietxt']").colorbox({opacity:0.6, width:"1100px", height:"80%", iframe:true});
		$("a[rel='galeriestnicolas']").colorbox({opacity:0.6, width:"500px", height:"450px", iframe:true});
	
	}
//]]>
