    // *** VERSION DE NAVIGATUR ***
    // Note: Avec IE5, vous optenez 4, alors utiliser is.ie5up pour détecter IE5.

    // Conversion de tout les caractère en minuscule pour faciliter les tests
    var agt=navigator.userAgent.toLowerCase();

    var is_major = parseInt(navigator.appVersion);
    var is_minor = parseFloat(navigator.appVersion);

    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                && (agt.indexOf('webtv')==-1));
    var is_nav4up = (is_nav && (is_major >= 4));

    var is_ie   = (agt.indexOf("msie") != -1);
    var is_ie4up  = (is_ie  && (is_major >= 4));

    var is_aol   = (agt.indexOf("aol") != -1);

    var is_opera = (agt.indexOf("opera") != -1);
    var is_firefox = (agt.indexOf("firefox") != -1);
    var is_webtv = (agt.indexOf("webtv") != -1);

//************ Fin des paramètres, Début du programme ************//
taille=screen.width;
var L_menu=137;
var L_boite=400;
var x = L_menu/2 + ((screen.width-L_boite)/2);

document.write('<style type="text/css">')

if(taille==800)
    {
    document.write('p {font-size: 11px; padding: 2; line-height: 14px; margin-top: 2px; margin-bottom: 2px;}')
    document.write('br {line-height: 14px;}')
    document.write('a.menulink:link{font-size:9; font-weight: 700; width: 115px;}')
    document.write('a.menulink:visited{font-size:9; font-weight: 700; width: 115px;}')
    document.write('a.menulink:active{font-size:9; font-weight: 700; width: 115px;}')
    document.write('a.menulink:hover{font-size:9; font-weight: 700; width: 115px;}')
    document.write('a.menulink2:link{font-size: 9; width: 115px;}')
    document.write('a.menulink2:visited{font-size: 9; width: 115px;}')
    document.write('a.menulink2:hover{font-size: 9; width: 115px;}')
    document.write('a.menulink2:active{font-size: 9; width: 115px;}')
    document.write('li{margin-top: px; margin-bottom: 2px; padding: 0px; line-height: 14px;}')
    document.write('ul{margin-top: 1px; margin-bottom: 2px; padding: 2px;}')
    document.write('.petite{font-size: 10px; line-height: 2px;}')
    document.write('.meteo{font-size: 8px;}')
    document.write('.big{font-size: 12px;}')
    document.write('.titre1{font-size: 19px; line-height: 27px;}')
    document.write('.titre2{font-size: 16px; line-height: 15px;}')
    document.write('.titre3{font-size: 13px; line-height: 10px;}')
    document.write('.titre4{font-size: 11px; line-height: 10px;}')
    document.write('.rouge{font-size: 12px; line-height: 10px;}')
    document.write('.gris{font-size: 8px;}')
    document.write('.bleu{line-height: 12px;}')
    document.write('.bleu-droit{line-height: 11px;}')
    document.write('.noir{line-height: 12px;}')
    document.write('.rouge2{font-size: 9px; line-height: 13px;}')
    document.write('.tableau{font-size: 9px;}')
    document.write('table{font-size: 11px;}')
    document.write('label{font-size: 9px;}')
    document.write('.note{font-size: 11px;}')
    document.write('.formulpt{height: 18; font-size: 9pt;}')
    document.write('.button{height: 17; font-size: 7pt;}')
    document.write('.button2{height: 15; font-size: 6pt;}')
    document.write('.titre-site{font-size: 19px; margin: 0px; top: 25; left: 140;}')
    document.write('.titre-ombre{font-size: 19px; margin: 0px; top: 27; left: 143;}')
    document.write('.titre-ombre2{font-size: 19px; margin: 0px; top: 26; left: 141;}')
    document.write('.ligne-titre{top: 71; left: 117;}')
    document.write('.fond-haut{top: 0; left: 122;}')
    document.write('.menu_haut{top: 76; right: 5;}')
    // document.write('.formul, select {font-size: 9; width:230}')
    document.write('.titre-scroll{font-size: 9px; line-height: 13px;}')
    document.write('.scroll{font-size: 9px; line-height: 13px; text-align: justify}')
    document.write('.maj{font-size: 9px; line-height: 13px; text-align: center}')
    document.write('.marquee{text-align: justify ; height: 150px; width:125px; padding: 4px; font-weight: normal; font-size: 9px;}')

    document.write('#MenuDroit { POSITION: absolute; right: 5px; top: 10px;}')
    }
else
    {
    document.write('p {font-size: 13px; padding: 2; line-height: 17px; margin-top: 3px; margin-bottom: 2px;}')
    document.write('br {line-height:20px;}')
    document.write('a.menulink:link{font-size: 12; font-weight: 700; width: 150px;}')
    document.write('a.menulink:visited{font-size: 12; font-weight: 700; width: 150px;}')
    document.write('a.menulink:active{font-size: 12; font-weight: 700; width: 150px;}')
    document.write('a.menulink:hover{font-size: 12; font-weight: 700; width: 150px;}')
    document.write('a.menulink2:visited{font-size: 10; width: 150px;}')
    document.write('a.menulink2:hover{font-size: 10; width: 150px;}')
    document.write('a.menulink2:active{font-size: 10; width: 150px;}')
    document.write('a.menulink2{font-size: 10; width: 150px;}')
    document.write('li{font-size: 13px; margin-top: 3px; margin-bottom: 2px; padding: 0px; line-height: 17px;}')
    document.write('ul{margin-left: 40px; margin-top: 3px; margin-bottom: 2px; padding: 1px;}')
    document.write('.petite{font-size: 11px;}')
    document.write('.meteo{font-size: 10px;}')
    document.write('.big{font-size: 16px;}')
    document.write('.titre1{font-size: 24px; line-height: 35px;}')
    document.write('.titre2{font-size: 18px; line-height: 20px;}')
    document.write('.titre3{font-size: 13px; line-height: 15px;}')
    document.write('.titre4{font-size: 14px; line-height: 15px;}')
    document.write('.rouge{font-size: 12px; line-height: 13px;}')
    document.write('.gris{font-size: 11px;}')
    document.write('.bleu{line-height: 15px;}')
    document.write('.bleu-droit{line-height: 14px;}')
    document.write('.noir{line-height: 15px;}')
    document.write('.rouge2{font-size: 11px; line-height: 13px;}')
    document.write('.tableau{font-size: 12px;}')
    document.write('table{font-size: 13px;}')
    document.write('label{font-size: 12px;}')
    document.write('.note{font-size: 11px;}')
    document.write('.formulpt{height: 18; font-size: 9pt;}')
    document.write('.button{height: 23; font-size: 9pt;}')
    document.write('.button2{height: 18; font-size: 8pt;}')
    document.write('.titre-site{font-size: 25px; margin: 0px; top: 35; left: 180;}') // 40 -180
    document.write('.titre-ombre{font-size: 25px; margin: 0px; top: 38; left: 184;}')   //43
    document.write('.titre-ombre2{font-size: 25px; margin: 0px; top: 36; left: 181;}')   //41
    document.write('.ligne-titre{top: 92; left: 154;}')
    document.write('.fond-haut{top: 0; left: 165;}')
    document.write('.menu_haut{top: 95; right: 0;}')      //102
    // document.write('.formul, select {font-size: 12; width: 280;}')
    document.write('.titre-scroll{font-size: 11px; line-height: 13px;}')
    document.write('.scroll{font-size: 11px; line-height: 13px; text-align:justify;}')
    document.write('.maj{font-size: 11px; line-height: 13px; text-align:center;}')
    document.write('.marquee{text-align: justify ; height: 230px; width:160px; padding: 4px; font-weight: normal; font-size: 11px;}')
    document.write('#MenuDroit { POSITION: absolute; right: 5px; top: 10px;}')
    document.write('#recherche { POSITION: absolute; right: 10px; top: 4px; width: 190px;}')

    document.write('.bulle_c{left:'+x+'px; width:'+L_boite+'; position:absolute; font-family:Arial; text-align:center; font-size:11px; line-height:16px; padding:5;background-color:#FFFFFF; layer-background-color:transparent; border:1px solid #000000; visibility:hidden; filter:progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=135, Color:gray);}')

// top:520px; height:50px;
// filter:revealtrans(duration=1,transition=12) alpha(opacity=80)
    if (is_nav4up)
       {
       document.write('.fs{text-align: center ; height: 33px;}')
       document.write('legend{font-size: 10px; color: #0000A0;}')
       document.write('.ch-input{font-size: 9pt; height: 18px; color: #8E5744; background-color: #FEEECF;}')
       document.write('.ch-button{width: 40px; height: 18px; font-size: 7pt;}')
       }
    else
       {
       document.write('.fs{text-align: center ; height: 45px;}')
       document.write('legend{font-size: 10px; color: #0000A0;}')
       document.write('.ch-input{font-size: 9pt; height: 18px; margin-top:5px; color: #8E5744; background-color: #FEEECF;}')
       document.write('.ch-button{width: 40px; height: 18px; font-size: 7pt;}')
       }
    }
document.write('</style>')





