
//
var rpl = { src: '../js/lib/sifr/flash/helvetica.swf' };

sIFR.useStyleCheck = true;
sIFR.forceTextTransform = true;
sIFR.fitExactly = true;
sIFR.repaintOnResize = true;

sIFR.activate(rpl);



/* Page Blue : Titre */
sIFR.replace(rpl, {
  selector: '.pblue .p_cnt_ttl_2',
  css: '.sIFR-root{ color:#3960a8; font-size:18px; font-weight:bold;}',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page Green : Titre */
sIFR.replace(rpl, {
  selector: '.pgreen .p_cnt_ttl_2',
  css: '.sIFR-root{ color:#518a42; font-size:18px; font-weight:bold;}',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page Brown : Titre */
sIFR.replace(rpl, {
  selector: '.pbrown .p_cnt_ttl_2',
  css: '.sIFR-root{ color:#573727; font-size:18px; font-weight:bold;}',
  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'
}); 
*/
