/* Commentaires sur ligne tableau */

.commentaire{
  padding: 2px;
  background: url(images/fiches/fondinactif.gif);
}

.commentaire div{
  padding: 25px 10px;
  background: white;
}

/* Carte haut de page */

.carte_selection{
  padding: 20px;
  background: url(images/fiches/fondinactif.gif);
}

.carte_selection div{
  padding: 25px 10px;
  background: white;
}

.vignette {
  padding: 10px;
  background: url(images/fiches/fondinactif.gif);
}

.vignette div{
  padding: 10px;
  background: white;
}

/* Titre paragraphes */

.Titre1 {
  color: #330033;
  font-size: 1.1em;
}

.Titre2 {
  color: #F7941D; /*#E8560F;*/
  font-size: 1em;
  margin-top: 16px;
/*  padding-bottom: 5px; */
margin-bottom: 4px;
}

.Titre3 {
  color: #8EA02D;
  font-size: 0.9em;
  margin-top: 14px;
/*  padding-bottom: 4px; */
margin-bottom: 4px;
}

.Titre4 {
  color: #F7941D;
  font-size: 0.8em;
  margin-top: 12px;
/*  padding-bottom: 3px; */
margin-left: 12px;
margin-bottom: 4px;
}

.Titre5 {
  color: #4E9FCE;
  font-size: 0.7em;
  margin-top: 10px;
/*  padding-bottom: 2px; */
margin-left: 12px;
margin-bottom: 4px;
}

/* Tableau carto & legende */

.legende,
.carto {
  float: left;
  font-size: 0.7em;
  
  width: 930px;
  margin-left: 12px;
  
  border-collapse: collapse;
  color: #444444;
  margin-top: 8px;
}
.legende {
  margin-top: 0px;
}
*html .legende,
*html .carto {
  margin-left: 6px;
}

.caption,
.carto caption {
  text-align: left;
  /* margin: 10px 12px -6px; */
}

.carto tr {
  background-color: #EFEFDF;
}

.carto td {
  border-top: 1px solid white;
  border-right: 1px solid white;
  padding: 3px 6px;
}

/* entête */

.entete {
  font-weight: bold;
  color: white;
  background-image: url(images/fiches/fond_entete.gif);
  background-repeat: repeat-x;
}

.entete td {
  padding: 10px 8px;
  vertical-align: top;
}

.entete td .small {
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-top: 2px;
}

/* Tableau mise en page de texte */

.paragraphe {
  font-size: 0.7em;
  color: #333;  /* couleur par defaut */
}
*html .paragraphe {
  width: 905px;
}

.paragraphe caption {
  text-align: left;
  margin-left: 10px;
  margin-top: 4px;
}

.paragraphe td {
  padding: 2px 6px;
}

.violet {
  color: #892890;
}
/* Cellules */
.col2,
.col3,
.align_right {
  text-align: right;
}
.col2 {
  width: 20%;
}
.col3 {
  width: 12%;
}

/* Texte */

.consolidation {
  font-weight: bold;
  background-color: #E6E7D3;
}

.ligne_titre{
  color: white;
  background-color: #4E9FCE;

  /* background-image: url(images/fiches/fond_titre.gif);  */
}

.italic {
  font-style: italic;
  line-height: 1.5em;
/*background-color: #E8560F;*/
}

.nontraitee {
  color: #BBBBBB;
  background-image: url(images/fiches/nontraitee.gif);
}

.nontraitee_nonaffichee,
.negligeable_nonaffichee {
  display: none;
}

.nontraitee .ligne_titre {
  background-color: #DAE3E8;
  color: #BBBBBB;
}

#bt_eff {
  color: #660066;
  text-decoration: underline;
}

