 var menu = {
    src: 'menu.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
 var titre = {
    src: 'menu.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  
   var txt = {
    src: 'texte.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  
     var fff = {
    src: 'fff.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
sIFR.activate(menu); 
sIFR.activate(titre);
sIFR.activate(txt);
sIFR.activate(fff);

  

  sIFR.replace(menu, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: right; font-weight:normal ; color: #292c30; font-size:36px; margin:0;}'
	   ,'a { text-decoration: none;font-weight: bold;}'
      ,'a:link { color: #798182;font-weight: bold; }'
      ,'a:hover { color: #798182;font-weight: bold;}'
    ]
  ,wmode: 'transparent'
  });
  
    
	
sIFR.replace(titre, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left;  color: #343f41; margin:0;font-size:18px;}'
	  ,'a { text-decoration: none; font-weight: bold;}'
      ,'a:link { color: #a55332; font-weight: bold;}'
      ,'a:hover { color: #a55332; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(menu, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left;  color: #a55332; margin:0;font-size:14px; font-weight:light; text-transform: uppercase; }'
	  ]	
	,wmode: 'transparent'
	,tuneHeight: '-8' 

  }
  );

sIFR.replace(menu, {
    selector: '.lgthred'
    ,css: [
      '.sIFR-root { text-align: left;  color: #a55332; margin:0;font-size:14px; font-weight:light; }'
	  ]	
	,wmode: 'transparent'

  }
  );

sIFR.replace(menu, {
    selector: '.boldred'
    ,css: [
      '.sIFR-root { text-align: left;  color: #a55332; margin:0;font-size:14px; font-weight:bold; text-transform: uppercase;}'
	  ]	
	,wmode: 'transparent'

  }
  );
sIFR.replace(menu, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { text-align: left;  color: #a55332; margin:0;font-size:13px; font-weight:light;line-height:11px;	margin:0;padding:0;}'
	   ,'a { text-decoration: none; font-weight: bold;text-transform:none;}'
      ,'a:link { color: #4f5c60; font-weight: bold;text-transform:none;}'
      ,'a:hover { color: #4f5c60; font-weight: bold;text-transform:none;}'
	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(menu, {
    selector: '.foot'
    ,css: [
      '.sIFR-root { text-align: left;  color: #b5bcbd; margin:0;font-size:14px; font-weight:bold;text-transform: uppercase;}'
	   ,'a { text-decoration: none; font-weight: bold;}'
      ,'a:link { color: #4f5c60; font-weight: bold;}'
      ,'a:hover { color: #4f5c60; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(fff, {
    selector: 'em'
    ,css: [
      '.sIFR-root { text-align: left;  color: #414141; margin:0;font-size:8px;}'
	  ]	
	,wmode: 'transparent'
	,tuneHeight: '-5' 
	,offsetTop : '-1'
	
  }
  );

sIFR.replace(menu, {
    selector: '.sstitre'
    ,css: [
      '.sIFR-root { text-align: left;  color: #1c191e; margin:0;font-size:18px;  }'
	   ,'a { text-decoration: none; font-weight: bold; }'
      ,'a:link { color: #4f5c60; font-weight: bold;}'
      ,'a:hover { color: #4f5c60; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'

	
  }
  );

sIFR.replace(menu, {
    selector: '.txt2'
    ,css: [
      '.sIFR-root { text-align: left;  color: #333e40 ;font-size:18px;  }'
	   ,'a { text-decoration: none; font-weight: bold; }'
      ,'a:link { color: #4f5c60; font-weight: bold;}'
      ,'a:hover { color: #4f5c60; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'

	
  }
  );

sIFR.replace(menu, {
    selector: '.sstitre2'
    ,css: [
      '.sIFR-root { text-align: left;  color: #1c191e; margin:0; padding-left:15px; font-size:18px; }'
	   ,'a { text-decoration: none; font-weight: bold; }'
      ,'a:link { color: #4f5c60; font-weight: bold;}'
      ,'a:hover { color: #4f5c60; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'

	
  }
  );

sIFR.replace(menu, {
    selector: '.sstitre3'
    ,css: [
      '.sIFR-root { text-align: left;  color: #ffffff; margin:0;  font-size:22px; font-weight:bold; }'
	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(menu, {
    selector: '.sstitre4'
    ,css: [
      '.sIFR-root { text-align: left;  color: #ffffff; margin:0;  font-size:18px; font-weight:bold; }'
	  ]	
	,wmode: 'transparent'
	
  }
  );


sIFR.replace(menu, {
    selector: '.title'
    ,css: [
      '.sIFR-root { text-align: left;  color: #ffffff; margin:0;font-size:36px; }'

	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(txt, {
    selector: '.txt'
    ,css: [
      '.sIFR-root { text-align: left;  color: #4f5c60; margin:0;font-size:12px;font-weight: bold; }'
	   ,'a { text-decoration: none; font-weight: bold; }'
      ,'a:link { color: #a55331; font-weight: bold;}'
      ,'a:hover { color: #a55331; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(titre, {
    selector: '.list'
    ,css: [
      '.sIFR-root { text-align: left;  color: #a55332; margin:0; font-size:16px; padding-left:25px; font-weight: bold;}'

	  ]	
	,wmode: 'transparent'
	
  }
  );
sIFR.replace(titre, {
    selector: '.gras'
    ,css: [
      '.sIFR-root { text-align: left;  color: #333e40; margin:0; font-size:16px;  font-weight: bold;}'

	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(titre, {
    selector: '.indus'
    ,css: [
      '.sIFR-root { text-align: left;  color: #41123e; margin:0; font-size:18px; padding-left:25px; }'

	  ]	
	,wmode: 'transparent'
	,offsetTop : '-4'
  }
  );

sIFR.replace(titre, {
    selector: '.auto'
    ,css: [
      '.sIFR-root { text-align: left;  color: #675a3a; margin:0; font-size:18px; padding-left:25px; }'

	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(titre, {
    selector: '.agro'
    ,css: [
      '.sIFR-root { text-align: left;  color: #73690a; margin:0; font-size:18px; padding-left:25px; }'

	  ]	
	,wmode: 'transparent'
	
  }
  );

sIFR.replace(titre, {
    selector: '.med'
    ,css: [
      '.sIFR-root { text-align: left;  color: #2b651f; margin:0; font-size:18px; padding-left:25px; }'

	  ]	
	,wmode: 'transparent'
	
  }
  );
sIFR.replace(titre, {
    selector: '.titreactutxt'
    ,css: [
      '.sIFR-root { text-align: left;  color: #343f41; margin:0; padding:0;font-size:18px;line-height:18px;}'
	  ,'a { text-decoration: none; font-weight: bold;}'
      ,'a:link { color: #a55332; font-weight: bold;}'
      ,'a:hover { color: #a55332; font-weight: bold;}'
	  ]	
	,wmode: 'transparent'
	
  }
  );
