/*correction Bug Formulaires:
######################################*/
.csc-mailform-field {
text-align:left;
margin:2px;
}

.csc-mailform-submit {
text-align:center;
}

label {float: left;
width:150px;}

.csc-mailform { font-family: "Trebuchet MS"; font-size: 12px; color: #005E50;}
.csc-mailform-label{ font-family: "Trebuchet MS"; font-size: 12px; color: #005E50;font-weight:bold;}
.csc-mailform-field input, {font-family: "Trebuchet MS"; font-size: 12px; color: #005E50;}
.csc-mailform-field select{font-family: "Trebuchet MS"; font-size: 12px; color: #005E50;}

.csc-mailform{ border:0px}
.csc-mailform-submit{
background-color: #EEEEEE; 
font-family: "Trebuchet MS"; 
font-size: 11px; color: #005E50; margin:0;padding:0;
float: left;  margin-top:20px;padding:5px;}
textarea 		{ 
	border: 1px #116495 solid;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;	
	line-height: 15px;
	background-color: #EEEEEE;
	margin:3px;
	padding:2px;	
	 }

input			{ 
	border: 1px #116495 solid;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	line-height: 15px;
	margin:3px;
	
}

select  {
    border: 1px #116495 solid;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
    margin:2px;

	}
 