body{
  background-color: #8FB6E9;
}
#head{
  text-align: center;

}
.title{
  font-size: 2.2em;
  color: #224C82;
}
.subtitle{
  font-size: 1.2em;
  font-family: Verdana;
}
#torso{
  height: 520px;
  width: 100%;
  background-color: #8FB6E9;
}
#torsoback{
  height: 491px;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
}
#torso1{
  height: 665px;
  float: left;
  width: 45%;
  text-align: center;
  border-right: 1px solid grey;
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #CED9E8;
}
#asterisks{
  padding-left: 5px;
  padding-top: 10px;
  text-align: left;
}
#torso2{
  height: 472px;
  float: right;
  width: 45%;
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 5px;
  background-color: #CED9E8;
}
#lstLivres{
  background-color: #DDDDDD;
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  overflow-y: scroll;
  height: 357px;
}
#lstLivres p{
  padding-left: 10px;
}
#lstLivres form{
  padding-left: 10px;
}
#nbLivres{
  border-top: 1px solid grey;
  color: #6987AD;
}
#torsoSearch{
  text-align: center;
}
#torsoRev{
  text-align: left;
  background-color: #DDDDDD;
  border-right: 1px solid grey;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  overflow-y: scroll;
  height: 130px;
  width: 95%;
}
#torsoRev p{
  padding-left: 10px;
}
#torsoRev form{
  padding-left: 10px;
}
.affiche{
  font-family: Verdana;
  font-size: 0.9em;
}
.asterisk{
  color: red;
}
.avert{
  font-size: 0.5em;
  font-family: Verdana;
}
#foot{
  height: 16px;
  width: 100%;
  font-size: 0.6em;
  background-color: #8FB6E9;
  text-align: right;
}
.copyright{
  font-family: Verdana;
}
