body {
  margin:0;
  font-family: Arial;
}

.bg-A {
  background-color: #6B6F00;
}

.bg-B {
  background-color: #3e001f;
}

.couleur-A {
  color: #7B7F07;
}

.couleur-B {
  color: #3e001f;
}
.bg-noir {
  background-color: black;
}

.fullwidth {
  width:1000px;
}
.middleblock {
  width:600px;
  position:relative;
  margin:auto;
  height:500px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.enseigne {
  margin: 5px;
  width:570px;
  height:139px;
  background-image:url('../images/enseigne.png');
}

.texte-tres-petit {
  font-size:12px;
}
.texte-petit {
  font-size:16px;
}
.texte {
  font-size:18px;
}
.texte-moyen {
  font-size:20px;
}
.texte-gros {
  font-size:28px;
}
.lien {
  text-decoration: underline;
  color: inherit;
}

.strong {
  font-weight: bold;
}

h1, h2 {
  margin: 0;
  font-size:16px;
}

.gutter {
  position:relative;
  float:left;
  width:200px;
}

.bord-h-epais {
  border-top: 8px solid black;
}
#header {
  height: 150px;
  position: relative;
}

#adresse {
  position: absolute;
  padding:10px;
  top: 0;
  right: 0;
  text-align: center;
  width: 300px;
}

#banner {
  position:relative;
  height:160px;
}

#nav-small {
  text-align: center;
  height:50px;
  line-height: 23px;
}

#nav-small a {
  margin: 30px 20px;
  font-weight: bold;
  font-size : 14px;
}

#footer {
  text-align:center;
}

#xiti-logo {
  padding:0;
  margin:auto;
  width:39px;
}
