body, td, p, h1, h2, h3, a, select, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}
body, td, p, select, input, textarea{
	font: 12px;
}

h1{
	color: Black;
	font: normal normal bold 16px;
	border-bottom: 1px dotted Black;
}
h2{
	color: Black;
	font: normal normal bold 14px;
	border-bottom: 1px dotted Black;
}
h3{
	color: Black;
	font: normal normal 12px;
	border-bottom: 1px dotted Black;
}
.erreur{
	color: Red;
}
.champ, .bouton{
	border: 1px solid Gray;
}
.particulier{
	color: Teal;
	font-weight: bolder;
}
