body
 {
   margin-left: 40px;
   margin-right: 40px;
   margin-top: 40px;
   margin-bottom: 40px;
 }

.corps
 {
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding-top: 10px;  /*Pour éviter que le texte |  l'intérieur du corps ne colle trop |  la bordure */
 }

.menu2
 {
   padding: 5px;
   height: 50px;
   color: #333333;
   background-repeat: no-repeat;
   border: 0px solid black;
   margin-bottom: 10px;
 }

 .menu2 a:hover
 {
   color:#000099;
   border-bottom:2px solid green;
   border-top:2px solid green;
 }
 
.menu2 a
 {
   font-weight: bold;
   color:#0066CC;
   margin-left: 10px;	
   text-decoration: none;
   font-family: "georgia", "Times New Roman", Times, serif;
 }


