A:link {
          text-decoration: none;
	  color: #A03F12;
          }

A:visited {
          text-decoration: none;
          color: #C97E11;
             }

A:hover {
          text-decoration: underline;
           }

BODY {
          margin-top: 5%;
          margin-left: 5%;
          margin-right: 5%;
          background-color: #FFEDCB;
          background-attachment: fixed;
          font-family: "Bookman Old Style";
        }

TABLE.titre {
	  font-size: 110%;
          letter-spacing: 6pt;
          word-spacing: 4pt;
          background-color: #C97E11;
         }
