label{
	display: block; /* La balise devient de type block. */
	width: 330px;
	float: left;

}
p {
margin: 5px;	
	
}


/* color le fond des input rouge sil ne sont pas rempli*/
.Input_erreur {
background-color:#FF3333;
}

p.titre {
  background:#DED983;
  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;
}

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

/*
select {
  margin-left:9em;
  margin-bottom:0;
}
*/

/* fieldset coordonnees */
fieldset#coordonnees {
  background:#006599;
  border:outset #002B55;
}

#coordonnees label {
/*	position:relative;*/
	font-size:90%;
/*	padding-top:0.2em;
	left:20px;*/
}

#coordonnees input {
	margin-left:0px;
	line-height:1.4em;
	margin-bottom:0.2em;

}

/* fieldset message */
fieldset#message {
  background:#006599;
  border:outset #002B55;
}

#interets {
   font-size:90%;
}
#interets input {
   margin-left:1em;
}


/* zone de texte du message */
textarea {
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:50em;
  padding:.2em;
}

/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
  background:#DED983;
  font:1.2em "Comic Sans MS", cursive;
  color:#345071;
}


p#buttons {
  text-align:center;
}

