var geo = { src: '../images/geo.swf' };

//sifr pour tout le monde sauf IE6
sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);
sIFR.activate(geo);

sIFR.replace(geo, {
  selector: 'h1',
  wmode: 'transparent',  
  css:['.sIFR-root { color: #333;font-size:30px;background-color:#EEEEEE; }']
});

sIFR.replace(geo, {
  selector: 'h2',
  wmode: 'transparent',  
  css:['.sIFR-root { color: #333;font-size:30px;background-color:#EEEEEE; }']
});

sIFR.replace(geo, {
  selector: 'h3',
  wmode: 'transparent',  
  css:['.sIFR-root { color: #333;font-size:22px;background-color:#EEEEEE; }']
});

sIFR.replace(geo, {
  selector: '.titleblock',
  wmode: 'transparent',  
  css:['.sIFR-root { color: #333;font-size:18px;background-color:#EEEEEE;text-align:center; }']
});


