/*	url=document.URL;
	lien='<script language=\"php\" src="http://195.83.2.11/visite.php?url='+url+'"></script>';
	document.writeln(lien);
function cmpt(){
 	url='visiteur';
	lien='<script language=\"php\" src="http://195.83.2.11/visite.php?url='+url+'"></script>';
	document.writeln(lien);
}
function zoom(chemin){
   html='<html> <head> <title>Science-Po Lille</title> <link href="/css/iep.css" rel="stylesheet" type="text/css"></head> <body onBlur="top.close()"><div style="position:absolute;top:0px;left:0px"><IMG src="'+chemin+'" BORDER=0 NAME=Image onLoad="window.resizeTo(document.Image.width, document.Image.height+50)"><br><center><a href="javascript:top.close();">Fermer cette fenêtre</a></center></div></body></html>';
   fen=window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=1');
   fen.document.open();
   fen.document.write(html);
   fen.document.close();
} 
function popup(url,name,h,w){
	window2=window.open(url,name,"height="+h+",width="+w+",resizable=yes,scrollbars=yes,left=10,top=10");
}
function surligner(obj){
	obj.className='clair';
}
function desurligner(obj){
	obj.className='blanc';
}*/