var sansation = { src: 'http://www.agence-nationale-recherche.fr/investissementsdavenir/css/sansation.swf' };

sIFR.activate(sansation);

sIFR.replace(sansation, {
  selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #008533; }'
        ,'a:hover { color: #95BD0F; }'
      ]
,wmode: 'transparent'
 });

sIFR.replace(sansation, {
  selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #008533; }'
        ,'a:hover { color: #95BD0F; }'
      ]
	,wmode: 'transparent'
 });

sIFR.replace(sansation, {
  selector: 'h5'
	,css: {
        '.sIFR-root': { 'color': '#008533' }
      }
	,wmode: 'transparent'
});




