sIFR.replace(avant, {
selector: 'h2'
,css: [
  '.sIFR-root { color:#68C2E1; font-weight: bold; leading:-10px; letter-spacing:-1 }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #68C2E1; }'
  ,'a:hover { color: #CCCCCC; },'
]
,wmode: 'transparent'
});

sIFR.replace(avant, {
selector: 'h3'
,css: [
  '.sIFR-root { color:#68C2E1; font-weight: bold; leading:-6px; letter-spacing:-1 }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #68C2E1; }'
  ,'a:hover { color: #CCCCCC; },'
]
,wmode: 'transparent'
});

sIFR.replace(avant, {
selector: 'h4'
,css: [
  '.sIFR-root { color:#97E5FF; font-weight: bold; leading:-6px; letter-spacing:-1 }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #97E5FF; }'
  ,'a:hover { color: #CCCCCC; },'
]
,wmode: 'transparent'
,offsetTop : -5
,tuneHeight: -4
}); 

sIFR.replace(avant, {
selector: 'h5'
,css: [
  '.sIFR-root { color:#97E5FF; font-weight: bold; leading:-6px; letter-spacing:-1 }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #97E5FF; }'
  ,'a:hover { color: #CCCCCC; },'
]
,wmode: 'transparent'
,offsetTop : -5
,tuneHeight: -4
}); 