// 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
//alert(alias_static);
var font1 = {
src: alias_static + 'sifr_abadi.swf'
};

/*  sIFR.debugMode = true;*/
sIFR.prefetch(font1);
sIFR.activate();

// Titres
sIFR.replace(font1, {selector: 'H1'
,css: [
  '.sIFR-root {font-size:20px;color:#515151;}'
]});

sIFR.replace(font1, {selector: 'H2'
,css: [
  '.sIFR-root {font-size:18px;color:#734143;}'
]});

sIFR.replace(font1, {selector: 'H3'
,css: [
  '.sIFR-root {font-size:16px;color:#000000;}'
]});



// Menu
sIFR.replace(font1, {selector: 'div.menu div.container_sifr'
,css: [
  '.sIFR-root {font-size:20px;} '+
  'a {color:#734143;text-decoration:none;} '+
  'a:hover {color:#734143;} '+
  'a.niveau1_on {color:#971E1E;)'

] , fitExactly: true
});

// Contact
sIFR.replace(font1, {selector: 'table.decoupage td.contact div.titre'
,css: [
'.sIFR-root {font-size:20px;color:#734143;}'
] , fitExactly: true
});
