.titre{
  font-family: verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-left: 100px;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

a:hover {
  color: #6ca9ec;
}

img {
  border: 0px;
}

input {
  border: 1px solid #BEE0FF;
  color: #1843AB;
}

input#bouton {
  border: 1px solid #1843AB;
  color: #1843AB;
  background-color: #BEE0FF;
  font-weight: bold;
}

textarea {
  border: 1px solid #BEE0FF;
  color: #1843AB;
}

.contenu a {
  color:#1843AB;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}

.contenu{
  text-align: left;
  margin-left: 30px;
}

.accueil{
  font-family: verdana, sans-serif;
  color: #1843AB;
  font-size: 12px;
  vertical-align: top;
  cursor: default;
}

body {
  background-color: #FFF;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 12px;
}

td.menu {
  width : 120px;
  border-left: 2px solid #FFF;
  cursor: pointer;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #BEE0FF;
}

td.menu1 {
  width : 120px;
  cursor: pointer;
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #BEE0FF;
}