/*-------------------------------------------------------------------------- */
html {
  background: #9aa url(img/background.gif) repeat-x bottom left fixed;
  color: #333;
}

/*-------------------------------------------------------------------------- */
body {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: medium;
  margin-left: auto;
  margin-right: auto;
  padding: 1ex;
  width: 95ex;
  border: 1px solid #666;
  background: white;
}

/*-------------------------------------------------------------------------- */
h1 {
  font-style: oblique;
  color: #223;
  font-variant: small-caps;
  text-align: center;
  border-top: 2px solid maroon;
  border-bottom: 2px solid maroon;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/*-------------------------------------------------------------------------- */
h1.link {
  cursor: pointer;
}

/*-------------------------------------------------------------------------- */
/* Code source: Pour afficher le chemin des fichiers dans les msg d'erreurs. */
/*-------------------------------------------------------------------------- */
span.code {
  font-family: monospace;
  font-size: 110%;
  font-weight: bold;
}

/*-------------------------------------------------------------------------- */
/* Footer dans "remise.html"                                                 */
/*-------------------------------------------------------------------------- */

address {
  padding-top: 3px;
  margin-top: 2em;
  margin-bottom: 1ex;
  border-top: 1px solid maroon;
}

/*-------------------------------------------------------------------------- */
/* Footer commun a tout les fichiers                                         */
/*-------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------- */
/* Valid Html Tag (image)                                            */
/*-------------------------------------------------------------------------- */
div.valid_html {
  text-align: right;
  float: right;
}

/*-------------------------------------------------------------------------- */
/* Mise en page du footer                                                    */
/*-------------------------------------------------------------------------- */
table.footer {
  border: none;
  width: 100%;
  font-size: 85%;
}

/*-------------------------------------------------------------------------- */
table.footer img {
  border: none;
}

/*-------------------------------------------------------------------------- */
table.footer td.left {
  width: 10%;
  text-align: left;
}

/*-------------------------------------------------------------------------- */
table.footer td.center {
  width: 80%;
  text-align: center;
}

/*-------------------------------------------------------------------------- */
table.footer td.right {
  width: 10%;
  text-align: right;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut 'front cover'                                              */
/*-------------------------------------------------------------------------- */
div.front_cover {
  float: left;
  margin-left: 1ex;
  margin-right: 2ex;
  margin-bottom: 1.5ex;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut 'back cover'                                              */
/*-------------------------------------------------------------------------- */
div.back_cover {
  float: right;
  margin-left: 1ex;
  margin-right: 1ex;
  margin-bottom: 1.5ex;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut titre                                                      */
/*-------------------------------------------------------------------------- */
span.title {
  color: #a22;
  font-size: 110%;
  font-weight: bold;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut ISBN                                                      */
/*-------------------------------------------------------------------------- */
span.isbn {
  font-family: monospace;
  font-size: 120%;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut synopsis                                                  */
/*-------------------------------------------------------------------------- */
div.synopsis p {
  padding-left: 1ex;
  padding-right: 1ex;
  text-align: justify;
}

/*-------------------------------------------------------------------------- */
/* Livre: Requis par un synopsis d'un livre                                  */
/*-------------------------------------------------------------------------- */
ul {
  list-style-image: url(img/bullet.gif);
  clear: left;
}

/*-------------------------------------------------------------------------- */
/* Livre: un item dans une liste                                             */
/*-------------------------------------------------------------------------- */
table.livre {
  border: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2ex;
}

/*-------------------------------------------------------------------------- */
table.livre tr {
  cursor: pointer;
}

/*-------------------------------------------------------------------------- */
table.livre td.data {
  border: none;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 0px;
}

/*-------------------------------------------------------------------------- */
div.bloc {
  cursor: pointer;
}

/* ------------------------------------------------------------------------- */
table.livre td.dots {
  border-bottom: 2px dotted black;
  width: 100%;
}

/* ------------------------------------------------------------------------- */
table.livre td.img {
  border: none;
  white-space: nowrap;
  vertical-align: bottom;
}

/* ------------------------------------------------------------------------- */
table.livre td.img img {
  border: 1px solid black;
  margin-right: 0.5ex;
  margin-right: 0.5ex;
  cursor: crosshair;
}

/* ------------------------------------------------------------------------- */
span.lastname {
  font-variant: small-caps;
}

/* ------------------------------------------------------------------------- */
img.cover {
  border: 1px solid black;
}

/* ------------------------------------------------------------------------- */
a.img_tiny {
  text-decoration: none;
}

a.img_tiny img {
  border: 1px solid black;
}

a.img_med img {
  border: 1px solid black;
}

img.img_big {
  border: 1px solid black;
  margin-bottom: 2em;
}

/* ------------------------------------------------------------------------- */
/* Navigation pour un livre                                                  */
/* ------------------------------------------------------------------------- */
table.nav {
  border: none;
  border-collapse: collapse;
  margin-bottom: 2em;
  border-top: 1px solid maroon;
  margin-left: 3em;
  margin-right: 3em;
}

table.nav td.data {
  border: none;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  padding-bottom: 2px;
  width: 100%;
  padding-left: 2ex;
  padding-top: 1ex;
}

table.nav td.img {
  padding-top: 1ex;
  border: none;
  white-space: nowrap;
  vertical-align: bottom;
  padding-bottom: 0px;
}

/*-------------------------------------------------------------------------- */
/* Code source: Pour afficher le chemin des fichiers dans les msg d'erreurs. */
/*-------------------------------------------------------------------------- */
span.code {
  font-family: monospace;
  font-size: 110%;
  font-weight: bold;
}

/*-------------------------------------------------------------------------- */
/* Footer dans "remise.html"                                                 */
/*-------------------------------------------------------------------------- */

address {
  border-top: 1px solid blue;
}

/*-------------------------------------------------------------------------- */
/* Footer commun a tout les fichiers                                         */
/*-------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------- */
/* Valid Html Tag (image)                                            */
/*-------------------------------------------------------------------------- */
div.valid_html {
  text-align: right;
  float: right;
}

/*-------------------------------------------------------------------------- */
/* Mise en page du footer                                                    */
/*-------------------------------------------------------------------------- */
table.footer {
  border: none;
  width: 100%;
  font-size: 85%;
}

/*-------------------------------------------------------------------------- */
table.footer img {
  border: none;
}

/*-------------------------------------------------------------------------- */
table.footer td.left {
  width: 10%;
  text-align: left;
}

/*-------------------------------------------------------------------------- */
table.footer td.center {
  width: 80%;
  text-align: center;
}

/*-------------------------------------------------------------------------- */
table.footer td.right {
  width: 10%;
  text-align: right;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut ISBN                                                      */
/*-------------------------------------------------------------------------- */
span.isbn {
  font-family: monospace;
  font-size: 120%;
}

/*-------------------------------------------------------------------------- */
/* Livre: attribut titre                                                      */
/*-------------------------------------------------------------------------- */
span.title {
  color: #a22;
  font-size: 110%;
  font-weight: bold;
}








/*-------------------------------------------------------------------------- */
/* Livre: attribut synopsis                                                  */
/*-------------------------------------------------------------------------- */
div.synopsis p {
  padding-left: 1ex;
  padding-right: 1ex;
  text-align: justify;
}

/*-------------------------------------------------------------------------- */
/* Livre: Requis par un synopsis d'un livre                                  */
/*-------------------------------------------------------------------------- */
ul {
  list-style-image: url(img/bullet.gif);
  clear: left;
}

/*-------------------------------------------------------------------------- */
/* Livre: un item dans une liste                                             */
/*-------------------------------------------------------------------------- */
table.livre {
  border: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2ex;
}

/*-------------------------------------------------------------------------- */
table.livre tr {
  cursor: pointer;
}

/*-------------------------------------------------------------------------- */
table.livre td.data {
  border: none;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 0px;
}

/*-------------------------------------------------------------------------- */
div.bloc {
  cursor: pointer;
}

/* ------------------------------------------------------------------------- */
table.livre td.dots {
  border-bottom: 2px dotted black;
  width: 100%;
}

/* ------------------------------------------------------------------------- */
table.livre td.img {
  border: none;
  white-space: nowrap;
  vertical-align: bottom;
}

/* ------------------------------------------------------------------------- */
table.livre td.img img {
  border: 1px solid black;
  margin-right: 0.5ex;
  margin-right: 0.5ex;
  cursor: crosshair;
}

/* ------------------------------------------------------------------------- */
span.lastname {
  font-variant: small-caps;
}

/* ------------------------------------------------------------------------- */
img.cover {
  border: 1px solid black;
}

/* ------------------------------------------------------------------------- */
a.img_tiny {
  text-decoration: none;
}

a.img_tiny img {
  border: 1px solid black;
}

a.img_med img {
  border: 1px solid black;
}

img.img_big {
  border: 1px solid black;
  margin-bottom: 2em;
}

/* ------------------------------------------------------------------------- */
/* Navigation pour un livre                                                  */
/* ------------------------------------------------------------------------- */
table.nav {
  border: none;
  border-collapse: collapse;
  margin-bottom: 2em;
  border-top: 1px solid maroon;
  margin-left: 3em;
  margin-right: 3em;
}

table.nav td.data {
  border: none;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  padding-bottom: 2px;
  width: 100%;
  padding-left: 2ex;
  padding-top: 1ex;
}

table.nav td.img {
  padding-top: 1ex;
  border: none;
  white-space: nowrap;
  vertical-align: bottom;
  padding-bottom: 0px;
}

/* ------------------------------------------------------------------------- */
/* Menu                                                  */
/* ------------------------------------------------------------------------- */
div.menu {
  margin-top: 2em;
  margin-bottom: 1em;
  background-color: #cdd;
  border: 1px solid #223;
  width: 100%;
  clear: left;
}

div.menu div.label {
  color: #555;
  float: left;
  font-style: oblique;
  font-size: 160%;
  font-variant: small-caps;
  margin-left: 10px;
  margin-top: 5px;
  text-decoration: underline;
}

div.menu table {
  margin-left: auto;
  margin-right: 0px;
  table-layout: fixed; 
  width: 490px;
  border-spacing: 18px 7px;
  border-top: none;
}

div.menu table td {
  border: 1px solid black;
  height: 50px;
  width: 45px; 
  background: none;
  background-attachment: scroll;
  background-position: -40px -50px;
  background-repeat: no-repeat;
  cursor: pointer;
}

