BODY {
      padding: 0;
      margin: 0;
      background-image: url(image/fond.gif);
      text-align: center; /* Hack pour IE: permet de centrer le contenu de la page */
     }

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 720px;
     height: 478px;
     margin-top: -244px;/* -244px */
     margin-left: -360px;
     }

#maindiv {
          width: 720px;
          margin-left: auto;  /* permet de centrer le contenu de la page */
          margin-right: auto; /* permet de centrer le contenu de la page */
          text-align: left;   /* Hack pour IE: rétabli l'alignement standard du texte*/
          border: thin ridge;
          background-image: url(image/center.gif);
          border-color:#000099
		  
         }

.TopBar1 {
          height: 19px;
          width: 720px;
          background-image: url(image/top1.gif);
          font-family: "Arial";
          color: #FFFFFF;
         }

.TopBar1Right {
               position: float;
               float: right;
               padding: 0 5 0 0 ;
              }

.TopBar1Right span {
                    font-family: "Arial";
                    color: #FFFFFF;
                    font-size:8pt;
                    font-weight: bold;
                   }


.TopBar1Right a {
                 font-family: "Arial";
                 text-decoration: none;
                 font-size:8pt;
                 color: #FFFFFF;
                }

.TopBar1Right a:hover {
                       text-decoration: underline;
                      }

.TopBar2 {
          height: 98px;
          width: 720px;
          background-image: url(image/top2.jpg);
         }

.TopBar3 {
          height: 32px;
          width: 720px;
          background-image: url(image/top3.gif);
         }

.TopBar3Menu {
              position:relative;
              left: 30px;
             }

.MenuItem {
           position: float;
           float: left;
           padding: 5px;
           bottom:2px;
           color: #345893;
           text-decoration: none;
           font-family: "Arial";
           font-weight: bold;
           font-size: 10pt;
           padding-left: 30px;
           background-repeat:no-repeat;
          }

span.MenuItem {
               background-image: url(image/bullet-select.gif);
              }

a.MenuItem {
           color: #FFFFFF;
            background-image: url(image/bullet.gif);
           }

a.MenuItem:hover {
                  background-image: url(image/bullet-over.gif);
                  color: FFCC66;
                 }
.Main {
       overflow:auto;
       height: 300px;
       padding: 0 5 0 5 ;
	   font-family: "Arial";
	   font-size:10pt;
      }

.TableauStd {
       font-family: "Arial";
	   font-size:10pt;
      }	  

.BotBar {
         height: 26px;
         width: 720px;
         background-image: url(image/bottom.gif);
         text-align:center;
         font-family: "Arial";
         color: #FFFFFF;
        }

.BotBarCenter {
               padding: 5 0 0 0 ;
               font-size: 10pt;
              }

.BotBarCenter span {
                    text-decoration: none;
                    font-family: "Arial";
                    font-weight: bold;
                    color: #FFFFFF;
                   }

.BotBarCenter a {
                  text-decoration: none;
                  font-family: "Arial";
                  color: #FFFFFF;
                }

.BotBarCenter a:hover {
                       text-decoration: underline;
                      }

