
var cocon_regular = { src: 'static/sIFR/sifr_cocon_regular.swf' };
var cocon_light = { src: 'static/sIFR/sifr_cocon_light.swf' };
var cocon_bold = { src: 'static/sIFR/sifr_cocon_bold.swf' };

//sIFR.forceWidth = true;
sIFR.activate(cocon_light, cocon_bold, cocon_regular);

/* Slogan light */
sIFR.replace(cocon_light, {
    selector: 'span.slogan_light',
    css: '.sIFR-root { color: #02572C; }',
    transparent: true
});
sIFR.replace(cocon_bold, {
    selector: 'span.slogan_bold',
    css: '.sIFR-root { color: #02572C; }',
    transparent: true
});
/*sIFR.replace(cocon_regular, {
    selector: 'h2.menu_elem',
    css: '.sIFR-root { color: #02572C; cursor : pointer; text-decoration : none; }',
    css: '.sIFR-root a { text-decoration : none; color: #02572C; }',
    css: '.sIFR-root a:active { text-decoration : none; color: #02572C; }',
    css: '.sIFR-root a:visited { text-decoration : none; color: #02572C; }',
    css: '.sIFR-root a:focus { text-decoration : none; color: #02572C; }',
    css: '.sIFR-root a:hover { text-decoration : none; color: #02572C; }',
    transparent: true
});*/
sIFR.replace(cocon_regular, {
    selector: 'a.menu_elem',
    css: '.sIFR-root {cursor : pointer; color: #02572C; font-size:14px; font-weight : normal;} .sIFR-root a {cursor : pointer; text-decoration:none; color: #02572C; font-weight: normal;} .sIFR-root a:hover {cursor : pointer; text-decoration:none; color: #02572C; font-weight: normal;}',
    transparent: true
});
sIFR.replace(cocon_regular, {
    selector: 'td.menu_elem_tab',
    css: '.sIFR-root {cursor : pointer; color: #02572C; font-size:14px; font-weight : normal;} .sIFR-root a {cursor : pointer; text-decoration:none; color: #02572C; font-weight: normal;} .sIFR-root a:hover {cursor : pointer; text-decoration:none; color: #02572C; font-weight: normal;}',
    transparent: true,
    fitExactly: true
});
/*sIFR.replace(cocon_regular, {selector: 'a.menu_elem'
    ,css: [
      '.sIFR-root {cursor : pointer; color: #02572C; font-size:14px; font-weight : normal;}',
      '.sIFR-root a {cursor : pointer; text-decoration:none; color: #02572C; font-weight: normal;}',
      '.sIFR-root a:hover {cursor : pointer; text-decoration:none; color: #02572C; font-weight: normal;}',
    ],
    wmode: 'transparent', fitExactly: true});
*//*
sIFR.replace(cocon_light, {
    selector: 'h2.pro_blanc',
    css: '.sIFR-root { color: #FFFFFF; text-align: right; }',
    transparent: true
});
sIFR.replace(cocon_light, {
    selector: 'div.fake_h2',
    css: '.sIFR-root { color: #FFFFFF; }',
    transparent: true
});
sIFR.replace(cocon_light, {
    selector: 'h3.titre_page_blanc',
    css: '.sIFR-root { color: #FFFFFF; text-align: right }',
    transparent: true
});*/
