/* Formulaire */
.table_formulaire {
font-size: .8em;
}

fieldset {
	margin: 10px 10px;
	padding: 10px 5px;
}
legend {
	margin-left: 2em;
	padding: 0 .3em;
	font-size: .9em;
	font-weight: bold;
	color:#fce69d;
}
.table_formulaire label {
	font-weight: bold;
	cursor: pointer;
}
.table_formulaire {
	width:100%;
}
.table_formulaire th {
	width:30%;
	text-align: right;
	padding-right: 5px;
	padding-top: .4em;
	padding-bottom: .4em;
}
.table_formulaire td {
	width:70%;
}
.table_formulaire input {
	margin-right: 5px;
}

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