/****************************************************************************************
 * On trouvera ici les réglages pour les contenus.
 * (Ce fichier est aussi utilisé dans les mails.)
 ****************************************************************************************/

/*--------------------------------------------------------------------------------------*
 * Des réglages généraux (couleurs, marges, polices...)
 *--------------------------------------------------------------------------------------*/

/* Body : couleurs, marges */

body {
  color: black;
}

/* Headers, Listes, Formulaires : pas de marges */

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}

ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

/* Liens */

/* a {
  color: blue;
}

a:visited {
  color: #66f;
} */

.missingpage {
  border-bottom: thin dotted blue;
}

/* Filets */

div#frame-contenu hr {
  margin-right: 5px; margin-top: -0.25em; margin-bottom: -0.25em;
  color: #a584e2;
  background-color: #a584e2; /* nécessaire ? peut-être pour de vieux IE...*/
}

.hr_clear {
  clear: both;
  visibility: hidden;
}

/* Le texte */

body, input, select, textarea {
  font-family: "Lucida Grande", Calibri, Helvetica, Arial;
  font-size: 12pt;
}

/*--------------------------------------------------------------------------------------*
 * La page
 *--------------------------------------------------------------------------------------*/

.page {
  margin-left: 15px;
  color: black;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.page > h1, .page > h2, .page > h3, .page > h4, .page > h5 {
  margin-top: 0px;
}

.page h1 { /* 6 = */
  font-size: 18pt;
  font-weight: normal;
}

.page h2 { /* 5 = */
  background-color: #a584e2;
  padding: 1px 5px;
  color: white;
  font-size: 10.5pt;
  font-weight: normal;
  text-transform: uppercase;
  clear: both;
}

.page h3 { /* 4 = */
  background-color: #DCED26;
  padding: 1px 5px;
  color: #666633;
  font-size: 10.5pt;
  font-weight: normal;
  text-transform: uppercase;
  clear: both;
}

div#frame-contenu a.suite {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}


/*--------------------------------------------------------------------------------------*
 * Les blocs à droite
 *--------------------------------------------------------------------------------------*/

div#frame-contenu table#trois-colonnes div#contenu-droite {
  margin-left: 25px; margin-right: 10px;
  font-family: Times New Roman;
  font-size: 10.5pt;
}

div#frame-contenu table#trois-colonnes div#contenu-droite div.encart img.couverture { margin-left: -25px; }

div#frame-contenu table#trois-colonnes div#contenu-droite div.encart div.titre {
  margin-top: 1em;
  color: #ff6600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}

div#frame-contenu table#trois-colonnes div#contenu-droite div.encart div.auteur {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}


/*--------------------------------------------------------------------------------------*
 * Une fiche livre
 *--------------------------------------------------------------------------------------*/

table.fiche-livre {
  border-collapse: collapse;
}

table.fiche-livre td {
  vertical-align: bottom;
  padding: 0px;
}

table.fiche-livre img.couverture {
  margin-right: 10px;
}

table.fiche-livre div.description {
  text-align: left;
}

table.fiche-livre div.description div.titre {
  margin-bottom: 3px;
  color: #FF6600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

table.fiche-livre div.description div.sous-titre {
  margin-top: 5px;
  margin-bottom: 3px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

table.fiche-livre div.description div.auteur {
  margin-top: 5px;
  margin-bottom: 3px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

table.fiche-livre div.description div.auteur a { color: black; text-decoration: none; }
table.fiche-livre div.description div.auteur a:hover { text-decoration: underline; }

table.fiche-livre div.description div.preface {
  margin-top: -3px;
  margin-bottom: 3px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

table.fiche-livre div.description div.infos {
  margin-top: 5px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/****************************************************************************************
 * Le reste
 ****************************************************************************************/

/*--------------------------------------------------------------------------------------*
 * Styles de texte
 *--------------------------------------------------------------------------------------*/

tt {
  color: #664422;
}

.emphasized {
  color:#f30;
  font-weight: bold;
}

.dimmed {
  color:#999;
  /* on peut ajouter (ou remplacer par) : text-decoration: line-through; */
}

.error {
  color: #CC3333;
  font-weight: bold;
}

.indent {
  margin-left: 40px;
}

.secret {
  background: #EEEEEE;
}

.hidden {
  display: none;
}

.shown {
}

.code { /* Généralement jamais utilisé */
  background: #FFFFFF;
  border: solid #888888 2px;
  font-family: 'Courier New', Courier;
  color: black;
  font-size: 10pt;
  width: 100%;
  height: 400px;
  overflow: scroll;
  padding: 3px;
}

/*--------------------------------------------------------------------------------------*
 * Les images et documents attachés
 *--------------------------------------------------------------------------------------*/

.page img.agauche {
  float: left;
  margin-right: 15px;
}

.page img.adroite {
  float: right;
  margin-left: 15px;
}

.page img.aucentre {
  display: block;
  margin: 10px auto;
}

img.docedit {
  vertical-align: bottom;
  margin-left: 2px;
}

.page img.adroite + a > img.docedit {
  float: right;
  margin-right: -10px;
}

a.doclink, span.doclink {
  font-family: 'Courier New', Courier;
}
