/* 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('<link href="' + CssPath + 'ie5pluswin.css" rel="Stylesheet" media="all" />');} 

/* IE 5 Mac */
if(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf('Mac')>=0){document.write('<link href="' + CssPath + 'ie5plusmac.css" rel="Stylesheet" media="all" />');}

/* 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">.texte P { font-size: 1.2em; }</style>');}

/* Opera */
if(navigator.userAgent.indexOf('Opera')>=0){document.write('<style type="text/css">#header { margin-top: -8px; padding-top: 8px;}</style>');}
