var carrefour = {
src: 'js/sifr-clarendon.swf'
,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(carrefour);

// H1 titles
sIFR.replace(carrefour, { selector: 'body.food h1.title span' ,css: ['.sIFR-root {color:#72B23B; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'body.health h1.title span' ,css: ['.sIFR-root {color:#00AEB5; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'body.culture h1.title span' ,css: ['.sIFR-root {color:#A53462; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'body.daily h1.title span' ,css: ['.sIFR-root {color:#D94D37; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'body.competitionpage.daily h1.title span' ,css: ['.sIFR-root {color:#D94D37; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'body.faq h1.title span' ,css: ['.sIFR-root {color:#786590; leading:-6;}']});

// Other dossiers titles
sIFR.replace(carrefour, { selector: 'body.food .dossier .otherDossiers h2.title span' ,css: ['.sIFR-root {color:#72B23B;}']});
sIFR.replace(carrefour, { selector: 'body.health .dossier .otherDossiers h2.title span' ,css: ['.sIFR-root {color:#00AEB5;}']});
sIFR.replace(carrefour, { selector: 'body.culture .dossier .otherDossiers h2.title span' ,css: ['.sIFR-root {color:#A53462;}']});
sIFR.replace(carrefour, { selector: 'body.daily .dossier .otherDossiers h2.title span' ,css: ['.sIFR-root {color:#D94D37;}']});
sIFR.replace(carrefour, { selector: 'body.faq .dossier .otherDossiers h2.title span' ,css: ['.sIFR-root {color:#786590;}']});	  

// Content type titles
sIFR.replace(carrefour, { selector: 'div.food .main .themeLabel h2.title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#72B23B; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.health .main .themeLabel h2.title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#00AEB5; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.culture .main .themeLabel h2.title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#A53462; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.daily .main .themeLabel h2.title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#D94D37; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.faq .main .themeLabel h2.title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#786590; leading:-6;}']});	
//CHRISTMAS
sIFR.replace(carrefour, { selector: 'body.home div.focus_christmas.daily h2.title span' ,css: ['.sIFR-root {color:#ffffff;background-color:#D94D37; leading:-6;}']});	
sIFR.replace(carrefour, { selector: 'body.home div.focus_christmas.food h2.title span' ,css: ['.sIFR-root {color:#ffffff;background-color:#72B23B; leading:-6;}']});	
sIFR.replace(carrefour, { selector: 'body.home div.focus_christmas.health h2.title span' ,css: ['.sIFR-root {color:#ffffff;background-color:#00AEB5; leading:-6;}']});	
sIFR.replace(carrefour, { selector: 'body.home div.focus_christmas.culture h2.title span' ,css: ['.sIFR-root {color:#ffffff;background-color:#A53462; leading:-6;}']});	


// "Other" title on recepy overview
sIFR.replace(carrefour, { selector: 'body.overview .theme .other .title span' ,css: ['.sIFR-root {color:#72B23B; background-color:#E3F0D8;}']});

sIFR.replace(carrefour, { selector: 'div.food .other .title span' ,css: ['.sIFR-root {color:#72B23B; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.health .other .title span' ,css: ['.sIFR-root {color:#00AEB5; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.culture .other .title span' ,css: ['.sIFR-root {color:#A53462; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.daily .other .title span' ,css: ['.sIFR-root {color:#D94D37; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.faq .other .title span' ,css: ['.sIFR-root {color:#786590; leading:-6;}']});

// Competition title
sIFR.replace(carrefour, { selector: 'div.food .competition .title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#72B23B; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.health .competition .title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#00AEB5; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.culture .competition .title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#A53462; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.daily .competition .title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#D94D37; leading:-6;}']});
sIFR.replace(carrefour, { selector: 'div.faq .competition .title span' ,css: ['.sIFR-root {color:#ffffff; background-color:#786590; leading:-6;}']});	

// "Other" title on recepy page
sIFR.replace(carrefour, { selector: 'body.food #content .recepy .title span' ,css: ['.sIFR-root {color:#72B23B; background-color:#E3F0D8;}']});
sIFR.replace(carrefour, { selector: 'body.health #content .recepy .title span' ,css: ['.sIFR-root {color:#00AEB5; background-color:#CCEFF0;}']});
sIFR.replace(carrefour, { selector: 'body.culture #content .recepy .title span' ,css: ['.sIFR-root {color:#A53462; background-color:#EDD6E0;}']});
sIFR.replace(carrefour, { selector: 'body.daily #content .recepy .title span' ,css: ['.sIFR-root {color:#D94D37; background-color:#F7DBD7;}']});
sIFR.replace(carrefour, { selector: 'body.faq #content .recepy .title span' ,css: ['.sIFR-root {color:#786590; background-color:#E4E0E9;}']});	

// "Other questions" title
sIFR.replace(carrefour, { selector: 'body.faqpage #content .other .title span' ,css: ['.sIFR-root {color:#786590;}']});	

// "Other" title for competition
sIFR.replace(carrefour, { selector: 'body.food .competitions h3.title span' ,css: ['.sIFR-root {color:#72B23B;}']});
sIFR.replace(carrefour, { selector: 'body.health .competitions h3.title span' ,css: ['.sIFR-root {color:#00AEB5;}']});
sIFR.replace(carrefour, { selector: 'body.culture .competitions h3.title span' ,css: ['.sIFR-root {color:#A53462;}']});
sIFR.replace(carrefour, { selector: 'body.daily .competitions h3.title span' ,css: ['.sIFR-root {color:#D94D37;}']});
sIFR.replace(carrefour, { selector: 'body.faq .competitions h3.title span' ,css: ['.sIFR-root {color:#786590;}']});	

// numbers on the preparation page	
sIFR.replace(carrefour, { selector: 'body.detail #content .content .preparation ol li span', css: ['.sIFR-root {color:#ffffff; background-color:#72B23B; text-align:center;}']});	
