
//
var rpl = { src: '../../js/sifr/flash/DIN.swf' };

sIFR.useStyleCheck = true;
sIFR.forceTextTransform = true;
sIFR.fitExactly = true;
sIFR.repaintOnResize = true;

sIFR.activate(rpl);


/* Page Blue : Titre */
sIFR.replace(rpl, {
  selector: '.title3 .ttltxt',
  css: '.sIFR-root{ color:#202020; font-size:62px; text-transform:uppercase;}',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page Green : Titre */
sIFR.replace(rpl, {
  selector: '.title2 .ttltxt',
  css: '.sIFR-root{ color:#202020; font-size:40px; text-transform:uppercase;}',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page Brown : Titre */
sIFR.replace(rpl, {
  selector: '.title1 .ttltxt',
  css: '.sIFR-root{ color:#202020; font-size:16px; text-transform:uppercase;}',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});




/*
sIFR.replace(rpl, {
  selector: '.yui-u .row3_ttl',
  css: [ '.sIFR-root{ font-size:18px; color:#00519e; text-transform:uppercase; cursor:pointer;}',
  'a{color: #00519e; text-decoration:none; cursor:pointer;}',
  'a:hover{color: #3d80bf; cursor:pointer;}'
  ],
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

sIFR.replace(rpl, {
  selector: '#content .smallDark',
  css: '.sIFR-root{font-weight: bold;color: #052F43;} a{color: #052F43; text-decoration:none} a:hover{color: #052F43;}',
  wmode: 'transparent'//,
  //tuneWidth: -500
});

sIFR.replace(rpl, {
  selector: '#content h1, #content h2, #navigation h1, #sidebar h1, #metanav .contacts h1, #map h1',
  css: '.sIFR-root{font-weight: bold;color: #052F43;} a{font-weight: bold;color: #0077ad; text-decoration:none} a:hover{font-weight: bold;color: #FF9400;}',
  wmode: 'transparent'
}); 
*/
