.form, .formu{
	width: 450px;
	height: auto;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 20px;*/
	font-size: 12px;
	}

.form textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.form td{
	font-size: 11px;
	color: #433d2d;
	font-weight: bold;
	}

.form select, .form input, .form option, .form textarea{
	font-size: 11px;
	}

textarea{
	width: 428px;
	}
	
.champLong select{
	width: 428px;
	}
	
.champLong input{
	width: 424px;
	}
	
.champCourt input, .champCourt select{
	width: 200px;
	}
	
input.valider_btn, .valider_btn, .submit_btn input, .valider_btn{
    position: relative;
	width: 101px;
	height: 39px;
	background-image:url("http://alliancelabelisation.fr/images/common/boutons/fd_bt_defiscalisation.gif") !important;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
    float: right;
	z-index: 100;
	}
	
.errorForm{
	width: 500px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
	font-weight: bold;
	/*color: #b0000e;*/
	color: #c3000d;
	}
	
.listeError{
	margin-left: 15px;
	}
   
.listeError li{
    font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
    list-style: disc !important;
	list-style-position: inside;  
    }
	
.reponseForm{
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
	}