// 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 arial = {
src: alias_static + 'sifr_arial.swf'
};

//sIFR.debugMode = true;
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(arial);
sIFR.activate();

sIFR.replace(arial, {
    selector: 'h1.co'
    , css: [
        '.sIFR-root {color: #899CAF; font-weight: bold; font-size:24px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});

sIFR.replace(arial, {
    selector: 'h1.fo'
    , css: [
        '.sIFR-root {color: #8E3E3F; font-weight: bold; font-size:24px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});

sIFR.replace(arial, {
    selector: 'h1'
    , css: [
        '.sIFR-root {color: #B90800; font-weight: bold; font-size:17px;}',
        'a {color: #B90800; text-decoration:none}',
        'a:hover {color: #B90800; text-decoration:none}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});

sIFR.replace(arial, {
    selector: 'table.entete th div.titre_produit'
    , css: [
        '.sIFR-root {color: #FFFFFF; font-weight: bold; font-size:16px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
    , tuneHeight: -4
});

sIFR.replace(arial, {
    selector: 'h3.fo'
    , css: [
        '.sIFR-root {color: #8E3E3F; font-weight: bold; font-size:18px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
    , tuneHeight:-1
});

sIFR.replace(arial, {
    selector: 'h3.co'
    , css: [
        '.sIFR-root {color: #899CAF; font-weight: bold; font-size:18px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
    , tuneHeight:-1
});

sIFR.replace(arial, {
    selector: 'h2'
    , css: [
        '.sIFR-root {color: #899CAF; font-weight: bold; font-size:16px;}',
        'a {color: #899CAF; text-decoration:none}',
        'a:hover {color: #899CAF; text-decoration:none}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});



sIFR.replace(arial, {
    selector: 'td.liste_produits table.cadre div.titre '
    , css: [
        '.sIFR-root {color: #B90800; font-weight: bold; font-size:16px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
    , tuneHeight:-4
});

sIFR.replace(arial, {
    selector: 'div.catalogue_formations td.titre_secteur '
    , css: [
        '.sIFR-root {color: #FFFFFF; font-weight: bold; font-size:16px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
    , tuneHeight:-4
});

sIFR.replace(arial, {
    selector: 'div.catalogue_conferences td.titre_secteur '
    , css: [
        '.sIFR-root {color: #FFFFFF; font-weight: bold; font-size:16px;}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
    , tuneHeight:-4
});
