﻿//var futuraboldcond = { src: document.skinPath + "flash/futuraboldcond.swf" };
var sifrCalu = { src: document.skinPath + "flash/trajan.swf" };

sIFR.activate(sifrCalu);
/*
sIFR.replace(sifrCalu, {
selector: 'span.titreCalu',
thickness: -90,
sharpness: 50,
css: [
'.sIFR-root { font-size: 35px; color: #ffb600; }',
],
wmode: 'transparent'
});

sIFR.replace(sifrCalu, {
selector: 'span.soustitreCalu',
thickness: -90,
sharpness: 50,
css: [
'.sIFR-root { font-size:20px; color: #ffffff; }',
],
wmode: 'transparent'
});
selector: 'h1.heading',
sharpness: 20,
fitExactly: true,
css: [
'.sIFR-root { font-size: 35px; color: #670303; font-weight: bold; }',
'strong { font-weight: bold; }',
'em { font-style: italic; }'
],
wmode: 'transparent'
*/
sIFR.replace(sifrCalu, {
	//	selector: 'h1.titre1',
	//	thickness: -50,
	//	sharpness: 50,
	//	css: [
	//		'.sIFR-root { font-size: 40px; color: #7c0d1f; }',
	//		],
	//	wmode: 'transparent'
	selector: 'h1.titre1',
	sharpness: 20,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 35px; color: #670303; font-weight: bold; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(sifrCalu, {
	//	selector: 'h2.titre2',
	//	thickness: -50,
	//	sharpness: 50,
	//	css: [
	//		'.sIFR-root { font-size: 20px; color: #ffbb00; }',
	//		],
	//	wmode: 'transparent'

	selector: 'h2.titre2, h3.titre3',
	sharpness: 10,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #ffa10c; font-weight: bold; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

$(document).ready(function() {
	$('#slide').Horinaja({
		capture: 'slide', delai: 1,
		duree: 3, pagination: false
	});

/* correction de l'imbrication des boites de la page terms.aspx */
$('.RightCol').insertAfter($('.principal'));
$('.bottom').insertAfter($('#dnn_contentPane'));
});

/*
var futura = { src: '/path/to/futura.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
selector: 'h1',
css: '.sIFR-root { background-color: #F9F9F9; color: #FF0000; }'
});
*/


/*
var futura = { src: '/path/to/futura.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
selector: 'h1',
css: '.sIFR-root { background-color: #F9F9F9; color: #FF0000; }'
});
*/
