@charset "utf-8";
/* CSS Document */
input, select {
	width:150px;
	border:1px solid #C9A87D;
	margin:1px 0;
}
input.nostyle, select.nostyle {
	width:auto;
	border:none;
}
input#submit {
	color:#FFF;
	background:#C9A87D;
	border:none;
}
h3.error {
	color:#C03;
}
td.liste {
	font-size:10px;
}