/* ----------------------------------------------


TAZ LIGHT

---------------------------------------------- */

var tazLight = {
      src: 'css/tazLight.swf' 
};
 sIFR.replace(tazLight, {
      selector: '.tazLight',
      css: [
			'.sIFR-root { font-weight:normal;color:#cccccc;leading:-6;  }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #cc33cc; }'
			,'a:hover { color: #CCCCCC; }'
			
      ],
      wmode: 'transparent'
}); 
 
/* ----------------------------------------------


TAZ BOLD

---------------------------------------------- */

var tazBold = {
      src: 'css/tazBold.swf' 
};
 
 sIFR.replace(tazBold, {
      selector: '.tazBold',
      css: [
			'.sIFR-root { font-weight:normal;color:#0085A6;leading:-6;margin-bottom:0;padding:0;  }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #0085A6; }'
			,'a:hover { color: #00ccff; }'
			
      ],
      wmode: 'transparent'
});


sIFR.replace(tazBold, {
      selector: '.tazBleuBold',
      css: [
			'.sIFR-root { font-weight:normal;color:#00CCFF;leading:-6; }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #cc33cc; }'
			,'a:hover { color: #CCCCCC; }'
			
      ],
      wmode: 'transparent'
});



/* ----------------------------------------------


TAZ

---------------------------------------------- */


var taz = {
      src: 'css/taz.swf' 
};

//sIFR.debug.ratios({ src: 'css/taz.swf', selector: '.titreTaz' });
//,ratios : [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]

sIFR.replace(taz, {
      selector: '.taz',
      css: [
			'.sIFR-root { font-weight:normal;color:#9200FF;leading:-6; }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #cc33cc; }'
			,'a:hover { color: #CCCCCC; }'
			
      ],
      wmode: 'transparent'
});


sIFR.replace(taz, {
      selector: 'h2, h3',
      css: [
			'.sIFR-root { font-weight:normal;color:#9200FF;leading:-6; }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #9200ff; }'
			,'a:hover { color: #00ccff; }'
			
      ],
      wmode: 'transparent'
});


sIFR.replace(taz, {
      selector: '.tazBleu',
      css: [
			'.sIFR-root { font-weight:normal;color:#0085A6;leading:-6; }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #cc33cc; }'
			,'a:hover { color: #CCCCCC; }'
			
      ],
      wmode: 'transparent'
});



sIFR.replace(taz, {
      selector: '.tazGris',
      css: [
			'.sIFR-root { font-weight:normal;color:#999999;leading:0;margin-right:0;display:inline; }',
			'em { font-style:italic;}',
			'strong { font-weight:normal; color:#0085A6; }'
			,'b { font-weight:bold; color:#0085A6; }'
			,'a { text-decoration: none; color:#0085A6; }'
			,'a:link { color:#0085A6; }'
			,'a:hover { color:#00ccff; }'
			
      ],
      ratios : [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18],
      wmode: 'transparent'
});

sIFR.replace(taz, {
      selector: '.tazBlanc',
      css: [
			'.sIFR-root { font-weight:normal;color:#ffffff;leading:0;margin-right:0;display:inline; }',
			'em { font-style:normal; color:#CC33CC;}',
			'strong { font-weight:bold;  }'
			,'a { text-decoration: none; }'
			,'a:link { color: #cc33cc; }'
			,'a:hover { color: #CCCCCC; }'
			
      ],
      wmode: 'transparent'
});


/* ----------------------------------------------


ACTIVATION

---------------------------------------------- */
//sIFR.activate(taz, tazLight);
sIFR.activate(taz,tazBold,tazLight);

