p.titre {
  background:#9DF2CE;
  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:20em;
  padding-top:1.5em;
}

select {
  margin-left:9em;
  margin-bottom:0;
  width:10em;
}

/* fieldset coordonnees */
fieldset#licencies {
  background:#A4D8EE;
  border:outset #A4D8EE;
}

#licencies label {
  position:absolute;
  padding-top:.2em;
  left:20px;
}

#licencies input {
  margin-left:9em;
  line-height:1.4em;
  margin-bottom:.2em;
}

/* fieldset message */
fieldset#message {
  background:#9DF2CE;
  border:outset #9DF2CE;
}

#sexe {
  font-size:90%;
}

#sexe input {
  margin-left:9em;
}

#sexe input + input {
  margin-left:1em;
}

/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
  background:#9DF2CE;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  color:#345071;
  width:9em;
}

p#buttons {
  text-align:left;
}

tr.bleu {
	background:#A4D8EE;
	font:0.8em "Trebuchet MS", Verdana, sans-serif;
	border:none;
	margin-bottom:1em;
	width:20em;
	padding-top:1.5em;
}

tr.vert{
	background:#9DF2CE;
	font:0.8em "Trebuchet MS", Verdana, sans-serif;	
	border:none;
	margin-bottom:1em;
	width:20em;
	padding-top:1.5em;
}
	
tr.rouge{
	background:#9DF2CE;
	font:0.8em "Trebuchet MS", Verdana, sans-serif;	
	border:none;
	margin-bottom:1em;
	width:20em;
	padding-top:1.5em;
}