fieldset{
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid grey;
	box-shadow: 0px 0px 2px grey;
	width: 100%;
	min-height: 200px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 5px 10px;
}

fieldset h3{
	text-align: center;
	font-family: "Palatino", "Trebuchet MS", "Arial", sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 10px;
}

table{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

th{
	text-align: right;
	padding: 6px 3px;
	font-size: 11px;
	vertical-align: text-top;
}

td{
	width: 100%;
	text-align: left;
	vertical-align: line-height;
}

td input{
	width: 100%;
}

input[type="submit"], input[type="reset"], input[type="checkbox"], label[for="copie"]{
	float: right;
}

input[type="checkbox"]{
	position: relative;
	top: 1px;
}

input[type="submit"], input[type="reset"]{
	margin-top: 2px;
}

.erreur{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

div.fail{
	color: #BA0000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #E0D4BE;
	margin: auto;
	padding: 10px;
	border: 1px solid #DD974B;
}

.tick{
	color: green;
	font-size: 1.2em;
}

.cross{
	color: red;
	font-size: 1.2em;
}