var font = { src: '/assets/front/fonts/avant.swf' };
sIFR.activate(font);

// GENERAL
sIFR.replace(font, {
    selector: 'h2, h3',
    wmode:'transparent',
    css: ['.sIFR-root { font-weight: bold; color: #00121e; }',
    '.sIFR-root a { color: #B80F6A; text-decoration: none; }',
    '.sIFR-root a:hover { color: #00121e; text-decoration: underline; }',
    '.sIFR-root a:visited { color: #00121e; text-decoration: none; }']
}); 
