.texte{
	text-align:justify;
	position: relative;
}
.InputContact{
	margin-left: 62px;
	width:140px;
}
.labelContact{
	position:absolute;
}
.formContact{
  line-height: 26px;
  position: relative;	
}
.column1{
	display:inline-block;
	width:378px;
}
.column2{
	display:inline-block;
}
.column2 > textarea#comment{
	 height: 67px;
    width: 200px;
    margin-top:0px;
}
form.formContact > input[type=submit]{
    background: none repeat scroll 0 0 white;
    border: 1px solid gray;
    cursor: pointer;
    right: 40px;
    top: 21px;
}
form.formContact > input[type=submit]:hover{
    box-shadow: 0 0 6px #555555;
}
form.formContact > input:focus{
    box-shadow: 0 0 6px #555555;
}
.textareaGarantie{
	width:202px;	
}