#bloco {
	background:#23589E;
	color:white;
	padding:.2em .3em;
	border:2px outset white;
	position:relative;
	margin-bottom:-1em;
	width:12em;
	margin-left:1em;
	margin-top:1em;
}

fieldset {
  border:none;
  margin-bottom:1em;
  width:24em;
  padding-top:1.5em;
}
select {
  margin-left:9em;
  margin-bottom:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
  background:#A4D8EE;
  border:outset #A4D8EE;
}
#coordonnees label {
  position:absolute;
  font-size:90%;
  padding-top:.2em;
  left:20px;


}
#coordonnees input {
  margin-left:9em;
  line-height:1.4em;
  margin-bottom:.2em;
}
/* fieldset message */
fieldset#message {
	border:outset #23589E;
	background-color: #000;
}
#civilite {
  font-size:10%;
}
#civilite input {
  margin-left:9em;
}
#civilite input + input {
  margin-left:1em;
}
/* cases a cocher des centres d'interet */
#interets {
  font-size:90%;
}
#interets input {
  margin-left:9em;
}
#interets input +input {
  margin-left:1em;
}
#interets br+input {
  margin-left:9em;
}
/* zone de texte du message */
textarea {
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:29em;
  padding:.2em;
}
/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
	background:#23589E;
	color:white;
	top: 816px;
	border:none;
	font-size:1.2em;
 
}
p#buttons {
  text-align:left;
 
}
