  var stone = {
    src: '/flash/sifr/stone.swf'
  };

  sIFR.debugMode = true;
  sIFR.prefetch(stone);
  sIFR.activate();
  
 
  sIFR.replace(stone, {wmode: 'transparent',selector: '.article h1,h2, h4', css:['.sIFR-root {color:#505050;}']});
  sIFR.replace(stone, {wmode: 'transparent',selector: '#fiche .article h1,#fiche .article h2,#fiche h3', css:['.sIFR-root {color:#2a3908;}']});
//  sIFR.replace(stone, {wmode: 'transparent',selector: '#fiche .article .pager p', css:['.sIFR-root {color:#505050;}','a {text-decoration: underline }','a:link { color: #505050 }','a:hover { color: #f8981d }']});


