/* Formulaire */
#formulaire fieldset {
	margin: 10px 25px;
	padding: 5px 5px;
	border: 0 none;
	border-top: 1px solid #aeaeae;
}
#formulaire legend {
	padding: 0 .3em;
	font-size: .8em;
	font-weight: bold;
	color: #c77c04;
}
#formulaire label {
	font-weight: bold;
	cursor: pointer;
}
#formulaire .table_formulaire {
	}
#formulaire .table_formulaire th {
	width:30%;
	text-align: right;
	padding-right: 5px;
}
.table_formulaire 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;
}

