.interligne{
	min-height: 15px;
	height:15px;
	display: block;
	}

.interligne1px{
	min-height: 3px;
	height:3px;
	display: block;
}
	
#contactArea { 
	height:146px;	
	border-bottom: 3px solid #FA6D0D; 
	overflow: hidden; 
	background: url(../img/interface/orange.png) no-repeat center top;
	background-color: #FA6D0D; 
	clear: both;
}

.containerContact{
	text-align: center;
}

.texteContact{		
	text-align: center;
	font-size: 12px;
}

form { width: 910px;  padding: 5px; margin: 0 auto; }

td{
	padding:0px 5px 0px 0px;
}

.email{
	margin:5px 0px 0px 0px;
}

input { 
	width: 150px;
	margin:0px 0px 0px 0px;
	color:#000000;
}
textarea { 
	width: 400px;
	height:70px; 
	margin:0px 0px 0px 0px;	
	color:#000000;
}

label { font-size: 11px; color:#ffffff;}

input#submit { float: left; clear: both; cursor: pointer; width: 82px; margin:50px 0px 0px 0px; padding:0px 0px; background-color: #000000; border: 0; color: #fff; }

input, textarea { outline: none; background-color: #f1f1f1; border: 2px solid #ffffff;  }
input:focus, textarea:focus { border: 2px solid #cccccc; }

input, textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
