
var dinpro_regular = { src: 'static/sIFR/dinpro_regular.swf' };
var dinpro_light = { src: 'static/sIFR/dinpro_light.swf' };
var dinpro_bold = { src: 'static/sIFR/dinpro_bold.swf' };

// sIFR.useStyleCheck = true;

sIFR.activate(dinpro_regular, dinpro_bold, dinpro_light);
sIFR.replace(dinpro_regular, {
    selector: 'h1.titre_gauche',
    css: '.sIFR-root { color: #002e60; }',
    transparent: true
    });
sIFR.replace(dinpro_regular, {
    selector: 'h1.titre_page',
    css: '.sIFR-root { color: #002e60; }',
    transparent: true
    });
sIFR.replace(dinpro_regular, {
    selector: 'h4.country_websites',
    css: '.sIFR-root { color: #002e60; }',
    transparent: true
    });







sIFR.replace(dinpro_regular, {
    selector: 'h2.sifr_titre',
    css: '.sIFR-root { color: #4b4b4b; font-size:18px; }',
    transparent: true,
    fitExactly: true,
    forceSingleLine: true
});




/* Titre de page sur une ligne et 2 couleurs */
sIFR.replace(dinpro_regular, {
    selector: 'h1.sifr span.avant',
    css: '.sIFR-root { color: #333333; font-size:18px; }',
    transparent: true,
    fitExactly: true,
    forceSingleLine: true
});
sIFR.replace(dinpro_regular, {
    selector: 'h1.sifr span.apres',
    css: '.sIFR-root { color: #002e60; font-size:18px; }',
    transparent: true,
    fitExactly: true,
    forceSingleLine: true
});

/* Titre sur 2 lignes et 2 couleurs */
sIFR.replace(dinpro_regular, {
    selector: 'h1.sifr_multiligne span.ligne1',
    css: '.sIFR-root { color: #002e60; font-size:18px; }',
    transparent: true,
    fitExactly: true,
    forceSingleLine: true
});

sIFR.replace(dinpro_regular, {
    selector: 'h1.sifr_multiligne span.ligne2',
    css: '.sIFR-root { color: #333333; font-size:18px; }',
    transparent: true,
    fitExactly: true
    //forceSingleLine: true
});
