
function coloboxBoutiqueReady () {
	$(".box_savoir").colorbox({width:"400px", height:"250px", iframe:true});
	$(".promotion").colorbox({width:"640px", height:"280px", iframe:true, scrolling:false});
	//$(".box_vente_flash").colorbox({width:"750px", height:"550px", iframe:true});
	$(".box_quickview").colorbox({width:"685px", height:"640px", iframe:true, scrolling:false});
	$(".inscription").colorbox({width:"800px", height:"512px", iframe:true, scrolling:false});
	$(".box_3dsecure").colorbox({width:"685px", height:"695px", iframe:true, scrolling:false});
//	$(".box_quickview").css("color","#009900");
	$("#loader").hide(); 
}

$(document).ready(function(){
	$(".newsletter").colorbox({width:"690px", height:"400px", iframe:true, scrolling:false});
	$(".promotion").colorbox({width:"640px", height:"280px", iframe:true, scrolling:false});
 	$(".box_livraison_0").colorbox({width:"860px", height:"600px", iframe:true, scrolling:false});
	$(".box_livraison_1").colorbox({width:"860px", height:"760px", iframe:true, scrolling:false});
	$(".box_livraison_2").colorbox({width:"860px", height:"520px", iframe:true, scrolling:false});
	coloboxBoutiqueReady();
});

