var daxbold = {
  src: '/flash/daxbold.swf'
};

sIFR.activate(daxbold);


/* ---------------- LABEL USP : Ligne "L'Assurance Maladie Complémentaire à votre écoute." ---------------- */
sIFR.replace(daxbold, {
	selector: '#c #b .a-b-c #line1'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: center; color: #FFFFFF; font-size: 16px; }'
	]
});

/* --------------------------------------- HP USP : Texte du bloc login ------------------------------------- */
sIFR.replace(daxbold, {
	selector: '#content-login p'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { color: #0061A1; font-size: 10px; }'
	,'a { text-decoration: underline; }'
	,'a:link { color: #0061A1; }'
	,'a:hover { text-decoration: none; color: #00ACB6; }'
	]
});

/* -------------------------------------- HP USP : Texte du "en bref" ------------------------------------ */
sIFR.replace(daxbold, {
	selector: '#enbref'
	,wmode: 'transparent'
	,offsetTop: '-5px'
	,css: [
	'.sIFR-root { color: #FFFFFF; font-size: 16px; text-align: center; }'
	]
});

/* --------------------------------------- HP USP : Texte du bloc "en bref" ------------------------------------- */
sIFR.replace(daxbold, {
	selector: '#content-enbref p'
	,wmode: 'transparent'
	,tuneHeight: '-5px'
	,css: [
	'.sIFR-root { color: #000000; font-size: 10px; text-align: justify; }'
	,'a { text-decoration: underline; }'
	,'a:link { color: #0061A1; }'
	,'a:hover { text-decoration: none; color: #00ACB6; }'
	]
});

/* --------------------------------------- HP USP : Texte "bienvenue" ------------------------------------- */
sIFR.replace(daxbold, {
	selector: '#c #b .a-b-c .b h2#home'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { color: #0061A1; font-size: 25px; text-align: center; }'
	]
});

/* --------------------------------------- HP USP : Texte du bloc "Cliquez sur votre profil" ------------------------------------- */
sIFR.replace(daxbold, {
	selector: '#profil'
	,wmode: 'transparent'
	,offsetTop: '-5px'
	,css: [
	'.sIFR-root { color: #009CDD; font-size: 16px; text-align: center; }'
	]
});

/* --------------------------------------- Pages internes USP : Titre de la page H2 ------------------------------------- */
sIFR.replace(daxbold, {
	selector: '#c #b .a-b-c .b h2'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { color: #0061A1; font-size: 25px; }'
	]
});