
.doss_globale {
  border: 2px solid;
  height: auto;
  margin-bottom: 5px;
  height: auto;

}
.doss_entete {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  position :relative;
  background-image:linear-gradient(-45deg, rgba(214,220,173),rgba(145,155,74));
  font-family:verdana black; 
  font-size: 1.4em;
  color:white;
  text-shadow: #547720 2px 0px 0px, #547720 1.75517px 0.958851px 0px, #547720 1.0806px 1.68294px 0px, #547720 0.141474px 1.99499px 0px, #547720 -0.832294px 1.81859px 0px, #547720 -1.60229px 1.19694px 0px, #547720 -1.97998px 0.28224px 0px, #547720 -1.87291px -0.701566px 0px, #547720 -1.30729px -1.5136px 0px, #547720 -0.421592px -1.95506px 0px, #547720 0.567324px -1.91785px 0px, #547720 1.41734px -1.41108px 0px, #547720 1.92034px -0.558831px 0px;
  
  /*background-color : aqua;*/
 
  
  padding: 5px 0px 8px 0px;/*haut|droit|bas|gauche*/
  /*width: 100%;*/
  height: 50px;
}

.doss_contenu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 100%;
  max-height: 490px;
  overflow: auto;
   text-overflow: scroll;
  word-wrap: break-word;
  margin-top: 5px;
  padding: 5px 6px 6px 6px;/*haut|droit|bas|gauche*/
  display :none;

  /*background-color: red;*/
}

.doss_contenu td, p, li {
  font-family:calibri;
  font-size:1.2em;
  line-height: 1.4;}


.doss_titre { 
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  /*background-color: silver;*/
  font-family:verdana black; 
  font-size: 1.4em;
  color:white;
  text-shadow: #547720 2px 0px 0px, #547720 1.75517px 0.958851px 0px, #547720 1.0806px 1.68294px 0px, #547720 0.141474px 1.99499px 0px, #547720 -0.832294px 1.81859px 0px, #547720 -1.60229px 1.19694px 0px, #547720 -1.97998px 0.28224px 0px, #547720 -1.87291px -0.701566px 0px, #547720 -1.30729px -1.5136px 0px, #547720 -0.421592px -1.95506px 0px, #547720 0.567324px -1.91785px 0px, #547720 1.41734px -1.41108px 0px, #547720 1.92034px -0.558831px 0px;
  margin:5px;
  
}

