
   a:link {text-decoration: none;
           color: #006600;
	   font-weight: bold;
           font-family: Arial;
          }
   a:visited {text-decoration: none;
              color: #000060;
	      font-weight: bold;
             font-family: Arial;
	     }
   a:active {text-decoration: none;
             color: #ff0000;
             font-weight: bold;
             font-family: Arial;

            }
  
  body {color: #400000;
        background-color: wheat;
	
        scrollbar-base-color: #006600;
       }

  div.titre {
			border: 3px solid outset;
			background-color: #006600;
			cursor: hand;
			color: #E0FFE0;
			font-size: 175%;
                        font-weight: bold;
			padding: 5px;
			font-family: Arial;
			text-align: right;
			margin: 0px;
		}

		div.titre:first-letter {
			color: #E0FFE0;
			font-weight: ;
			font-style: ;
			font-size: 100%;
		}



		.clickablearea {
			cursor: hand;
		}




	
