a {
  text-decoration : none;
  color : #002aff;
}
a img {
  border : 0px;
}
body {
  font : 1em "Arial";
}
h1 {
  text-align : center;
  color : #91a3ff;
}
h2 {
  color : #6ad671;
}
h3 {
  color : #f54;
  margin-left: 2.5em;
}
img {
  margin : -3px 0px 0px 1em;
}
p {
  text-align : justify;
  margin-left : 1em;
}
td, th, tr {
  vertical-align:top;
  border-bottom:1px solid black;
}
tt {
  font : 1.05em "Lucida Console";
}
ul {
  margin-left : 1em;
}
.droite {
  float : right;
}
.boite {
  float : right;
  font : 0.8em Arial;
  width : 15em;
  text-align:center;
  background-color:#f7f7ff;
  border: 1px solid #d0d0ff;
}
.boite input {
  font: 10px "Lucida Console", "Lucida Grande", Verdana;
  border: 1px solid #d0d0ff;
  color: Black;
  width : 90px;
  background-color: white;
  vertical-align: middle;
  text-align : center;
  text-transform: lowercase;
}
.boite a {
  color : #b0b0ef
}
.boite form {
  margin : 3px;
}
.notes {
  font : 83% Arial;
  margin-left: 2em;
  border-left: 1px solid #ffcc91;
  padding-left:5px;
}
.retour {
  text-align:right;
}
small {
  color:#AFAFAF;
}
.signat {
  text-align:right;
  font-style:italic;
}