
#content {
  padding-bottom: 20px;
}

#content #sidebar {
  background: #fff url(../../style/images/fonds/pomme_fond.jpg) no-repeat scroll top right;
}

dl dt {
  font-weight: bold;
  
  padding-top: 10px;
  color: #00886D;
}

dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}

#subcontent p.conclusion {
  color: inherit;
  margin-top: 10px;
}

h2.intro {
  font-size: 1.3em;
}

table {
  border: 1px solid #000;
  margin: 10px;
  padding: 5px;
  width:450px;
}
  table tr th {
    color: #00925B;
    border: 1px solid #00925B;
    background-color: #d5f2e7;
  }

  table tr th,
  table tr td {
    padding: 5px;
    border: 1px solid #999;
  }
