body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

a {
  color: green;
  font-weight: bold;
  margin-left: 15px;
  text-decoration: none;
}

a:hover {
  color: #A6D854;
}

.offres li, .files li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.offres li.inactif {
  color: red;
}

h1 {
  background-color: #0a397f;
  color: white;
  font-size: 14px;
  padding: 3px;
}

h1 span {
  font-size: 12px;
}

.erreurs {
  margin-bottom: 10px;
  background-color:#FFEEEE;
  border:1px solid red;
  color:#AA0000;
  font-weight:bold;
  padding:10px;
}

fieldset {
  margin-bottom: 10px;
}

legend {
  color: #0A397F;
}

fieldset div {
  clear: both;
  margin-bottom: 5px;
}

fieldset .notice {
  font-size: 10px;
}

div.buttons {
  padding-left: 135px;
}

.buttons input {
  cursor: pointer;
}

label {
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 5px;
}

textarea {
  width: 300px;
  height: 150px;
}

#wait {
  padding-left: 10px;
  font-weight: bold;
  font-size: 10px;
}

#captcha {
  padding-left: 110px;
}

#captcha input {
  width: 120px;
  text-align: center;
  font-size: 18px;
}

