#LISTEIMAGES {
 overflow: scroll;
 position: absolute;
 z-index: 2; /* place ce div au dessus des autres */
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 30%;
 background-color: #F0FFFF; /* couleur du fond */
 margin: 0px;
 border-color: green;
 border-top-width: 2px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-style: solid;
}
#CARACTERES {
 overflow: auto;
 position: absolute;
  z-index: 2; /* place ce div au dessus des autres */
 left: 0px;
 top: 0px;
 width: 25%;
 height: 70%;
 background-color: #FFFFE0; /* couleur du fond */
 margin: 0px;
 border-color: green;
 border-top-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-right-width: 2px;
 border-style: solid;
 padding-left : 0px;
}
#FENETREDESCRIPTION {
 overflow: auto;
 position: absolute;
 left: 25%;
 top: 0px;
 width: 75%;
 height: 70%;
 margin: 0px;
 background-color: #FFFFE0; /* couleur du fond */
 border-top-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-right-width: 0px;
 padding-left : 10px;
}

tr {
 font-family: Times New Roman, Times, serif;
 font-size : 15px;
 font-weight : normal;
}

#texteReduit {
 margin: 10px;
 font-family: "Times New Roman", Times, serif;
 font-size : small;
}

#ligneEtat {
 font-family: Times New Roman, Times, serif;
 font-size : 15px;
 font-weight : normal;
 white-space: nowrap;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight = bold;
}

.Android  {
 border:2px solid black;
 background-color:#FFFFFF;
 font-family: Times New Roman, Times, serif;
 font-size : 15px;
 font-weight : normal;
 border-radius: 3px;
}


