
var corbel = { src: 'static/sIFR/sifr_corbel.swf' };
sIFR.activate(corbel);

/* Diaporama - Titre blanc */
sIFR.replace(corbel, {
    selector: 'span.actu_left',
    css: '.sIFR-root { color: #000000; }',
    transparent: true,
    fitExactly: true,
    forceSingleLine: true
});
sIFR.replace(corbel, {
    selector: 'div.white_box h2, div.publiredactionnel h2'
    ,css: [
      '.sIFR-root {color: #00589c; font-weight : normal;}',
      '.sIFR-root a {text-decoration:none; color: #00589c; font-weight: normal;}',
      '.sIFR-root a:hover {text-decoration:none; color: #00589c; font-weight: normal;}',
    ],
    transparent: true,
    fitExactly: true
});
