body
   {
   font-family: Verdana;
   font-size: 10px;
   margin-left: 30px;
   margin-right: 30px;
   }

a:link
   {
   color: #555555;
   text-decoration: none
   }

a:visited
   {
   color: #555555;
   text-decoration: none
   }

a:hover
   {
   color: #4571AE;
   text-decoration: underline
   }

a:active
   {
   color: #555555;
   text-decoration: none
   }


h1, h2, h3, h4, h5, h6
   {
   font-family: "Trebuchet MS", sans-serif;
   }

h1{font-size: 25px;}
h2{font-size: 20px;}
h3{font-size: 12px;}
h4{font-size: 12px;}
h5{font-size: 8px;}
h6{font-size: 5px;}

table
   {
   color:#555555;
   font-family: Verdana;
   font-size: 10px;
   }

.table_page
   {
   background-color: white;
   border: 1px solid #555555; 
   width: 800px;
   height: 100%;
   }

.pave_justify 
    {
    text-align: Justify;
    }
    
.coord
   {
   font-size: 12px;
   font-weight: bold;
   }
   
.bouton
   {
   border-style: solid; 
   border: 1px solid #336699;
   background-color: #222222;
   color: #999999;
   font-family: Verdana;
   font-size: 10px;
   width: 55;
   }

form 
   {
   font-family: Verdana;
   font-size: 10px;
   }
input 
   {
   font-family: Verdana;
   font-size: 10px;
   padding:4px;
   border:1px solid #AAAAAA;
   color:black;
   }
select, option 
   {
   font-family: Verdana;
   font-size: 10px;
   color:black;
   }
textarea 
   {
   font-family: Verdana;
   font-size: 10px;
   border:1px solid #AAAAAA;
   padding:4px;
   color:black;
   }

