/* Formulaire */
#formcontact fieldset {
	margin: 10px 10px;
	padding: 5px 5px;
	border: 0 none;
	border-top: 1px solid #aeaeae;
}
#formcontact legend {
	padding: 0 .3em;
	font-size: .8em;
	font-weight: bold;
	color: #c77c04;
}
#formcontact label {
	font-weight: bold;
	cursor: pointer;
	float: left;
	width: 195px;
}
#formcontact input {

}


/*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;
}

