form {
	width: 350px;
	color: #544662;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/fond-transparent3.png);
}
fieldset {
	padding: 0.5em;
	margin: 0em;
	border: 1px solid #484509;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: lighter;
}
fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: lighter;
	font-size: 1.1em;
}
label {
	display: inline;
	float: left;
	text-align:right;
	width: 120px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
form p {
	margin: 1em 0;
}
form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	width: 100%;
}
form p.double label {
	overflow: hidden;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}
label span.info {
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form p.double input,
form p.double textarea {
	display: block;
	margin-left: 10px;
	width: 150px;
	border: solid 1px #484509;
	padding: 2px 4px;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 150px;
	height: 6em;
}
form p.simple {
	margin-left: 150px;
}
