// Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

// If you are updating from the Alpha, please note that the source refences have changeda

var police_1 = {
    src: 'static/sIFR/sifr_gill_sans.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: 'h2.type_bien'
	,css: [
	  '.sIFR-root {color: #FFFFFF; font-size:20px;}'
	],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h1.carte_annonces'
	,css: [
	  '.sIFR-root {color: #BE6C01; font-size:19px;}'
	],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h2.bien_fiche_activite'
	,css: [
	  '.sIFR-root {color: #FFFFFF; font-size:20px;}', 
	  '.sIFR-root a {color: #FFFFFF;text-decoration:none;}',
	  '.sIFR-root a:hover {color: #FFFFFF;text-decoration:none;}'
	],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h2'
	,css: [
	  '.sIFR-root {color: #BE6C01; font-size:18px; font-style: italic;}'
	],
	wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: '.conteneur_slogan_footer'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:26px;text-align : center;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});



