function affichModeles(idScat){
	document.getElementById('modele_'+idScat).style.display='block';
}
function accesFiche(idFiche){
	if(idFiche!="")	window.location= window.document.URL +'?c=' + idFiche;
	else{
		document.getElementById('commentsSelect').style.display='block';
	}
}
function voirModele(idModele){
	if(idModele!="")
	window.location='#modele_' + idModele;
}
