#Contact {
/*	background-color: Black;*/
	padding: 20px;
	height: 1280px;
	color:#F4A460;
}
#Visite {
	height: 300px;
}
#Image {
	width: 400px;
	height: 306px;
	background-image: url(../../images/contact.jpg);
	background-repeat: no-repeat;
}
.name {
	font-size: 28px;
}
.adresse {
	font-size: 18px;
}
.cp_ville {
	font-size: 22px;
}
#Carte {
	width: 300px;
	color: white;
	vertical-align: top;
	padding-left: 20px;
}
#Carte a, a:visited {
	color: #F4A460;
	text-decoration: none;
}
#Carte a:hover {
	color: white;
	text-decoration: underline;
}
#Commande {
	color: Gray;
}
.yellow {
	color: #F4A460;
}
.grey {
	color: #aaa;
}
.mention {
	font-size: smaller;
}
#Form {
	width: 700px;
	height: 350px;
/*	background-color: black;*/
	color: #aaa;
	padding: 10px;
	padding-top: 20px;
	line-height: 120%;
	font-size: 14px;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	font-size: 10px;	
}
p.mark {
	background-color: #DFDFDF;
}
span.red {
	color :#CA0000;
}
div.title {
	font-size: 18px;
	font-weight: bolder;
	color: #F4A460;
	text-align: center;
	padding-bottom: 10px;
}	
#Data {
	width: 90%;
	border: none;
}
#Data tr td {
	width: 50%;
}
td.valid {
	text-align: right;
}
