/* Styles de la page d'accueil */

h1, h2, h3 {
  color: #76b0b4;
  padding-left: 1em;
}

h1 {
  padding-top: 0.5em;
  font-size:120%;
}

h2 {
  font-size:100%;
}

#Forematter {
  border-style: none;
  height:auto;
}

#Forematter td {
  padding:0;
}

#index_header {
  height: 138px;
  background-color: #c8b997;
}

#mainCell ul {
}

#mainCell li {
  list-style-image: url(../images/puce.gif);
  padding-bottom: 0.5em;
  padding-right: 1em;
}

#rightCell {
  background-image: none;
  background-color: #76b0b4;
  font-size: 80%;
}

#rightCell p {
  padding: 0 1em;
}

#Footer {
  border-top: 8px solid #76b0b4;
}

