// liste des ouvrages


var aa=top.langue_;
var bb=location.href;
var cc=bb.lastIndexOf("_");

if (bb.indexOf(aa+".htm")==-1) {
	if (bb.indexOf("_fr.htm")==-1) {
		location.replace("");
		location.href=bb.substring(0,cc)+"_fr.htm";
	}
	else {
		if (aa_ici.indexOf(aa)!=-1) {
			location.replace("")
			location.href=bb.substring(0,cc)+aa+".htm";
		}
	}
	

}

