/* Style contact ESCA2 - Juin 2009 Pixels Carres */

fieldset {
	text-align: center;
	border-style: none;
}
legend {
	color: #666;
	font-size: 0.9em;
	padding-left: 6.25em;
}
/*.nom, .email, .tel, .adresse {
	width: 85px;
	display: block;
	float: left;
}*/
.champ {
	border: 1px solid #998349;
}

textarea {
	overflow: auto;
	border: 1px solid #998349;
}
#coord {
	width: 75%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.send {
	width: 200px;
	margin-top: 10px;
	background-color: #acdfef;
	font-weight: bold;
}
#result {
	width: 350px;
	height: 314px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background: url(../images/antibes-chateau.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#mapinfo {
	width: 446px;
	height: 500px;
	border-style: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#mapinfo p {
	margin-bottom: 10px;
	text-align: center;
}
.error {
	color: #ff1c00;
	font-size: 10px;
}
.plus {
	display: none;
}
.print {
	display: none;
}
.gg {
	display: block;
}
#mapinfo a {
	border-bottom-style: none;
}
#mapinfo a:hover {
	border-bottom-style: none;
}

