var century = {
  src: '/images/century.swf'
};

var palatino = {
  src: '/images/century.swf'
  
  
};

sIFR.useDomContentLoaded = false;

sIFR.activate(century); // From revision 209 and onwards

sIFR.replace(century, {
  selector: '#main h3', wmode: 'transparent', css: [
      '.sIFR-root { color: #EC519D; text-transform:uppercase; font-size:24px; leading:-5 } strong { font-size:173%; font-weight:normal; }'
    ]
  /*,filters: {
      DropShadow: {
        knockout: false
        ,distance: 0
        ,color: '#737373'
        ,strength: 1
      }
    }*/
});


sIFR.replace(century, {
  selector: '#main h4', wmode: 'transparent', css: [
	 '.sIFR-root { color:#737373; text-transform:uppercase; font-size:16px; leading:-5; background:#ffffff } '
	]
});

sIFR.replace(century, {
  selector: '#boite h1', wmode: 'transparent', css: [
      '.sIFR-root { color: #EC519D; text-transform:uppercase; font-size:18px; leading:-5 } strong { font-size:173%; font-weight:normal; }'
    ]
});