
   a:link {text-decoration: none;
           color: #660000;
	   font-weight: bold;
           font-family: Arial;
          }
   a:visited {text-decoration: none;
              color: #400000;
	      font-weight: bold;
             font-family: Arial;
	     }
   a:active {text-decoration: none;
             color: #aa0000;
             font-weight: bold;
             font-family: Arial;

            }
  
  body {color: #ffffff;
        background-color: #006600;
	
        scrollbar-base-color: #660000;
       }

  div.titre {
			border: 3px solid outset;
			background-color: #660000;
			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;
		}




	

