form {
	
	font-family: Verdana, arial, sans serif;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	
	border: 1px solid #375;
	
	
	width: 350px;
	background: #eaf3f0;
	padding: 5px;
	padding-top: 15px;
}

form fieldset {
	
	border: 0;
	background: #fffff;
	font-weight: bold;
	color: #000;
	font-size: medium;
	margin: 0;
	padding: 0;
}

form fieldset legend {
	
	border: 0;
	background: #fffff;
	font-weight: bold;
	color: #000;
	font-size: medium;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

form div.field {
	
	border: 0;
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	
}

form div.label {
	
	color: #000;
	float: left;
	width: 150px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
	font-size: small;
	
}

form div.value {
	
	float: left;
	font-weight: normal;
	width: 150px;
	font-size: small;
	margin: 0;
	
}

form div.help {
	
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	border: 1px solid #b0b0b0;
	background: #e6f2ea; /* fff5e2 */
	margin: 0px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.petit {
	font-size: x-small;
}

.pluspetit {
	font-size: x-small;
}

div.uri {
	
	position: absolute;
	right: 459px;
	top: 97px;
	font-weight: normal;
	
}

p.error {
	
	border: 1px solid #375;
	color: red;
	font-size: small;
	font-weight: normal;
	padding: 2px;
	background: #ddd;
	
}
