/* -- config de sifr -- */
var eurostyle = {
  src: '/flc/eurostyle.swf'
};
var eurostyleCondens = {
  src: '/flc/eurostyleCondens.swf'
};
sIFR.activate(eurostyle);

sIFR.replace(eurostyle, {
	selector: 'h2.TitrePage',
	css: [
	'.sIFR-root {text-align:left; color:#7c166f; font-size: 25px; display:block; text-transform: uppercase; font-weight:bold; }',
	],
	wmode : 'transparent'
});

sIFR.replace(eurostyle, {
	selector: 'h3.Titre',
	css: [
	'.sIFR-root {text-align:center; color:#7c166f; font-size: 15px; display:block; text-transform: uppercase;}',
	],
	wmode : 'transparent'
});

sIFR.replace(eurostyle, {
	selector: 'h3.TitreVert',
	css: [
	'.sIFR-root {text-align:center; color:#CBD433; font-size: 15px; display:block; text-transform: uppercase;}',
	],
	wmode : 'transparent'
});


sIFR.replace(eurostyle, {
	selector: 'h4.Titre',
	css: [
	'.sIFR-root {text-align:left; color:#7c166f; font-size: 18px; display:block;}',
	],
	wmode : 'transparent'
});

sIFR.replace(eurostyle, {
	selector: '#homeNewsT1 #Titre h2',
	css: [
	'.sIFR-root {text-align:right; color:#ffffff; font-size: 20px; display:block;}',
	],
	tuneHeight: -5,
	wmode : 'transparent'
});
sIFR.replace(eurostyle, {
	selector: '#homeNewsT2 #Titre h2',
	css: [
	'.sIFR-root {text-align:right; color:#ffffff; font-size: 20px; display:block;}',
	],
	tuneHeight: -5,
	wmode : 'transparent'
});
sIFR.replace(eurostyle, {
	selector: '#homeNewsT3 #Titre h2',
	css: [
	'.sIFR-root {text-align:left; color:#ffffff; font-size: 20px; display:block;}',
	],
	tuneHeight: -5,
	wmode : 'transparent'
});

sIFR.replace(eurostyle, {
	selector: '#TitreActuComp p.TitreActuBreve',
	css: [
	'.sIFR-root {text-align:right; color:#7c166f; font-size: 22px; display:block;}',
	],
	wmode : 'transparent'
});

sIFR.replace(eurostyle, {
	selector: '#newsTemplate1 #newsTitre h2',
	css: [
	'.sIFR-root { text-align:right; color:#7c166f; font-size: 22px; margin: 4px 0; font-weight: normal; }',
	],
	tuneHeight: -5,
	tuneWidth: -4,
	wmode : 'transparent'
});
sIFR.replace(eurostyle, {
	selector: '#newsTemplate2 #newsTitre h2',
	css: [
	'.sIFR-root { text-align:right; color:#7c166f; font-size: 22px; margin: 4px 0; font-weight: normal; }',
	],
	tuneHeight: -5,
	tuneWidth: -4,
	wmode : 'transparent'
});
sIFR.replace(eurostyle, {
	selector: '#newsTemplate3 #newsTitre h2',
	css: [
	'.sIFR-root { text-align:left; color:#7c166f; font-size: 22px; margin: 4px 0; font-weight: normal; }',
	],
	tuneHeight: -5,
	tuneWidth: -4,
	wmode : 'transparent'
});

