form#ami{
	font-size: 0.8em;
}

form#ami p{
	margin:0 0.2em;
}
form#ami p.confirmation{
	font-weight: bold;
	color: #C1792d;
	text-align: center;
	margin-bottom: 1em;
}
fieldset#fs-cde{
	margin: 1em 0;
	background-color: #e5e5e5;
}
fieldset#fs-cde label{
	display: block;
	float: left;
	clear: both;
	width: 45%;
	text-align: left;
	margin: 0 2% 0 0;
}
fieldset#fs-cde label.commentaire{
	margin-left: 0;
	margin-top: 1em;
}
fieldset#fs-cde input{
	display: block;
	float: left;
	width: 45%;
}

p.submit{
	margin-top: 1em;
	text-align: center;
}
p.submit input{
	width: auto;
	background-color: #dadada;
	
}

