if (navigator.platform) {	var Mac = navigator.platform;	if (Mac.indexOf("Win") == -1) {		document.writeln("<style type='text/css'>");		document.writeln("<!--");		document.writeln(".courant { font-size: 12pt; }");		document.writeln(".courantpt { font-size: 10pt; }");		document.writeln(".titre { font-size: 14pt; }-->");		document.writeln(".titre2 { font-size: 18pt; }-->");		document.write("</style>");		} else {		document.writeln("<style type='text/css'>");		document.writeln("<!--");		document.writeln(".courant { font-size: 10pt; }");		document.writeln(".courantpt { font-size: 8pt; }");		document.writeln(".titre { font-size: 12pt; }-->");		document.writeln(".titre2 { font-size: 16pt; }-->");		document.writeln("</style>");	}} else {		document.writeln("<style type='text/css'>");		document.writeln("<!--");		document.writeln(".courant { font-size: 10pt; }");		document.writeln(".courantpt { font-size: 8pt; }");		document.writeln(".titre { font-size: 12pt; }-->");		document.writeln(".titre2 { font-size: 16pt; }-->");		document.writeln("</style>");}