/*
  couleur de fond de l'image : rgb(188,221,254)
*/

/* Organisation principal */
a.Menu {
  display: block;
  text-decoration: none;
  text-align: right;
  border-style: solid;
  margin-bottom: 5px;
  border-color: rgb(207,241,255) rgb(207,241,255) rgb(167,201,255) rgb(167,201,255);
  color: rgb(50,0,0);
  font-weight: bold;
  border-width: 2px;
  width: 125px;
  padding-right: 5px;
  background-color: rgb(195,226,254);/* rgb(195,226,254); rgb(238,248,255);*/
}
a.Menu:hover {
  color: rgb(195,30,50);
  width: 120px;
}
body {
  background-color: rgb(203,230,255); /*rgb(247,251,255);*/
  /*background-image: url("png/eat.png");
  background-repeat: repeat-y;*/
}
div.Menu {
  position: fixed;
  overflow: auto;
  left: 0px;
  top: 0px;
  width: 150px;
  border-right: solid rgb(167,201,235);
  height: 100%;
}
div.MenuSelected {
  text-align: right;
  color: rgb(50,0,0);
  border-style: solid;
  margin-bottom: 5px;
  border-width: 2px;
  border-color: rgb(167,201,255) rgb(167,201,255) rgb(207,241,255) rgb(207,241,255);
  font-weight: bold;
  background-color: rgb(180,217,250);
  width: 120px;
}
div.Texte {
  position: absolute;
  left: 151px;
  top: 0px;
  /*width: 100%;*/
}
h1 {
  margin-top: 0px;
  text-align: center;
  border-bottom: solid rgb(167,201,235);
}
h2 {
  margin-left: 10px;
}
div.t {
  text-indent: 0.5cm;
  width: 15cm;
  text-align: justify;
}
span.MeV { /* Mettre en valeur */
  font-weight: bold;
}
span.MeVV { /* Mettre en Valeur Vraiement */
  font-weight: bold;
  color: rgb(200,0,0);
}
table {
  width: 100%;
}
/* Classique et ouvrage */
td.detail {
  text-align: left;
  vertical-align: top;
}
td.out {
  padding: 12px 2px 2px 2px;
  border-style: none;
}
td.over {
  padding: 10px 0px 0px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(167,201,235);
  cursor: pointer;
}
img.classique {
  height: 75px;
  float: left;
}
img.logo {
  margin: 10px 0px 10px 0px;
}
span.titre {
  font-weight: bold;
}
span.auteur {
  font-style: italic;
}
td.date {
  width: 15%;
  text-align: center;
  border-bottom: 2px solid rgb(107,181,255);
}
td.description {
  text-align: left;
  border-bottom: none;
}
td.haut {
  font-size: 80%;
}

/* presentation detaillee des ouvrages */
table.pres {
  width: auto;
  text-align: left;
  vertical-align: top;
}
td.image {
  vertical-align: top;
  padding-right: 10px;
}
div.resume {
  width: 10cm;
  text-align: justify;
}
span.dprix {
  font-style: italic;
  font-size: 90%;
}
span.sprix {
  font-style: italic;
  font-size: 90%;
  color: rgb(195,30,50);
}
hr.sepa {
  color: rgb(195,30,50);
  width: 10%;
  height: 1px;
}

/* Etapes du telepaiement */
td.etape {
  padding: 2px 10px 2px 10px;
  text-align: center;
  width : 20%;
}
td.etapetitre {
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

