function affich_bloc_recrutement(valeur,ok) {
	
	//Bloc d'affichage des annonces
	if (valeur=='1') {
		document.getElementById('nos_offres').style.display='block';
		document.getElementById('candidature_spontanee').style.display='none';	
	}
	
	else if (valeur=='2') {
		
		if (ok=='1')
			document.location.href='index-ctvl-recrutement-idm_200-cspost_1.html';
		else {
			document.getElementById('nos_offres').style.display='none';
			document.getElementById('candidature_spontanee').style.display='block';
		}
	}
}
