/* Paramètres globaux */var centurygothic = {      src: '/centurygothic.swf'    };sIFR.useStyleCheck = true;sIFR.activate(centurygothic);	/* >>> HOMEPAGE <<< */				/* Stylisation du titre dans l'accroche */			sIFR.replace(centurygothic, {			  selector: '#accroche-texte h2.sifr',			  css:{				'.sIFR-root': { 'color': '#3f4b54', 'font-size': '21px', 'font-weight': 'bold' }			  },			  wmode: 'transparent'			});					/* Stylisation des titres centraux */			sIFR.replace(centurygothic, {			  selector: '#middle-col > h2.sifr',			  css:{				'.sIFR-root': { 'color': '#7edfe0', 'font-size': '22px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});				/* Stylisation de l'accès client */			sIFR.replace(centurygothic, {			  selector: '#access-form h2.sifr',			  css:{				'.sIFR-root': { 'color': '#7edfe0', 'font-size': '16px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});				/* Stylisation des titres de gauche */			sIFR.replace(centurygothic, {			  selector: '#nos-services h2.sifr',			  css:{				'.sIFR-root': { 'color': '#bde4f7', 'font-size': '23px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});				/* Stylisation des titres de droite */			sIFR.replace(centurygothic, {			  selector: '#right-col > h2.sifr',			  css:{				'.sIFR-root': { 'color': '#f9a03c', 'font-size': '20px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});				/* Stylisation du titre AGENDA */			sIFR.replace(centurygothic, {			  selector: '#agenda h2.sifr',			  css:{				'.sIFR-root': { 'color': '#fdcd20', 'font-size': '20px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});			/* >>> PAGE INTERNE <<< */				/* Stylisation du titre #news-et-actualites */			sIFR.replace(centurygothic, {			  selector: '#news-et-actualites h2.sifr',			  css:{				'.sIFR-root': { 'color': '#f9a03c', 'font-size': '20px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});				/* Stylisation des titres centraux */			sIFR.replace(centurygothic, {			  selector: '#center h2.sifr',			  css:{				'.sIFR-root': { 'color': '#7edfe0', 'font-size': '23px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});		

sIFR.replace(centurygothic, {			  selector: '#newsletter h2.sifr',			  css:{				'.sIFR-root': { 'color': '#fdcd20', 'font-size': '20px', 'font-weight': 'bold' }			  },			  wmode: 'transparent',			  filters: {			  DropShadow: {				knockout: false				,distance: 1				,angle: 120				,color: '#000000'				,strength: 0.5			  }			}			});		
