/**
 * *****************************************************************
 *   Style du CONTENU (donc dans le cadre #droite)
 * *****************************************************************
 */

h1
  {
    font-size:26px;
    font-weight:bold;
  }

h2
  {
    font-size:22px;
    font-weight:bold;
    color:#C03000; /* rouge foncé */
  }

h3
  {
    font-size:20px;
    font-weight:bold;
    color:#C03000; /* rouge foncé */
    text-decoration:underline;
  }

h4
  {
    font-size:18px;
    color:#C03000; /* rouge foncé */
    font-weight:normal;
    text-decoration:underline;
  }

h5
  {
    font-size:14px;
    color:#C03000; /* rouge foncé */
    font-weight:bold;
    text-decoration:underline;
  }

h6
  {
    font-size:14px;
    color:#C03000; /* rouge foncé */
    font-weight:normal;
    text-decoration:underline;
  }

/* Bloc pour les liens annexes */
.sitesAnnexesEtSources
  {
    border:1px dashed #0000FF;
    padding:5px;
  }

/* Titre du bloc */
.sitesAnnexesEtSources>p
  {
    color:#0000FF;
    font-weight:bold;
  }

/* Liens du bloc */
.sitesAnnexesEtSources a
  {
    color:#0000FF;
  }

/* éléments du bloc */
.sitesAnnexesEtSources li
  {
    list-style-type: none;
    display : list-item;
    list-style-image : url(../images/style/indexMain20.png);
  }

/* Citation d'une image */
.citationImage
  {
    text-align:center;
  }

.citationImage img
  {
  }

/* Description */
.citationImage p
  {
    margin:4px;
    padding:0px;
  }

/* Lien auteur */
.citationImage span , .citationImage a
  {
    font-size:12px;
    font-style:italic;
    color:#0000FF;

  }

/* Tableau comparatif */
.tableauCompar
  {
    border:1px solid #FF0000;
    width:100%;
    border-spacing: 0px;
    border-collapse: collapse;
  }

/* Tableau comparatif -> cellules */
.tableauCompar td
  {
    border:1px solid #0000FF;
  }


/* Tableau comparatif -> Titre */
.tableauComparTitre
  {
    background-color:#FFFF66;
    font-weight:bold;
  }

.warningDisclaimer
  {
    color:#FF0000;
    font-size:12px;
    background-color:#FFFF99;
    border:1px solid #FF0000;
  }

.warningDisclaimerTitre
  {
    font-weight:bold;
    font-size:16px;
    padding:5px;
  }
