var living = {
  src: 'http://www.livingpoitoucharentes.com/sifr/living.swf'
};

sIFR.activate(living); // From revision 209 and onwards

sIFR.replace(living, {
  selector: 'h1,h2',css: {
        '.sIFR-root': { 'color': '#1F6F78', 'font-weight': 'normal' }
    }
    ,wmode: 'transparent' 

});