* {
  margin: 0;
  padding: 0;
}

html {
  background: url(../overlays/16.png) fixed,
  url(../img/le_leguer.jpeg) 50% 50% fixed no-repeat;
  -moz-background-size: auto, cover;
  background-size: auto, cover;
}

body {
  background-color: #1A1A1A;
  /*
  background-image: url( "../img/beton.jpg" );
  background-attachment: fixed;
  */
}

h1.invisible {
  position: absolute;
  top: -3000em;
  height: 1%;
}

#page {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
  background-color: #ecebd7;
}

#entete {
  width: auto;
  height: 50px;
}

#menu {
  float: left;
  width: 110px;
  height: 550px;
}

#categories {
  float: left;
  width: 110px;
  height: 398px;
}

#categories ul {
  list-style-type: none;
  padding: 28px 0 0 0;
}
            
#categories li {
  width: auto;
  height: 24px;
  text-align: right;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 0.76em;
  font-weight: bold;
  color: #858585;
}

a:link, a:visited {
  color: #858585;
  font-weight: bold;
  text-decoration: none;
}

#boutique {
  float: right;
  width: 690px;
  height: 550px;
}
