p.titre {
	background:#DED983;
	color:#643200;
	padding:.2em .3em;
	font-size:1.2em;
	border:2px outset #804000;
	position:relative;
	margin-bottom:-1em;
	width:8em;
	margin-left:1em;
	margin-top:1em;
	text-align: center;
	font-weight: bold;
	background-color: #EA7500;
}

fieldset {
  border:none;
  margin-bottom:1em;
  width:36em;
  padding-top:1.5em;
}

select {
	margin-left:10.5em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

fieldset#coordonnees {
  background:#EA7500;
  border:outset #804000;
}

#coordonnees label {
	font-size:100%;
	padding-top:0.4em;
	position: absolute;
	padding-left: 0.5em;
	font-weight: normal;
}

#coordonnees input {
  margin-left:10.5em;
  line-height:1.4em;
  margin-bottom:0.2em;
}

fieldset#message {
  background:#EA7500;
  border:outset #804000;
}

#civilite {
  font-size:100%;
}

#civilite input {
  margin-left:8.5em;
}

#civilite input + input {
	margin-left: 0.5em;
}

#lieu {
	font-size:100%;
}
#lieu input {
  margin-left:8.5em;
}
#lieu input +input {
	margin-left: 1em;
}
#lieu br+input {
  margin-left:9em;
}

textarea {
	width: 28em;
	margin: 0.5em;
}

input[type="submit"], input[type="reset"] {
	background:#DED983;
	font:1em "Trebuchet MS", Verdana, sans-serif;
	color:#643200;
	background-color: #EA7500;
	border: 2px outset #804000;
	font-weight: bold;
}

p#buttons {
  text-align:center;
}
