http://www.siteduzero.com/tutoriel-3-33971-aligner-ses-formulaires-sans-tableaux.html

html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: yellow;
 font-family: Verdana, sans-serif;
 font-size: 100%;
 }
 


.textvertgras{
  font-size: small;
  color: #008080;
  font-weight: bold;
}






	a:link {
		color: blue;
		text-decoration:none;
	}

	a:visited {
		color: purple;
		text-decoration:none;
	}

	a:active {
		background-color: yellow;
		text-decoration:none;
	}

	a:hover {
		color:red;
		text-decoration:none;
	}