#formulaire
{	width:500px;
	margin-left:65px;
}

.good
{	color:#1fa028;
}
	
.notgood
{	color:#db1e1e;
}
	
fieldset
{	margin-bottom:10px;
	border:#000000 solid 1px;
}

input
{ border:#a2a3a1 solid 1px;
}

textarea
{	border:#a2a3a1 solid 1px;
}

input:focus, input:hover, textarea:focus, textarea:hover
{	border: 1px solid #000000
}

	.bouton
	{	background:#000000;
		color:#FFFFFF;
	}
