var khozuka = {
      src: 'http://www.notaire-bron.fr/filevent/wp-content/themes/ldl/lib/geo.swf'
};
 
sIFR.activate(khozuka);
 
sIFR.replace(khozuka, {
      selector: 'h1.small',
      wmode: 'transparent',
	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 18px;' ]
});
sIFR.replace(khozuka, {
      selector: 'h1',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 22px;}' ]
});
sIFR.replace(khozuka, {
      selector: 'h5',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #f8cf63; font-size: 22px;}' ]
});
sIFR.replace(khozuka, {
      selector: 'h6',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 22px; text-align: center;}' ]
});
sIFR.replace(khozuka, {
      selector: '#blog-main h3',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 22px; text-align: right; }'
   	        ,'a {color: #EAEAEA; text-decoration: none;}'
   	        ,'a:hover {color: #EAEAEA; text-decoration: none;}' ]
});
sIFR.replace(khozuka, {
      selector: '#blog-art h3',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 18px; }' ]
});
sIFR.replace(khozuka, {
      selector: 'h3.flexcontentitemtitle',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 18px;}' ]
});
sIFR.replace(khozuka, {
      selector: '#blog-cat h4',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 18px;}' ]
});
sIFR.replace(khozuka, {
      selector: '#det-gal h2',
      wmode: 'transparent',
   	  css: [ '.sIFR-root {color: #EAEAEA; font-size: 18px;}' ]
});