jQuery.noConflict();
jQuery(document).ready(function($) { 

	$('a.voir_video').colorbox({width:"600px", height:"380px", iframe:true});
});