textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
form.contact {
	width:80%;
	margin:0 auto;
	}
form.contact fieldset {
	border:0 none;
	margin-top:1em;
	border:1px solid #CCC;
	}
form.contact fieldset p {
	border-bottom:1px solid #e4e4e4;
	padding-bottom:1em;
	text-align:left;
	}
form.contact label {
	width:200px;
	text-align:right;
	margin-right:1em;
	float:left;
	clear:left;
	display:block;
}
form.contact p.required label {
	font-weight: bold;
	}
form span.help {
	display:block;
	color:#888;
	font-size:.9em;
	margin-left:200px;
	padding-left:1em;
	}
form.contact p.focus input,form.contact p.focus textarea,form.contact p.focus select {
	background: #dbedf1;
	}
form.contact p.error input,form.contact p.error textarea,form.contact p.error select {
	border-color: #c50013;
	color:#c50013;
	background: #f9e6e7;
	}
form.contact input,form.contact textarea,form.contact select {
	border:1px solid #333;
	/*border-left-color:#385C68;
	border-top-color:#385C68;*/
	color:#206880;
	padding:.1em;
	width:300px;
	}
form.contact textarea {
  overflow: auto;
  /*width:auto;*/
	}
form.contact input.checkbox {
	width:auto;
	border: 0;
	}
form.contact fieldset.coordonnees input {
	width:300px;
	}
p.submit {
	text-align: right;
	}
form.contact input.submit, form.asso p.submit input {
	font-size:1em;
	color:#fff;
	width:auto;
	margin:1em;
	margin-left:0;
	}
label.optionel {
	font-style: italic;
	}
legend {
	padding:.2em 3em;
	margin:.5em;
	color:#333;
	font-size:1.1em;
	background:#e4e4e4;
	font-weight: bold;
}
/* ajustements pour asso */
form.asso {
	width:95%
	}
form.asso fieldset p{
	padding-bottom:0.4em;
	padding-top:0.4em;
	/*line-height:1em;*/
	margin-bottom:0;
	}
form.asso fieldset p label{
	padding-top:0.2em;
	}
form.asso input,form.asso textarea {
	padding:.05em;
	}
form.asso p.description textarea{
	width:380px;
	height:60px;
	}
form.asso p.submit {
	text-align:center
	}
form.asso p.submit input {
	background-color:#EA8415
	}
form#tx_fesubmitnews_pi1 textarea#label_bodytext {
	width:380px;
	height : 160px;
}

