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

#autres fieldset {
	margin: 10px 10px;
	padding: 10px 5px;
	border: 0 none;
	border-top: 1px solid #aeaeae;
}
#autres legend {
	margin-left: 2em;
	padding: 0 .3em;
	font-size: .8em;
	color: #7e9c03;
	font-weight: bold;
}
.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: #fce5e1 url(design/attention.gif) 10px 5px no-repeat;
padding: 10px 5px 5px 50px;
margin: 1em 1em;
border: 1px #e88088 solid;
}
