sIFR.activate(ombre, ombrebold, normal, light);

/* h2 */

sIFR.replace(ombrebold, {
    selector: 'h2.current',
	forceSingleLine: true,
    css: [
        '.sIFR-root { color:#ffffff; font-size: 11px; text-transform:uppercase; letter-spacing:1; font-weight:bold; }',
        'a {color:#ffffff; text-decoration: none; }',
        'a:hover {color:#ffffff; }'
        ],
    wmode: 'transparent',
	tuneWidth: '5',
	forceWidth: true
});

sIFR.replace(ombre, {
    selector: 'h2',
	forceSingleLine: true,
    css: [
        '.sIFR-root { color:#cacaca; font-size: 11px; text-transform:uppercase; letter-spacing:1; }',
        'a {color:#cacaca; text-decoration: none; }',
        'a:hover {color: #ffffff; }'
        ],
    wmode: 'transparent',
	tuneWidth: '5',
	forceWidth: true
});

/* h3 */

sIFR.replace(light, {
    selector: '#pages-titre h3',
	forceSingleLine: true,
    css: ['.sIFR-root { color:#ffffff; font-size: 40px; text-transform:uppercase; letter-spacing:10; }'],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(normal, {
    selector: '.grand-titre-accueil h3',
    forceSingleLine: true,
	css: [
        '.sIFR-root { color: #8b8b8b; font-size : 18px; text-transform:uppercase; }',
        'a {color:#8b8b8b; font-size: 18px; text-transform:uppercase; text-decoration: none; }',
        'a:hover {color: #cccccc; }'
        ],
    wmode: 'transparent',
	tuneWidth: '5',
	forceWidth: true
});

sIFR.replace(normal, {
    selector: '.site-map-fleche h3',
    forceSingleLine: true,
	css: [
        '.sIFR-root { color: #ffffff; font-size : 12px; text-transform:uppercase; }',
        'a {color:#ffffff; font-size: 12px; text-transform:uppercase; text-decoration: none; }',
        'a:hover {color: #8b8b8b; }'
        ],
    wmode: 'transparent',
	tuneWidth: '5',
	forceWidth: true
});

sIFR.replace(ombre, {
    selector: '.lightbox-titre h3, #bloc-collection-container h3',
	forceSingleLine: true,
    css: ['.sIFR-root { color:#ffffff; font-size: 18px; text-transform:uppercase; }'],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(ombre, {
    selector: '#blocs-article-header h3.current',
	forceSingleLine: true,
	css: [
        '.sIFR-root { color: #8b8b8b; font-size : 12px; text-transform:uppercase; letter-spacing:1; }',
        'a {color:#ffffff; text-decoration: none; }',
		'a:hover {color: #ffffff;}'
        ],	
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(ombre, {
    selector: '#blocs-article-header h3',
	forceSingleLine: true,
	css: [
        '.sIFR-root { color: #8b8b8b; font-size : 12px; text-transform:uppercase; letter-spacing:1; }',
        'a {color:#8b8b8b; text-decoration: none; }',
        'a:hover {color: #ffffff; letter-spacing:1; }'
        ],	
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(normal, {
    selector: '#lightbox-bloc-collection #titre',
	forceSingleLine: true,
    css: ['.sIFR-root { color:#ffffff; font-size: 24px; text-transform:uppercase; letter-spacing:2; }'],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(normal, {
    selector: '.titre-sifr-texte',
	forceSingleLine: true,
    css: ['.sIFR-root { color:#ffffff; font-size: 12px; text-transform:uppercase; }'],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(normal, {
    selector: '.titre-sifr-texte-grand',
	forceSingleLine: true,
    css: ['.sIFR-root { color:#ffffff; font-size: 15px; text-transform:uppercase; }'],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(light, {
    selector: '#collection-titre #titre',
	forceSingleLine: false,
    css: ['.sIFR-root { color:#ffffff; font-size: 40px; text-transform:uppercase; letter-spacing:10; textAlign:right; }'],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

/* h4 */

sIFR.replace(ombrebold, {
    selector: 'h4.current',
	forceSingleLine: true,
    css: [
        '.sIFR-root { color:#ffffff; font-size: 10px; text-transform:uppercase;  font-weight:bold;}',
        'a {color:#ffffff; text-decoration: none; }',
		'a:hover {color:#ffffff; }'
        ],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(ombre, {
    selector: 'h4',
	forceSingleLine: true,
    css: [
        '.sIFR-root { color:#cccccc; font-size: 10px; text-transform:uppercase;}',
        'a {color:#cccccc; text-decoration: none; }',
        'a:hover {color: #ffffff;}'
        ],
    wmode: 'transparent',
	tuneWidth: '5',
    forceWidth: true
});

