/*formate le corps de texte de veterans*/
      #corps{font-size: 12pt; 
             font-style: Italic; 
             background-color: #000000;
             
             color: #ffcc66;
             text-align: left;
             
             background-image: url(images/fond2.gif);
             background-repeat: repeat; }
             a:link {color: #ffffff; font-weight:400; text-decoration: none; font-size: 12pt;} 
             a:active {color: #ff0000; font-weight:400; text-decoration: none; font-size: 12pt;} 
             a:visited {color: #c0c0c0; font-weight:400; text-decoration: none; font-size: 12pt;}
             .centre {text-align: center}
       hr { height: 4px; width: 80%; }
       h1{font-size: 14pt; font-weight: bold}
       .com {font-weight: bold;
             font-style: normal;
             font-size: 12px;
             color: rgb(102,255,255); }

       .noir{  background-color: rgb(0, 0, 0);}

       .nav{width: 100px;
            background-color: #3366ff;
            color: rgb(255,204,51);
            
            border-color: #ffffff;
            padding : 2px;} 
