/* Formulaire */
.form fieldset {
	margin: 10px 25px;
	padding: 5px 5px;
	border: 0 none;
	border-top: 1px solid #aeaeae;
}
.form legend {
	padding: 0 .3em;
	font-size: .8em;
	font-weight: bold;
	color: #c77c04;
}
.form label {
	font-weight: bold;
	cursor: pointer;
}
.form .table_form {
	}
.form .table_form th {
	width:30%;
	text-align: right;
	padding-right: 5px;
}
.table_form td {
	width:70%;
}

/*Message d'erreur*/
.attention {
background: #fce5e1 url(design/attention.gif) 10px 5px no-repeat;
padding: 10px 5px 5px 50px;
margin: 1em 1em;
border: 1px #e88088 solid;
}
