/****************************************************************************************
 * 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 */

.page hr {
  margin-top: -0.25em; margin-bottom: -0.25em;
  color: black;
  background-color: black; /* nécessaire ? peut-être pour de vieux IE...*/
}

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

/* Le texte */

body, input, select, textarea {
  font-family: Arial, Helvetica, sansserif;
  font-size: 10pt;
}

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

.page {
  color: black;
  text-align: left;
  font-family: Arial, Helvetica, sansserif;
  font-size: 10pt;
}

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

.page h1 { /* 6 = */
  color: black;
  font-size: 21px;
  text-align: left;
}

.page h2 { /* 5 = */
  color: black;
  text-align: center;
  /* font-size: 10.5pt;
  font-weight: normal;
  text-transform: uppercase; */
  clear: both;
}

.page h3 { /* 4 = */
  color: black;
/*   font-size: 10.5pt;
  font-weight: normal;
  text-transform: uppercase; */
  clear: both;
}

.page h4 { /* 3 = */
  color: black;
/*   font-size: 10.5pt;
  font-weight: normal;
  text-transform: uppercase; */
  clear: both;
}


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

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

tt {
  color: #664422;
}

.emphasized {
  color: #E53517;
  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, .encart img.agauche {
  float: left;
  margin-right: 15px;
}

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

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

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

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

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