/******************************************************************************/
/*                      				Formulaires Typo            	    	          */
/******************************************************************************/

/* Contact */

#center_center fieldset.csc-mailform {
	border:medium none;
}

#center_center .csc-mailform-field {
	float:left;
	width:100%;
	margin-top:10px;
}

#center_center .csc-mailform label {
	display:block;
	float:left;
	width:180px;
	color:#000000;
	background-color: inherit;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align:right;
	margin:5px 0px 5px 0px;
	padding:0px 20px 0px 0px;
}

#center_center .csc-mailform input {
	float:left;
	color:#000000;
	background-color: inherit;
	font-size: 0.8em;
	border:1px solid #DADADA;
	margin:5px 0px 5px 0px;
}

#center_center .csc-mailform input.csc-mailform-submit {
	float:right;
	width:140px;
	color:#000000;
	background-color: inherit;
	font-weight:normal;
	text-align:center;
	border:1px solid #DADADA;
	margin:10px 136px 0px 0px;
	padding:2px 5px;
	cursor:pointer;
}

* html #center_center .csc-mailform input.csc-mailform-submit {
	margin-right:166px;
}

*+html #center_center .csc-mailform input.csc-mailform-submit {
	margin-right:146px;
}

#center_center .csc-mailform select {
	float:left;
	color:#000000;
	background-color: inherit;
	font-size: 0.8em;
	border:1px solid #DADADA;
	margin:5px 0px 5px 0px;
}

#center_center .csc-mailform option {
	color:#000000;
	background-color: #FFFFFF;
}

#center_center .csc-mailform textarea {
	float:left;
	width:272px;
	color:#000000;
	background-color: inherit;
	
	font-size : 0.8em;
	
	border:1px solid #DADADA;
	margin:5px 0px 5px 0px;
}

* html #center_center .csc-mailform textarea {
	width:228px;
}

*+html #center_center .csc-mailform textarea {
	width:226px;
}


#center_center .csc-mailform  #mailformdemande {
	border:0;
}

#center_center .csc-mailform  #mailformdemande legend {
	display:none;
}

#center_center .csc-mailform  #mailformdemande label {
	text-align:left;
}

#center_center .csc-mailform  #mailformdemande input{
	clear:both;
	margin-right:5px;
}
}

#center_center .csc-mailform  fieldset #mailformtype_acte {
	border:0;
}

#center_center .csc-mailform  #mailformtype_acte  legend{
	display:none;
}

#center_center .csc-mailform  #mailformtype_acte  label {
	text-align:left;
}

#center_center .csc-mailform  #mailformtype_acte  input{
	clear:both;
}