input, textarea{
	border: 1px solid #b53f4f;
	padding: 2px;
	font-family:verdana;
	font-size:10pt;
	color:black;
	background-color: #fef2fd;
	width: 300px;
}

textarea{
	width: 600px;
	height: 300px;
}

td, th{
	padding-bottom: 15px;
}

th{
	width: 150px;
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
}

input#valider{
	width: 100px;
	color: #b53f4f;
	background-color: #f3d7db;
	font-weight: bold;
}