
//
var din = { src: 'js/sifr/flash/DIN.swf' };

sIFR.useStyleCheck = true;
sIFR.forceTextTransform = true;
sIFR.fitExactly = true;
sIFR.repaintOnResize = true;

sIFR.activate(din);


/* Home : Big Image */
sIFR.replace(din, {
  selector: '#h_bigImg_box .h_bigImg_ttl',
  css: '.sIFR-root{ font-size:24px; color:#00519e; text-transform:uppercase; }',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page : Titre */
sIFR.replace(din, {
  selector: '.row2_ttl',
  css: '.sIFR-root{ font-size:20px; color:#00519e; text-transform:uppercase; }',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Home : Boxes */
sIFR.replace(din, {
  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
});

/* Home : Boxes : Seminaires */
sIFR.replace(din, {
  selector: '.yui-u .row3_ttl_seminaires',
  css: [ '.sIFR-root{ font-size:18px; color:#ffffff; text-transform:uppercase; cursor:pointer;}',
  'a{color: #ffffff; text-decoration:none; cursor:pointer;}',
  'a:hover{color: #e8f1f7; cursor:pointer;}'
  ],
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});




/* Page : Big Image */
sIFR.replace(din, {
  selector: '#p_bigImg_box .p_bigImg_ttl',
  css: '.sIFR-root{ font-size:24px; color:#00519e; text-transform:uppercase; }',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page : Titre */
sIFR.replace(din, {
  selector: '#p_ttl_box .p_ttl_txt',
  css: '.sIFR-root{ font-size:24px; color:#00519e; text-transform:uppercase; }',
  selectable: false,
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/* Page : Boxes */
sIFR.replace(din, {
  selector: '.p_box .p_box_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(din, {
  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(din, {
  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'
}); 
*/

