var gothic = { src: '/inc/sifr/gothic.swf' };

// Next, activate sIFR:
sIFR.activate(gothic);
//    var futura = { src: '/path/to/futura.swf' };
//    sIFR.activate(gothic, futura);

/*sIFR.replace(gothic, {
  selector: 'h1',
  css: '.sIFR-root { color: #99806f; text-transform: uppercase; }',
  transparent: 'true'
});*/

sIFR.replace(gothic, {
  selector: '.mark h1.sifr',
  css: '.sIFR-root { color: #99806f; text-transform: uppercase; }',
  transparent: 'true'
});

sIFR.replace(gothic, {
  selector: '.even h1.sifr',
  css: '.sIFR-root { color: #735488; text-transform: uppercase; }',
  transparent: 'true'
});

sIFR.replace(gothic, {
  selector: '.crea h1.sifr',
  css: '.sIFR-root { color: #9b858d; text-transform: uppercase; }',
  transparent: 'true'
});

sIFR.replace(gothic, {
  selector: '.link_nav',
  css: ['.sIFR-root { color: #000000; text-transform: uppercase; }', '.sIFR-root:hover { color: #555FFF; }'],
  transparent: 'true'
});

sIFR.replace(gothic, {
  selector: '.NomBlogDirect',
  css: ['.sIFR-root { color: #726547;  width:200px; }'],
  transparent: 'true'
});
//sIFR.replace(gothic, {
//  selector: '.box-footer-second-part',
//  css: ['.sIFR-root { color: #FFFFFF; text-transform:uppercase; font-size:14px;}'],
//  transparent: 'true'
//});
//sIFR.replace(gothic, {
//  selector: '.box-footer-third-part',
//  css: ['.sIFR-root { color: #FFFFFF; text-transform:uppercase; font-size:14px;}'],
//  transparent: 'true'
//});

/*sIFR.replace(gothic, {
  selector: '.titreCols',
  css: ['.sIFR-root { color: #FF6A14; text-transform:uppercase; font-size:15px;}'],
  transparent: 'true'
});*/

/*sIFR.replace(gothic, {
  selector: '.mark .titreCols',
  css: ['.sIFR-root { color: #99806f; text-transform:uppercase; font-size:15px;}'],
  transparent: 'true'
});

sIFR.replace(gothic, {
  selector: '.even .titreCols',
  css: ['.sIFR-root { color: #735488; text-transform:uppercase; font-size:15px;}'],
  transparent: 'true'
});*/

