

$(document).ready(function(){
	
	if($(".blocVignetteM6 .listVign").length < 1){
		$(".listSepar").css('display', 'none');
		$(".blocVignetteM6").css('display', 'none');
	}
	
	// METTRE EN ON LA 1iere VIDEO
	$(".thumbVid a:first").addClass("on");

});


// HACK VIDEO
function initVideo(){
	$(".bigVid object").attr("width","290");
	$(".bigVid object").attr("height","215");
	$(".bigVid embed").attr("width","290");
	$(".bigVid embed").attr("height","215");
}

// HACK VIDEO
function initVideoHome(){
	$(".toutImage object").attr("width","215");
	$(".toutImage object").attr("height","160");
	$(".toutImage embed").attr("width","215");
	$(".toutImage embed").attr("height","160");
}
