h1 {
   font-size : 25px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 10px;
}
h2 {
   font-size : 21px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 10px;
}
h3 {
   font-size : 18px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 10px;
}
h4 {
   font-size : 14px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 10px;
}
h5 {
   font-size : 11px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 10px;
}
h6 {
   font-size : 9px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 10px;
}

P {
   font-size : 12px;
   font-family : Verdana,Arial;
   color :black ;
   text-align : left;
   margin :10px ;
}

BODY {
	font-size: 12px;
	font-family: Verdana,Arial;
	color: black;
	background: transparent;
	margin-left: 10px;
}

.vert:link{color: green;}
.vert:visited{color: grey;}


.jaune:link{color: yellow;}
.jaune:visited{color: red;}


A:link{
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : white;
   text-decoration : none;
}

A:visited{
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : blue;
   text-decoration : none;
} 

A:hover {
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : red;  
   text-decoration : none;
}
A:active {
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : orange;
   text-decoration : none;
}