var type_fond = "fond.html";
document.write("<body bgcolor=\"#000000\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\""); 

if(navigator.appName.substr(0,9) == 'Microsoft'){

//INTERNET EXPLORER
if(screen.width>1250){ // si largeur > 1250
type_fond = "fond_gd.html";
} else
if(screen.width>1000){ // si largeur = X
type_fond = "fond_pt.html";
} else{
type_fond = "fond_pt.html";
}


}else{

//NESTSCAPE
if(window.outerWidth>1250){ // si largeur > 1250
type_fond = "fond_gd.html";
} else
if(window.outerWidth>1000){ // si largeur = X
type_fond = "fond_pt.html";
} else{
type_fond = "fond_pt.html";
}

}
document.write("background=\"images/"+type_fond+"\"");

document.write("onLoad=\"MM_preloadImages('images/nav_com_E.gif','images/nav_web_E.gif','images/nav_print_E.gif','images/nav_labo_E.gif','images/nav_contact_E.gif','images/nav_accueil_E.gif','images/retour_E.gif')\">");

