// Titre formation
var optima = {  
      src: 'http://www.cm-formation.fr/sifr/flash/optima.swf'
 };  
 sIFR.activate (optima);  
 sIFR.replace (optima, {  
      selector: 'h2',
	  css: [  
      '.sIFR-root { font-size: 50px; font-weight: normal; color: #000000; text-align:left; letter-spacing:-1;}'  
      ],
      wmode: 'transparent'  
 }); 
 
// Contentheading
var tizanegra = {  
      src: 'http://www.cm-formation.fr/sifr/flash/tizanegra.swf'
 };  
 sIFR.activate (tizanegra);  
 sIFR.replace (tizanegra, {  
      selector: '.contentheading, .componentheading_inter',
	  css: [  
      '.sIFR-root { font-size: 34px; font-weight: normal; color: #6bbaad; text-align:left; letter-spacing:-1;}'  
      ],
      wmode: 'transparent'  
 }); 
 
 
 // titre module news gauche
var tizanegra = {  
      src: 'http://www.cm-formation.fr/sifr/flash/tizanegra.swf'
 };  
 sIFR.activate (tizanegra);  
 sIFR.replace (tizanegra, {  
      selector: ' .module_mod-newsflash h3',
	  css: [  
      '.sIFR-root { font-size: 24px; font-weight: normal; color: #6bbaad; text-align:center; letter-spacing:-1;}'  
      ],
      wmode: 'transparent'  
 }); 
