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%;
 }
 
aligner les cases
label
{
	display: block;
	width: 75px;
	float: left;
}

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

afficher les div ou #
div {
    display : none;
}
div:target {
    display : block;
}
#c1 {
    display : block;
}
div:target ~ #c1 {
    display : none;
}


input {
text-align: center;
font-weight: bold;
color:#CC0000; bold;
background-color : #E2E4E6 ;
}


