// 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_univers_condensed_light.swf'
};

var police_2 = {
    src: 'static/sIFR/sifr_century_gothic.swf'
};

var police_3 = {
    src: 'static/sIFR/sifr_univers.swf'
};

/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: '#titre h1'
,css: [
  '.sIFR-root {color: #83257c; font-size:24px; font-weight : bold;padding : 0px 0px 0px 25px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_1, {selector: '#titre1'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:22px;text-transform : uppercase;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -10});

sIFR.replace(police_2, {selector: '#titre2'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:18px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_2, {selector: '#titre3'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:18px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});


/**
 * TITRE 3
 * @todo probleme le mise en page a regler avant activation titre3
 */
/*sIFR.replace(police_2, {selector: '#menu_corporate a'
,css: [
  '.sIFR-root {color: #000000; font-size:10px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});

sIFR.replace(police_2, {selector: '#menu_corporate a.on'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:10px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -2});*/



