@CHARSET "UTF-8";

#haut {
  background: url("../images/img-devis.jpg") no-repeat 0 20px;
}

#map_devis {
	width: 250px;
	height: 170px;
	margin-top: 10px;
	margin-bottom: 6px;
}

#map_devis span {
	visibility: hidden;
}

div.devis-form {
	font-size: 8pt;
}

input.devis-form-input, textarea.devis-form-input {
  border: 1px solid #7ea9ba;
  width: 230px;
  font-size: 8pt;
}

textarea.devis-form-input {
	height: 80px;
}

p.devis-form-label {
	margin-bottom: 5px;
	margin-top: 10px;
}

p.devis-form-input {
	margin-top: 0;
	margin-bottom: 0;
}

input.devis-form-input[type=submit] {
	border: 1px solid #7ea9ba;
	background-color: #314d7f;
  width: 230px;
  font-size: 8pt;
  font-variant: small-caps;
  color: white;
  margin-top: 18px;
}

input.devis-form-input.unvalid-field, textarea.devis-form-input.unvalid-field, ul.unvalid-field {
  border: 1px solid #cc0000;
}

img.captcha {
	float: right;
}

#devis-form-captcha {
	float: right;
	width: 110px;
	height: 38px;
	margin-right: 22px;
	font-size: 32px;
}

div.captcha {
	margin-bottom: 55px;
	margin-top: 16px;
}

p.infos {
	font-size: 7pt;
	color: #777777;
}
	
#projet {
  height: 255px;
  background-color: #b7d3df;
}

#projet-gauche {
	float: left;
	width: 255px;
	padding: 10px 10px 0 10px;
}

#projet-droite {
	float: right;
	width: 255px;
	padding: 10px;
	font-size: 7pt;
	color: #777777;
}

#coordonnees {
  height: 300px;
  background-color: #85b2c9;
}

#coordonnees-gauche {
	float: left;
	width: 255px;
	padding: 10px;
}

#coordonnees-droite {
	float: right;
	width: 255px;
	padding: 10px;
}

.form-error {
  color: white;
  background-color: #cc0000;
  font-size: 8pt;
  text-align: center;
}

.form-error p {
  margin: 0;
  padding: 10px;
}

.resultat-info {
  font-size: 9pt;
  margin-top: 7px;
  margin-left: 7px;
}

.resultat-detail {
  font-size: 8pt;
  color: #52677c;
  margin-top: 25px;
  margin-left: 7px;
}

.resultat-detail a {
  color: #249fe2;
  text-decoration: none;
}

#liste_envoi {
	font-size: 8pt;
  color: #52677c;
  list-style: url("../images/carre-10x10.png");
}