#page{
  width: 650px;
  background-color: #067eae;
  border: 1px solid black;
  position:absolute;
  padding: 20px;
  left: 50%;
  margin-left:-400px;
}

body {
  color: white;
  font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
  font-size: 12px;
}

#image{
}

#formulaire{
  width: 620px;  
}

.titre_formulaire{
  color: #F1F1F1;
  font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.form_label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 10px;
}

.form_champ {
  float: left;
  width: 500px; 
}

.form_champ input {
  border: 1px solid gray;
  width: 330px;
}

.form_champ .checkbox {
  width: 20px;
  border: 0;
}

#validation {
  background-color: #2d9300;
  color: white;
  font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

a.lienblanc, a.lienblanc:hover {
  color: white;
  font-size: 14px;
  font-weight: bold;
}