Cufon.replace('h2', { fontWeight: 'normal'});
Cufon.replace('h5', { fontWeight: 'normal'});
Cufon.replace('h2>strong', { fontWeight: 'bold'});
Cufon.replace('h3', { fontWeight: 'normal', textShadow: "1px 1px #444545"});
Cufon.replace('h4', { fontWeight: 'normal', textShadow: "1px 1px #444545"});
Cufon.replace('h4>strong', { fontWeight: 'bold', textShadow: "1px 1px #444545"});
Cufon.replace('#top-menu > li > a.active', { fontWeight: 'bold', hover: { color: '#f46b19' }});
Cufon.replace('#top-menu > li > a', { fontWeight: 'normal', hover: { color: '#f46b19' }});
Cufon.replace('#top-menu > li > a.active', { fontWeight: 'bold', hover: { color: '#f46b19' }});

Cufon.replace('#boxes > ul > li.active > span > a', { fontWeight: 'normal', color: 'black' });
Cufon.replace('#boxes > ul > li > span > a', { fontWeight: 'normal', hover : { color: 'black' }});
Cufon.replace('#boxes > ul > li.active > span > a', { fontWeight: 'normal', color: 'black' });
Cufon.replace('.partner', { fontWeight: 'normal'});
Cufon.replace('p', { fontWeight: 'normal'});
Cufon.replace('span', { fontWeight: 'normal'});

Cufon.replace('.short > p', { fontWeight: 'normal'});
Cufon.replace('.offerte > p > a', { fontWeight: 'normal', hover: { color: '#f27636' }});
Cufon.replace('.offerte > p', { fontWeight: 'bold'});
Cufon.replace('.offerte > p > a', { fontWeight: 'normal', hover: { color: '#f27636' }});

Cufon.replace('label', { fontWeight: 'normal'});
Cufon.replace('#form', { fontWeight: 'normal'});

