  //<[CDATA[

  var cochin = {
    src: 'minion.swf'
  };

  var rockwell = {
    src: 'rockwell.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(cochin, rockwell);

 
  sIFR.replace(rockwell, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(cochin, {
    selector: 'h2.taupe'
    ,css: {
      '.sIFR-root': { 'color':'#958575', 'font-size':'30px'}
    }
	,wmode:'transparent'
  });

  sIFR.replace(cochin, {
    selector: 'h3.jaune'
    ,css: {
      '.sIFR-root': { 'color':'#edb02a', 'font-size':'24px', 'height':'14px' }
    }
	,wmode:'transparent'
  });

  sIFR.replace(cochin, {
    selector: 'h3.bleu, h1.bleu'
    ,css: {
      '.sIFR-root': { 'color':'#8cbefe', 'font-size':'24px', 'height':'14px' }
    }
	,wmode:'transparent'
  });

  sIFR.replace(cochin, {
    selector: 'h3.rouge'
    ,css: {
      '.sIFR-root': { 'color':'#ba402f', 'font-size':'24px', 'height':'14px' }
    }
	,wmode:'transparent'
  });

  sIFR.replace(cochin, {
	selector: 'h2,h3'
    ,css: {
      '.sIFR-root': { 'color':'#ffffff', 'font-size':'18px' }
    }
	,wmode:'transparent'
  });
  
  //]]>

