function ancrelistingteuf(a){
	// on estime a 511px la hauteur d'une fiche	
	//b = (511 * a)-511;
	//prefiche.scrollTop=b;
	//var fiche = document.getElementById("teufover"+a);
	//b = (fiche.scrollHeight * a)-fiche.scrollHeight;
	//prefiche.scrollTop = b;
	var parent = document.getElementById('prefiche');
	prefiche.scrollTop =  document.getElementById("listeteuf"+a).offsetTop;
	}

