/* Définition de règle */
@charset "windows-1252";

#global {
     position:absolute;
     top:10px;
	 left: 50%; 
     width: 757px;
     margin-left: -400px; /* moitié de la largeur */
     } 
#txt {font-family: arial; font-size: 10pt }  

#foot {font-family: arial; font-size: 9pt }  

#frame {font-family: arial; font-size: 10pt; text-align: justify; background-color: #76787B; color: white; }

#scroll {scrollbar-base-color: #76787B; scrollbar-track-color: #76787B}	  

#form {font-family: arial; font-size: 10pt; color: white; }	

#bt {font-family: arial; font-size: 12pt; color: white; background-color: #76787B; font-weight: bold}

a.link {color: white; font-family: arial; font-weight: bold; font-size: 9pt; text-decoration: none}