/* CSS Document */
/*----------------------------contact----------------------------------------*/
	/*pour area mettre dans contact rows="1" et cols="1" sinon le xhtml est pas validé-*/
	#contact{
	width:600px;
	text-align:center;
	}
	#contact table{
	/*border:3px solid #ABA28B;*/
	width:550px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	}
	#contact td{
	text-align:left;
	margin-left:10px;
	}
	
	#contact input{
	height:20px;
	width:250px;
	margin:5px;
	font-size:0.8em;
	border-bottom:1px solid #C9C4B4;
	border-left:none;
	border-right:none;
	border-top:none;
	}
 #contact input.submit{
	color:#FF9900;
	height:18px;
	width:80px;
	font-size:0.7em;
	text-align:center;
	margin-left:130px;
	}
	#contact textarea{
	border-bottom:1px solid #C9C4B4;
	border-left:none;
	border-right:none;
	border-top:none;
	width:350px;
	height:150px;
	}
	.contact{
	font-size:0.9em;
	width:300px;
	text-align:center;
	margin-left:140px;
	margin-top:15px;
	}
	.form{
	font-size:0.8em;
	}
	#contact1{
	width:400px;
	margin:0 10px 10px 100px;
	text-align:center;
	border:solid 1px #FF9900;
	padding-bottom:10px;
	padding-top:10px;
	}


