var futura = {
      src: '/flash/futura.swf'
};
 
sIFR.activate(futura);
 
sIFR.replace(futura, {
      selector: 'h2.titre-produit',
      css: [
      '.sIFR-root { font-size:25px; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(futura, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:13px; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(futura, {
      selector: 'h4.titre-quizz',
      css: [
      '.sIFR-root { font-size:19px; color:#a60000; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(futura, {
      selector: 'h2.titre-quizz',
      css: [
      '.sIFR-root { font-size:25px; color:#a60000; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(futura, {
      selector: 'h2.titre-produit-red',
      css: [
      '.sIFR-root { font-size:25px; color:#a60000; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(futura, {
      selector: 'h2.titre-produit-gold',
      css: [
      '.sIFR-root { font-size:25px; color:#ad8242; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});

function nomProduitCarrousel()
{

    var futura = {
      src: '/flash/futura.swf'
	};
	sIFR.replace(futura, {
	      selector: 'h4.nom-produit-carrousel',
	      css: [
	      '.sIFR-root { font-size:15px; color:#4f4f4f; text-transform:uppercase; text-align:center; }'
	      ],
	      wmode: 'transparent'
	});
	$('.nom-produit-carrousel').hide();

	
	$('.carousel-list img').each( function(){
		$(this).mouseover( function(){
			$(this).next('h4').show();
		});
	} );	
	$('.carousel-list img').each( function(){
		$(this).mouseout( function(){
			$(this).next('h4').hide();
		});
	} );

}

function collectionHorlogerie()
{
    var futura = {
      src: '/flash/futura.swf'
	};
	sIFR.replace(futura, {
	      selector: 'h4.collection-marque',
	      css: [
	      '.sIFR-root { font-size:14px; color:#fff; text-transform:uppercase; text-align:center; cursor: pointer; }'
	      ],
	      wmode: 'transparent'
	});
}

function nomProduitVeryLove()
{
    var futura = {
      src: '/flash/futura.swf'
	};
	sIFR.replace(futura, {
	      selector: 'h4.nom-produit-verylove',
	      css: [
	      '.sIFR-root { font-size:15px; color:#ffffff; text-transform:uppercase; text-align:center; }'
	      ],
	      wmode: 'transparent'
	});

}

