// JavaScript Document
    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
/*var arialR = {
      src: 'flash/arialRounded.swf'
    };
	sIFR.debugMode = true;
        sIFR.delayCSS  = true;

        sIFR.activate(arialR);


	
sIFR.debug.ratios(arialR,{ selector: '.cadreBleu' });*/

var arialR = {
  src: 'flash/arialRounded.swf'
  ,ratios: [7, 1.32, 11, 1.31, 12, 1.24, 14, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 45, 1.19, 50, 1.18, 51, 1.19, 69, 1.18, 70, 1.17, 71, 1.18, 1.17]
};


// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(arialR);

sIFR.replace(arialR, {
  selector: '.titrePageBleue'
  ,css: [
	'.sIFR-root {font-weight: bold; color:#3d8aae; text-transform: uppercase; margin:15px 0;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ]
  ,wmode:"transparent"
});
  