    /*****************************************************************************
    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 avantgarde = {
      src: 'avantgarde.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]
    };


    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(avantgarde);

	
    sIFR.replace(avantgarde, {
      selector: 'h2.orange'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: regular; color: #f7931e; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f7931e; }'
        ,'a:hover { color: #CCCCCC; }'
      ], wmode: 'transparent'
    });
	
    sIFR.replace(avantgarde, {
      selector: 'h2.blanc'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: regular; color:#ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ], wmode: 'transparent'
    });
	
    sIFR.replace(avantgarde, {
      selector: 'h2.violet'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: regular; color: #8479b4; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #8479b4; }'
        ,'a:hover { color: #CCCCCC; }'
      ], wmode: 'transparent'
    });
	
	
    sIFR.replace(avantgarde, {
      selector: 'h2.rose'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: regular; color: #f15e6d; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f15e6d; }'
        ,'a:hover { color: #CCCCCC; }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(avantgarde, {
      selector: 'h2.bleuVert'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: regular; color: #00b5ad; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #00b5ad; }'
        ,'a:hover { color: #CCCCCC; }'
      ], wmode: 'transparent'
    });
		
	sIFR.replace(avantgarde, {
      selector: 'h2.bleuGris'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: regular; color: #799ab4; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #799ab4; }'
        ,'a:hover { color: #CCCCCC; }'
      ], wmode: 'transparent'
    });	   
		
	sIFR.replace(avantgarde, {
      selector: 'h3.violet'
      ,css: [
        '.sIFR-root { text-align: left; color: #8479b4; padding-bottom:0; margin-bottom:-10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #8479b4; }'
        ,'a:hover { color: #000000; }'
      ], wmode: 'transparent'
    });
		
	sIFR.replace(avantgarde, {
      selector: 'h3.orange'
      ,css: [
        '.sIFR-root { text-align: left; color: #f7931e; padding-bottom:0; margin-bottom:-10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f7931e; }'
        ,'a:hover { color: #000000; }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(avantgarde, {
      selector: 'h3.rose'
      ,css: [
        '.sIFR-root { text-align: left; color: #f15e6d; padding-bottom:0; margin-bottom:-10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f15e6d; }'
        ,'a:hover { color: #000000; }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(avantgarde, {
      selector: 'h3.bleuVert'
      ,css: [
        '.sIFR-root { text-align: left; color: #00b5ad; padding-bottom:0; margin-bottom:-10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #00b5ad; }'
        ,'a:hover { color: #000000; }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(avantgarde, {
      selector: 'h3.bleuGris'
      ,css: [
        '.sIFR-root { text-align: left; color: #799ab4; padding-bottom:0; margin-bottom:-10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #799ab4; }'
        ,'a:hover { color: #000000; }'
      ], wmode: 'transparent'
    });
	
/*	sIFR.replace(avantgarde, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #595959; padding-bottom:0; margin-bottom:-10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #595959; }'
        ,'a:hover { color: #000000; }'
      ], wmode: 'transparent'
    });
*/	
	
    sIFR.replace(avantgarde, {selector: 'h2,h3'});
  

