// 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 helveticaNeue = {
      src: 'js/sifr3-r436/font/helveticaNeueMediumCondensed.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    var myriadPro = {
      src: 'js/sifr3-r436/font/myriadPro.swf'
     
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(helveticaNeue, myriadPro);

    sIFR.replace(helveticaNeue, {
      selector: '#header li'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; display:inline; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #bf2425; }'
      ], wmode:"transparent"
    });
	

		
		
	sIFR.replace(myriadPro, {
      selector: '.filAriane'
      ,css: ['.sIFR-root { color: #ffffff; font-style: italic;  font-size: 10px; }'
		, 'span { font-style:italic; color: #ffffff; font-weight: normal; text-transform: uppercase;}'
		,'a { text-decoration: none; color: #ffffff; font-style: normal; font-size: 11px; font-weight: bold;}'
        ,'a:link { color: #ffffff; text-transform: none; font-weight: bold;  font-size: 11px}'
        ,'a:hover { color: #bf2425; text-transform: none}']
      ,selectable: false, wmode:"transparent"
    });
	

  sIFR.replace(myriadPro, {
      selector: '.bloc h4'
      ,css: ['.sIFR-root { color: #ffffff; font-style: italic; font-weight: bold; font-size: 13px; padding-top: 10px; text-transform: uppercase}']
      ,selectable: false, wmode:"transparent"
    });
  
    sIFR.replace(myriadPro, {
      selector: '#colonneDroite #navigation li'
      ,css: ['.sIFR-root { color: #ffffff; font-style: italic; font-weight: bold; font-size: 12px;  text-transform: uppercase}',
			 'a { text-decoration: none; color: #ffffff; font-style: normal; font-size: 12px; font-weight: bold; padding-top: 10px;}',
			 'a:link { color: #ffffff; text-decoration:none; padding-top:5px;}'
        ,'a:hover { color: #bf2425; }']
      ,selectable: false, wmode:"transparent"
    });
