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