.header { background: url("images/header.jpg") no-repeat top center; background-color: #73a0c5; text-align: center; }

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 20px;
  color: #4c8dc5;
}

h3 {
  font-size:16px;
}

.texte {
  font-size:12px;
  padding-right: 20px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
  text-decoration: none;
  color: white;
}

.page { background: url("images/bg.jpg") repeat-y top; border: none; }

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  color: #147;
  text-decoration: underline;
}

small { 
  font-size: 10px;
  color: #8f8f8f;
}

.footer { background: url("images/footer.jpg") no-repeat bottom; border: none;}

