// plateforme detection css retribution
document.write("<link rel='stylesheet' href='css/win_ie.css' type='text/css'>")
/*
if ((navigator.userAgent.indexOf("Mac") != -1))
    document.write("<link rel='stylesheet' href='css/mac.css' type='text/css'>")
if (navigator.userAgent.indexOf('Win') != -1){
    if (navigator.appName.indexOf('Netscape') != -1) {
        document.write("<link rel='stylesheet' href='css/win_ns.css' type='text/css'>")
        }
   else {
        document.write("<link rel='stylesheet' href='css/win_ie.css' type='text/css'>")
        }
    }

*/