
   a:link {text-decoration: none;
           color: #000000;
	   font-weight: bolder;
           font-style: normal;
           font-family: Arial , Comic sans MS, Impact;
          }
   a:visited {text-decoration: none;
             color: #000000;
	     font-weight: bolder;
	     font-style: italic; 
             font-family: Arial, Comic sans MS, Impact;
	     }
   a:active {text-decoration: none;
             color: #000000;
             font-weight: bold;
             font-family: Arial, Comic sans MS, Impact;

            }
  
  body {color: #400000;
        
	background: url(font_degrade.jpg) no-repeat top
        scrollbar-base-color: #000000;
       }

  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;
		}




	
