// 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_helvetica.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: '.actu_titre'
,css: [
  '.sIFR-root {color: #000000; font-size:18px; font-weight : bold; text-transform : uppercase;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_1, {selector: 'a.actu_titre_lien'
,css: [
  '.sIFR-root {color: #000000; cursor : pointer; font-size:18px; font-weight : bold; text-transform : uppercase; text-decoration : none;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_1, {selector: '.col_droite_titre1'
,css: [
  '.sIFR-root {color: #000000; font-size:18px; font-weight : bold; text-transform : uppercase;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_1, {selector: '.col_droite_titre1_small'
,css: [
  '.sIFR-root {color: #000000; font-size:13px; font-weight : bold; text-transform : uppercase;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});