/*

Attention à ne pas ajouter de sauts de ligne

les règles css vont :

<style type="text/css"> ICI </style>

*/


/* Netscape 7  */

if(navigator.userAgent.indexOf('Netscape')>=0){document.write('<style type="text/css"></style>')}

/* IE 5 only PC */

if(navigator.userAgent.indexOf('MSIE 5')>=0&&navigator.userAgent.indexOf('Win')>=0){document.write('<style type="text/css"></style>');}

/* IE 5+ PC */

if(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf('Win')>=0){document.write('<style type="text/css">#head {margin-bottom: -5px;}</style>');} 

/* IE 5 Mac */

if(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf('Mac')>=0){document.write('<style type="text/css"></style>');}

/* Mozilla... */

if(navigator.userAgent.indexOf('Gecko')>=0&&navigator.userAgent.indexOf('Netscape')<0&&navigator.userAgent.indexOf('Safari')<0){document.write('<style type="text/css"></style>')}

/* Safari... */

if(navigator.userAgent.indexOf('Safari')>=0){document.write('<style type="text/css"></style>')}


/* Opera */

if(navigator.userAgent.indexOf('Opera')>=0){document.write('<style type="text/css"></style>');

}




























/* //////////////function onload...///////////////// 


function init(){

speIE5Mac();

}

function speIE5Mac(){


if(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf(' Mac')>=0){document.getElementsByTagName('body').item(0).style.overflow='auto'}

}


window.onload = init;

*/ 