/*global*/

Cufon.set('fontFamily', 'DIN');

Cufon.replace('span.title_page', {
	fontSize:'24px',
	fontWeight: '900'
});

Cufon.replace('h1', {
	fontSize:'21px',
	fontWeight: '100'
});

Cufon.replace('h1.red', {
	fontSize:'21px',
	fontWeight: '900'
});

Cufon.replace('h4', {
	fontSize:'20px',
	fontWeight: '100'
});

Cufon.replace('h4.black', {
	fontSize:'21px',
	fontWeight: '900'
});

Cufon.replace('span.thin', {
	fontSize:'11px'
});

Cufon.replace('span.bold', {
	fontSize:'14px',
	fontWeight: '900',
	fontStretch:'88%'
});

Cufon.replace('div.white_title', {
	fontSize:'20px',
	fontWeight: '100'
});

Cufon.replace('div.title_rub', {
	fontSize:'16px',
	fontWeight: '900'
});	

Cufon.replace('div.black_title', {
	fontSize:'20px',
	fontWeight: '900',
    color:'#000'
});

Cufon.replace('.title_tween', {
	fontSize:'16px',
	fontWeight: '900'
});

Cufon.replace('a.title_all', {
	fontSize:'13px',
	fontWeight: '600',
	fontStretch:'88%'
});

Cufon.replace('a.title_tween', {
	fontSize:'14px',
	fontWeight: '700',
	fontStretch:'88%'
});

Cufon.replace('a.title_tween:hover', {
	color:'#000'
});

/*end global*/

/*page orientation*/
Cufon.replace('.etapes ul li span.bold', {
	fontSize:'14px',
	fontWeight: '900'
});


Cufon.replace('.etapes ul li span.thinstep', {
	fontSize:'12px',
	fontWeight: '100'
});



Cufon.replace('.content_etape .content a.rt', {
	fontSize:'14px'
});
/*end page orientation*/



/*page parcours*/

Cufon.replace('h5', {
	fontSize:'17px',
	fontWeight: '100'
});
/*end page parcours*/


Cufon.replace('.etape h1', {
	fontSize:'28px',
	fontWeight: '100'
});

Cufon.replace('span.citation_thin', {
	fontSize:'28px'
});


Cufon.replace('.chronology span', {
	fontSize:'15px'
});


/*use medium police*/

Cufon.set('fontFamily', 'DIN-medium');

Cufon.replace('h1.red', {
	fontSize:'28px',
	fontWeight: '900'
});

Cufon.replace('h2.parcours', {
	fontSize:'18px',
	fontWeight: '900'
});
/*end page createur*/


Cufon.replace('span.citation_bold', {
	fontSize:'28px'
});

/*page articles*/

Cufon.replace('.tarticle h1', {
	fontSize:'30px',
	fontWeight: '100'
});

Cufon.replace('.tarticle h1.small', {
	fontSize:'24px',
	fontWeight: '100',
	textTransform: 'none'
});

Cufon.replace('.plan_site h1.small', {
	fontSize:'24px',
	fontWeight: '100',
	textTransform: 'none'
});

Cufon.replace('.add_page h1.small', {
	fontSize:'24px',
	fontWeight: '100',
	textTransform: 'none'
});

Cufon.replace('.content_noir .titre', {
	fontSize:'14px',
	fontWeight: '100'
});

/*end page articles*/

