// 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_verdana.swf'
    src: 'static/sIFR/sifr_cinematheque.swf'
};

var police_2 = {
    src: 'static/sIFR/sifr_cinematheque.swf'
};


/*sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
/*sIFR.prefetch(police_1);*/
sIFR.activate();


/*sIFR.replace(police_1, {selector: 'h2.actu_primeur'
,css: [
  'a { font-size: 14px; color: #5986A5; text-decoration: none;}',
  'a\:hover { font-size: 14px;color: #699ec2; text-decoration: none;}',
],
wmode: 'transparent', fitExactly: true});*/

sIFR.replace(police_1, {selector: 'h2.actu_primeur'
,css: [
  '.sIFR-root { font-size: 13px; color: #5986A5;}',
  'a { color: #5986A5; text-decoration: none;}',
  'a\:hover { color: #5986A5;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h2.nom_cycle'
,css: [
  '.sIFR-root { font-size: 13px; color: #5986A5;}',
  'a { color: #5986A5; text-decoration: none;}',
  'a\:hover { color: #5986A5;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

/*sIFR.replace(police_1, {selector: 'h1'
,css: [
  //'.sIFR-root {color: #FF9600; font-size:26px; font-weight : bold; text-transform : uppercase;}'
  '.sIFR-root {color: #666666; font-size:25px;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police_2, {selector: '.h2actu'
,css: [
  '.sIFR-root {color: #666666; font-size:14px; font-weight : bold; text-transform : uppercase;}'
],
wmode: 'transparent', fitExactly: true});*/