//*************************//
// *** FICHIER JS FRONT ***//
//*************************//

/* Elements Jquery */
$(document).ready(function(){
	$(".thickbox").colorbox();
	
	$(".thickboxCA").colorbox({iframe:true, innerWidth:380, innerHeight:450,overlayClose:false,escKey:false});
	
	$(".thickbox-panier").colorbox({overlayClose:false,escKey:false});
	
});


/* modifie l'image principale du slideshow */
function spaChangeSlideshow(image,titre)
{
	document.getElementById('main-image').src = image;
	document.getElementById('main-image').title = titre;
	document.getElementById('main-image').alt = titre;
}
