p.titre {
  background:#D2691E;
  color:#345071;
  padding:.2em .3em;
  font-size:1.2em;
  border:2px outset #DED983;
  position:relative;
  margin-bottom:1em;
  width:10em;
  margin-left:1em;
  margin-top:1em;
}
p {
  text-align: left;
  font-size:0.9em;

}

p.rouge span {
  color:#0000FF;
  text-decoration:blink;
  text-shadow: 3px 3px 5px #000000;
  }

#formulaire {
	height: 500px;
	width: 948px;
	border:outset #FF7F50;
	
}
fieldset {
  border:none;
  margin-bottom:1em;
  width:24em;
  padding-top:1.5em;
}
legend {
  color:#D2691E;

}

select {
  margin-left:2em;
  margin-bottom:0;
}

/* fieldset coordonnees */
div#bloccoordonnees {
  float:left;
  left: 10px;
  height: 368px;
  width: 460px;
}

fieldset#Coordonnees {
  background:#B22222;
  border:outset #B22222;
  height: 277px;
}
label {
  /*position:relative;*/
  /*font-size:90%;
  padding-top:.2em;*/
  margin-left:20px;
  /*background: #FF6347;*/
}
.entree {
  position: absolute;
  left:270px;
  /*line-height:1.4em;
  margin-bottom:.2em;*/
  font-size: 90%;
  font-family:serif;
}

/* fieldset message */
div#blocmessage {
  float:right;
 /* top: -356px;*/
 /* left: 480px;*/
  height: 368px;
  width: 460px;
}
fieldset#Message {
  background:#8B0000;
  border:outset #8B0000;
  height: 277px;
}

#civilite {
  font-size:90%;
}
#civilite input {
  margin-left:9em;
}
#civilite input + input {
  margin-left:1em;
}

/* cases a cocher des centres d'interet */
/* pas utilisé, mais intéressant pour le input+input et le br+input */
#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 */
div#blocboutons {
	/*position: relative;
	top: 16px;*/
/*	left : 10px;*/
	height: 80px
	width: 948px;
}
input[type="submit"], input[type="reset"] {
  background:#DED983;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  color:#345071;
}
p.buttons {
  text-align:center;
}