    var fertigo = {
 
      src: 'sifr/flash/fertigo.swf'

    };
	
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(fertigo);
	
    sIFR.replace(fertigo, {
      selector: 'div#titreContenu h2'
	  ,css: [
		'.sIFR-root {color: #FFFFFF;}',
		'a {text-decoration : none; color: #FFFFFF;}'
      ]
	  ,wmode: 'transparent'
	  ,fixFocus: 'true'
    });
	
	 sIFR.replace(fertigo, {
      selector: 'ul#primary-nav li'
	  ,css: [
		'.sIFR-root {}',
		'a {font-size : 14px; text-decoration : none; color: #FFFFFF;}',
		'a:hover {text-decoration : underline; color: #FFFFFF;}',
		'a:visited {text-decoration : none; color: #FFFFFF;}'
      ]
	  ,wmode: 'transparent'
	  ,fixFocus: 'true'
    });
	
	sIFR.replace(fertigo, {
      selector: 'h3'
	  ,css: [
		'.sIFR-root {color: #000000; margin: 0 0 0 0; }'
      ]
	  ,wmode: 'transparent'
	  ,fixFocus: 'true'
    });
	
	