@charset "UTF-8";
/* CSS Document */

/* --- Page --- */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  /* IMPORTANT : remonter d'un dossier depuis /css/ */
  background: top center repeat-x url(../images/bckg/bckg-site.png) #FFF;
}

#site, #header, #menu, #content, #footer {
  width: 1000px;
}

/* --- Titres --- */
h1 {
  color: #FF0;
  margin: 0; padding: 0;
  line-height: inherit;
  text-align: left;
  font-weight: bold;
  font-size: 17px;
}

h2 {
  color: #000;
  margin: 0; padding: 0;
  line-height: inherit;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

h3 {
  color: #000;
  margin: 0; padding: 0;
  line-height: inherit;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}

h4 {
  color: #000;
  margin: 0; padding: 0;
  line-height: inherit;
  text-align: left;
  font-weight: normal;
  font-size: 11px;
}

/* --- Menu gauche --- */
a#link-menu {
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
a#link-menu:hover {
  color: #f8e91b;
  margin-left: 1px;
}

/* --- Divers --- */
#tittle { /* orthographe originale conservée */
  color: #009;
}

.description {
  color: #333;
  font-size: 12px;
  text-align: center;
}
.description strong {
  font-size: 16px;
  color: #007;
}
