body.etageres {
  background-image : url(images/background.png);
  background-repeat : repeat;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

div.header table {
  width: 100%;
  height: 148px;
  margin-bottom: 65px;
  text-align: center;
  font-family: cursive;
  color:  rgb(230, 230, 230);
}

div.header span {
  color: black;
  font-style: normal;
  font-variant: normal;
  font-family: normal;
}

div.header a:link {
  font-family: cursive;
  color:  rgb(230, 230, 230);
}

div.header a:visited {
  font-family: cursive;
  color:  rgb(230, 230, 230);
}


table.item {
  display: inline;
  text-align:center;
  float: left;
  width: 98px;
  height: 148px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 19px;
  margin-bottom: 46px;
  border-collapse: collapse;
  border-width:0px;
}

img.cover {
  width: 90px;
  height: 128px;
  border-width: 0px;
}

body.details {
  background-color: rgb(200, 200, 200);
}

img.detailscover {
  width: 100px;
  height: 142px; 
  margin-left: 70px;
  margin-right: 86px;
}
