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: 135px;
  padding-right: 5px;
	background-color: rgb(195,226,254);
}
a.Menu:hover {color: rgb(195,30,50);}
body {
  background-color: rgb(211,235,255);
}
div.Menu {
  position: fixed;
  overflow: auto;
  left: 0px;
  top: 0px;
  width: 150px;
  border-right: solid rgb(167,201,235);
  height: 100%;
	background-color: rgb(176,196,212);
}
div.MenuSelected {
  text-align: right;
  border-style: solid;
  margin-bottom: 5px;
  border-color: rgb(195,218,255) rgb(195,218,255) rgb(195,218,255) rgb(195,218,255);
  color: rgb(50,0,0);
  font-weight: bold;
border-width: 2px;
width: 135px;
	padding-right: 5px;
  background-color: rgb(180,217,250);
	
}
div.Texte {
  position: absolute;
  left: 151px;
  top: 0px;
}
h1 {
  margin-top: 0px;
  text-align: center;
  border-bottom: groove rgb(241,229,255);
}
h2 {
  margin-left: 10px;
}
div.t {
  text-indent: 0.5cm;
  width: 15cm;
  text-align: justify;
}
span.MeV {
  font-weight: bold;
}
span.MeVV { 
  font-weight: bold;
  color: rgb(200,0,0);
}
table {
  width: 100%;
}
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: 12cm;
  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;
}
/* Commentaire */
div.com { border: solid 2px rgb(188,223,207); margin: 5px 0px 3px 15px; padding: 2px 4px 2px 4px;background-color: rgb(230,240,255);line-height: 100%}
div.ligne1 {margin-bottom: 5px;}
span.pseudo { color: rgb(150,0,50); font-style: italic;}
div.cin {margin: 0px 0px 7px 0px;}

