var h1 = { src: 'http://steinfort.lu/wp-content/themes/steinfort/sifr/sifr.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(h1);

sIFR.replace(h1, {
    selector: '#content .post h1'
    ,css: [
      '.sIFR-root {font-size: 24px; color:#b32017; background-color:#FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	,wmode:'transparent'
});


sIFR.replace(h1, {
    selector: '.bloc-top h1'
    ,css: [
      '.sIFR-root {font-size: 16px; color:#2d2d2d; background-color:#f4eed2; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #2d2d2d; }'
      ,'a:hover { color: #2d2d2d; text-decoration: none; }'
    ]
	,wmode:'transparent'
});

sIFR.replace(h1, {
    selector: '.bloc-1 h1'
    ,css: [
      '.sIFR-root {font-size: 24px; color:#b32017; background-color:#f4eed2; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	
});

sIFR.replace(h1, {
    selector: '.bloc-2 h1'
    ,css: [
      '.sIFR-root {font-size: 19px; color:#b32017; background-color:#ffffff; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	
});

sIFR.replace(h1, {
    selector: '.bloc-3 h1'
    ,css: [
      '.sIFR-root {font-size: 19px; color:#b32017; background-color:#ffffff;  }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	
});

sIFR.replace(h1, {
    selector: '.bloc-items h1'
    ,css: [
      '.sIFR-root {font-size: 15px; color:#b32017; background-color:#ffffff; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	
});

sIFR.replace(h1, {
    selector: '#content h2'
    ,css: [
      '.sIFR-root {font-size: 19px; color:#b32017; background-color:#ffffff; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	,wmode:'transparent'
});

sIFR.replace(h1, {
    selector: '#top-footer h1'
    ,css: [
      '.sIFR-root {font-size: 19px; color:#b32017; background-color:#fbf8ed; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #b32017; }'
      ,'a:hover { color: #b32017; text-decoration: underline }'
    ]
	,wmode:'transparent'
	
});


