sIFR.prefetch({
  '7': 'gfx/swf/din_cond.swf', 
  '8': 'gfx/swf/din_cond_b.swf'
});
sIFR.wmode = "transparent";

sIFR.compatMode = true;
sIFR.activate();

var css = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'42px','color':'#263D3C', 'text-transform':'uppercase'}
};

var css2 = {
  '.sIFR-root': {'font-weight': 'bold','background':'none','font-size':'42px','color':'#ABB400'}
};

var css3 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'18px','color':'#96A2A7','line-height':'15px', 'text-transform':'uppercase'}
};

var css4 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'24px','color':'#153635','line-height':'18px', 'text-transform':'uppercase'}
};

var css5 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'18px','color':'#153635','line-height':'15px'}
};

var css6 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'18px','color':'#abb400','line-height':'15px', 'text-transform':'uppercase'}
};

sIFR.replace({
  selector: 'h6.replaced',
  wmode: 'transparent',
  src: {
  	'8': 'gfx/swf/din_cond_b.swf'
  }, 
  css: css6,
  tuneHeight: '-5'
});


sIFR.replace({
  selector: 'h3.replace',
  wmode: 'transparent',
  src: {
  	'7': 'gfx/swf/din_cond.swf'
  }, 
  css: css5,
  tuneHeight: '-5'
});


sIFR.replace({
  selector: 'h1.replaced',
  wmode: 'transparent',
  src: {
  	'7': 'gfx/swf/din_cond.swf' 
  }, 
  css: css4,
  tuneHeight: '-5'
});

sIFR.replace({
  selector: 'h5.replaced',
  wmode: 'transparent',
  src: {
  	'8': 'gfx/swf/din_cond_b.swf' 
  }, 
  css: css3,
  tuneHeight: '-5'
});

sIFR.replace({
  selector: 'h3.replaced',
  wmode: 'transparent',
  src: {
  	'8': 'gfx/swf/din_cond_b.swf'
  }, 
  css: css2,
  tuneHeight: '-5'
});

sIFR.replace({
  selector: 'h2.replaced',
  wmode: 'transparent',
  src: {
  	'7': 'gfx/swf/din_cond.swf' 
  }, 
  css: css
});
/*
sIFR.replace({
  selector: '.texte h4',
  src: {
  	'8': 'public/gfx/swf/american.swf'
  }, 
  css: css2,
  tuneHeight: '-5'
});
*/