/* CSS Document */
body{
background-color: #dbd4a6;  /* original :  #dbd4a6 */
}

h1{
  text-decoration: none;
  font-family: verdana;
  font-size:17px;
  text-align: center;
}
  
h2{
  text-decoration: none;
  font-family: verdana;
  font-size:15px;
  text-align: center;
}

h3{
  text-decoration: none;
  font-family:verdana;
  font-size:12px;
}

h5{
  text-decoration: none;
  font-family: verdana;
  font-size: 11px;
  color: red;
}

h6{                   /* l'abus d'alcool .... */
  text-align: center;
  font-size: 9px;
  font-family: arial;
}

h7{                   /*  page en construction */
  text-align: center;
  font-size: 14px;
  font-family: arial black;
  color: red;
}

p{
  font-family:arial narrow;
}

      /*  Page default  */

#conteneura{
  width: 802px;
  height: 400px;
  margin: auto;
}

#aaa{
  width: 802px;
  height: 307px;
  background-image: url("../images/a.jpg");
  background-repeat: no-repeat;
  margin-top: 150px;
  padding-top: 210px;
  text-align: center;
  font-family: Arial Rounded MT Bold;
}

#aaa a{
  color: black;
  text-decoration: none;
}

#aaa a:hover{
  text-decoration: underline;
}


      /* Pages Agarrus */

#conteneur{
  margin: auto;
  width: 805px;
}

#header{
  margin-top: 20px;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  width: 805px;
  height: 155px;
}

#corps{
  background-color: #dbd4a6;
  background-repeat: no-repeat;
  width: 781px;
  height: auto; 
  padding-left: 10px;
  padding-top: 1px;
  padding-right: 10px;
  border : 2px solid #cbc391;
}

#menu{
  background-image: url("../images/menu.jpg");
  background-repeat: no-repeat;
  width: 805px;
  height: 50px;
  text-align: center;
  font-family: verdana;
  padding-top: 15px;
}

#menu a{
  color: black;
  text-decoration: none;
}

#menu a:hover{
  text-decoration: underline;
}

#footer{
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  width: 805px;
  height: 52px;
  margin-top: 5px;
}
