// Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

// If you are updating from the Alpha, please note that the source refences have changeda

var police_1 = {
    src: 'static/sIFR/sifr_optima.swf'
};

var police_2 = {
    src: 'static/sIFR/sifr_monotype_corsiva.swf'
};

var police_3 = {
    src: 'static/sIFR/sifr-arial.swf'
};

/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: '#actus_entete h1'
,css: [
  '.sIFR-root {color: #618298; font-size:28px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_1, {selector: 'h4'
,css: [
  '.sIFR-root {color: #618298; font-size:28px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2, tuneWidth : 0});

sIFR.replace(police_1, {selector: 'h5'
,css: [
  '.sIFR-root {color: #b57222; font-size:36px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h6'
,css: [
  '.sIFR-root {color: #866911; font-size:24px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_2, {selector: '#avis_chef_contenu p'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:18px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2, tuneWidth : 10});

sIFR.replace(police_2, {selector: '#avis_chef p'
,css: [
  '.sIFR-root {color: #A39A90; font-size:24px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2, tuneWidth : 10});

sIFR.replace(police_3, {selector: '.btl_prix h2'
,css: [
  '.sIFR-root {color: #A39A90; font-size:20px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2, tuneWidth : 10});

sIFR.replace(police_3, {selector: '.mag_prix h2'
,css: [
  '.sIFR-root {color: #A39A90; font-size:20px; font-weight : bold; padding : 0px 0px 0px 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2, tuneWidth : 10});