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

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

/* Filets */

hr {
  border: 0px;
  color: Black;
  /* Internet Explorer */ background-color: Black;
  height: 1px;
}

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

/* Le texte */

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

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

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

/* Illustrations */

div.page img.illustration {
  float: right;
  clear: right;
  margin: 0px -20px 0px 10px;
}

div.page img#illustration1 {
  margin-top: -20px;
}


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

tt {
  color: #664422;
}

.emphasized {
  color:#cc0000;
  /* on peut ajouter : font-weight: bold; text-decoration: underline; */
}

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

h1 { /* 6 = */
  color: #ff6600;
  text-align: left;
}

h2 { /* 5 = */
}

h3 { /* 4 = */
  color: #999999;
}

h4 { /* 3 = */
  font-style: italic;
  font-weight: bold;
}

h5 { /* 2 = */
  color: #ff6600;
  font-size: 14px;
}


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

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

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

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;
}

