body {
  margin:0 2em 1em 30px;
  background: url(matronche.png) no-repeat fixed;
  background-position: 0.4em 0.2em;
}
table {
  margin:0 0 0 2em;
  width : 95%;
  background: url(semi.png);
}
td, th {
  vertical-align:top;
  border-bottom:1px solid black;
}
.last {
  border-bottom:0px;
}
th {
  color : blue;
  width : 5em;
}
h1 {
  margin-bottom : 1em;
  margin-top : 1em;
}
p {
  text-indent: 2em;
}
.notes {
  font : 93% Arial;
  border-left: 1px solid #ffcc91;
  border-right: 1px solid #ffcc91;
  padding: 5px;
  display: table; 
  margin-left: auto; 
  margin-right: auto;
}
.code {
  background:#eee;
  margin-left:3.8em;
  padding:0.3em;
  border:solid 1px #ddd;
  width:53em;
}
li {
  padding-bottom:0.35em;
}
