function afficherNews(news){
	window.location.href='/category/news';
}
function afficherContest(contest){
	window.location.href='category/contest';
}
function afficherRiders(riders){
	window.location.href='/category/riders';
}
function afficherInfo(info){
	window.location.href='/category/info-media';
}
function afficherPartenaires(partenaires){
	window.location.href='/partenaire';
}
function afficherContact(contact){
	window.location.href='/contacts';
}


