// CSS

if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.appVersion.indexOf("Win") != -1)) document.write('<link href="css/ie.css" rel="stylesheet" type="text/css">');
if ((navigator.appName == "Netscape") && (navigator.appVersion.indexOf("Win") != -1)) document.write('<link href="css/netscape.css" rel="stylesheet" type="text/css">');
if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.appVersion.indexOf("Macintosh") != -1)) document.write('<link href="css/iemac.css" rel="stylesheet" type="text/css">');
if ((navigator.appName == "Netscape") && (navigator.appVersion.indexOf("Macintosh") != -1)) document.write('<link href="css/netscapemac.css" rel="stylesheet" type="text/css">');

//Popup

function pop(theURL,LARGEUR,HAUTEUR){
propriete='scrollbars=0,toolbar=0,menubar=0,resizable=0,width='+LARGEUR+',height='+HAUTEUR
newwindow= window.open(theURL,'',propriete);
document.questions.submit()
}

	                                                         