var eurostile= { src: '/etc/designs/sites/pokerpmufr/images/pmu-eurostile-demi.swf' };
sIFR.activate(eurostile);
sIFR.replace(eurostile, {
  selector: '#main h1',
  css: '.sIFR-root { color: #000000; font-size:30px; font-weight:bold; }',
  wmode: 'transparent',
  transparent: 'true'
});

sIFR.replace(eurostile, {
  selector: '.one-column #main #pmu-how-to-play-box h2, .one-column #main #pmu-tournaments-box h2, .one-column #main #pmu-tutorials-box h2',
  css: '.sIFR-root { color: #ffffff; font-size:20px; font-weight:bold;text-transform:uppercase; leading:-5; },.sIFR-root a { color: #ffffff; text-decoration:none;} ,.sIFR-root a:hover { color:#ffffff; text-decoration:underline; }',
  wmode: 'transparent',
  transparent: 'true',
  onRelease:function(fi){
      app.PMUsifrtracking(fi.getAncestor(),$(fi.getAncestor()).find('a').attr('href'));
  }
});

sIFR.replace(eurostile, {
  selector: '#main #pmu-promotions-h2 h2, #main #pmu-blog-h2 h2, #main #pmu-tweet h2',
  css: '.sIFR-root { color: #4f4d4b; font-size:20px; font-weight:bold; text-transform:uppercase; leading:-5; },.sIFR-root a { color: #4f4d4b; text-decoration:none;} ,.sIFR-root a:hover { color:#4f4d4b; text-decoration:underline; }   ',
  wmode: 'transparent',
  transparent: 'true',
  onRelease:function(fi){
      app.PMUsifrtracking(fi.getAncestor(),$(fi.getAncestor()).find('a').attr('href'));
  }
});

sIFR.replace(eurostile, {
  selector: '#pmu-hp-banner h2',
  css: '.sIFR-root { color: #ffffff; font-size:24px; font-weight:bold; leading:-5; },.sIFR-root a { color: #ffffff; text-decoration:none;} ,.sIFR-root a:hover { color:#ffffff; text-decoration:underline; }',
  wmode: 'transparent',
  transparent: 'true'
});

sIFR.replace(eurostile, {
  selector: '#main #classementdesmains div.card h2',
  css: '.sIFR-root { color: #4f4d4b; font-size:16px; font-weight:bold; text-transform:uppercase; leading:-5; }',
  wmode: 'transparent',
  transparent: 'true' 
});

sIFR.replace(eurostile, {
  selector: '#main h2',
  css: '.sIFR-root { color: #0f8aa1; font-size:20px; font-weight:bold; }',
  wmode: 'transparent',
  transparent: 'true' 
}); 
