
 Body
        {
            width:1000px;
            
             Background-Color:#e0ffc1;
             BackGround-image:URL("http://chats-de-lanvaux.fr/Mes-Dessins/Tele-chat_actu_de_lassociation.1.JPG"); 
             Background-repeat:no-repeat;
         /* position: absolute;*/
                    
        }


      #corps
                 {
                     width:800px;
                     margin-Top:10px;
                     margin-left:75px; /* 75px */
                }

       p
              {
                  font-color: blue;
                  font-size: 20px;
              }


 h1 /* titre h1*/
                         {
                               font-color: blue;
                               font-size: 14px:
                         }

h2 /* titre h2*/
                         {
                               font-color: blue;
                               font-size: 20px:
                         }


a:hover
              {
                      background-color:#23ee25; /*lien fond devient bleu au passage de la souris*/
                      font-size: 12px;
                      font-style:italic;/*lien passe en italique au passage de souris*/
              }


  a  /* concernant les liens */
                                           {
                                                  color: green;
                                                  text-decoration: none; /*le lien ( a) ne sera pas souligné*/
                                           }
