
   a:link {text-decoration: none;
           color: #000066;
	   font-weight: bold;
           font-family: Arial;
          }
   a:visited {text-decoration: none;
              color: #005000;
	      font-weight: bold;
             font-family: Arial;
	     }
   a:active {text-decoration: none;
             color: #888800;
             font-weight: bold;
             font-family: Arial;

            }
  
  body {color: #660000;
        
	background-image: url('fond.jpg');
        scrollbar-base-color: #006600;
       }

  div.titre {
			border: 3px solid outset;
			background-color: #006600;
			cursor: hand;
			color: #E0FFE0;
			font-size: 175%;
                        font-weight: bold;
			font-style: italic;
                        padding: 2px;
			font-family: Arial;
			text-align: right;
			margin: 0px;
		}




		.clickablearea {
			cursor: hand;
		}




	
