@charset "UTF-8";
/* contact.css */

#content {
	font-size:1.2em;
}

#adresse {
	position:relative;
	padding:100px 0 50px 65px;

	background:url(../images/contact/map.jpg) no-repeat 500px center;
	
	font-size:1.66em;
	color:#313334;
}

#adresse strong {
	font-size:1.1em;
	color:#0b313f;
}

#adresse em {
	font-style:normal;
	color:#115e7b;
}

#adresse a#full-map {
	position:absolute;
	right:100px;
	bottom:20px;
	
	font-size:0.6em;
	color:#09751b;
}
#adresse a:hover {
	color:#52a133;
}

h2 {
	padding-left:65px;
}

#send-mail {
	padding-left:65px;
}

#send-mail * {
	margin:5px 0;
}

#send-mail input {
	width:210px;
}

#send-mail textarea {
	width:600px;
	height:200px;
}

#mail-success {
	padding:3px;
	margin:5px 0 10px 0;
	
	background:#eff7ef;
	border:1px solid #e4f1e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	color:#006600;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

#mail-error {
	padding:3px;
	margin:5px 0 10px 0;
	
	background:#f7efef;
	border:1px solid #f1e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	color:#660000;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}
