
select {
  background: white;
  color: #000;
}

* {
  font-family: "Courrier";
  color: black;
}

body {
  width: 100%;
  margin: auto; 
  margin-top: 8px; 
  margin-bottom: 8px;
  border: none;  
}

img {
	border: none;
}


pre {
    font-family: "Courier";
    width: fit-content;
    border-style: inset;
    }

p {
  color: black;
  font-size: 25px;
}

h1 {
  font-size: 35px;
  }

h2 {
  font-size: 30px;
  }

h3 {
  font-size: 25px;
  }


p a {
  color: green;
  font-weight: bold;
}

p a:hover {
  color: black;
}


table {
  color: black;
}

#warmtable {
  color: black;
  border-collapse: collapse;
  border: 1px solid black;
  }	

#warmtable thead {
  background-color: #1aa83e;
  color: white;
  font-family: "Open Sans";
  border: 1px solid black;
  }

#warmtable td {
  border: 1px solid;
  }  

.toptable {
  border-collapse: collapse;
  color: #555555;
  border-bottom: 1px solid black;
  }
.toptable td {
  padding-left: 10px;
  padding-right: 10px;
  }

.selected {
  border-bottom: 4px solid green;
  }

.top5 {
  margin-top: 5px;
  }

.top10 {
  margin-top: 10px;
  }

/*  
#warmtable tr:hover {
  background-color: lightgreen;
  transition: 0.5s;
  }  
*/

thead {
  background-color: #1aa83e;
  font-size: 1.1em;
}

td {
  vertical-align: middle;
  padding: 5px;
  margin: 0 auto;
}

select {
  border-radius: 5px;
  border-width:1px;
  padding: 0.5em 1em;
  font-size: large;
  }

option:checked { 
    background-color: #06fc43; 
}  

textarea:focus {
  outline-style: solid;
  outline-color: #06fc43;
  transition 0.5s;
  }  

input {
  border-radius: 5px;
  border-width:1px;
  padding: 0.5em 1em;
  font-size: large;
  }  

input:focus {
  outline-style: solid;
  outline-color: #06fc43;
  transition 0.5s;
  }      	

Button {
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 100%;
  }

input[type=submit], Button {
  font-size: 100%;
  background-color: #1aa83e;
  color: white;
  transition: 2s;
  }
input[type=submit]:hover, Button:hover {
  background-color: #3ce466;
  color: white;
  transition: 2s;
}

input[type=submit]:active, Button:active {
  background-color: #068e28;
  color: white;
  transition: 2s;
}

input[type=submit]:disabled, Button:disabled {
  background-color: lightgray;
  color: black;
  transition: 0.1s;
}

#auto {
  width: auto;
  }

#en_tete {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px;
  z-index: 100;
  margin-bottom: 10px;
  margin-top: 2px;
  background-color: #1aa83e;
  color: white;
  text-align: center;
}

#menu {
  float: left; 
  position: fixed;
  width: auto; 
  margin-left: 5px;
  margin-top: 60px;
}

#corps {
  float: left; 
  margin-left: 220px !important;
  margin-bottom: 80px;
  margin-left: 100px;
  margin-right: 5px;
  margin-top: 60px;
  padding: 5px;
  border: none;
  position: relative;
  width: 75%;
}

#ListZone {
  display: inline-block;
  overflow-y:scroll;
  width: 100%;
  float top;
  height:65%;
}

#HalfListZone {
  display: inline-block;
  overflow-y:scroll;
  width: auto;
  float top;
  height:75%;
}

#ListZone65 {
  display: inline-block;
  overflow-y:scroll;
  width: auto;
  float top;
  height:65%;
}

#pied_de_page {
  position: fixed;
  bottom: 0px;
  height 50px;
  width: 100%;
  float: bottom;
  text-align: Right;
  color: white;
  background-color: #1aa83e;
}

.element_menu {
  background-color: white;
  border: none;
  margin-bottom: 20px; 
  background-color: white;
}

.element_menu h3 {
  color: #1aa83e;
  text-align: center;
}

.element_menu li {
  list-style-type: none;
}

.element_menu ul li a { 
  text-decoration: none;
  padding: 0px;
  padding-left: 20px;
  margin: 0px; 
  margin-bottom: 5px; 
}

a { /* Les liens */
  text-decoration: none;
  color: #606060;
  background-color: transparent;
}

a:hover { 
  background-color: transparent; 
  color: black;
  transition: 0.5s;
}

.sub_corps {
  margin: auto; 
  margin-top: 2px; 
  margin-bottom: 2px;
  border: 0px;
  width: 500px;
  text-align: center;
}

.sub_corps a { /* Tous les liens se trouvant dans un menu */
  color: #606060;
}

.sub_corps a:hover { /* Quand on pointe sur un lien du menu */
  background-color: #B3B3B3;
  color: black;
}

.Bouton a {
  background-color: #B3B3B3;
  text-decoration: none;
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  color: black;
}

.Bouton a:active {
  border: 1px solid black;
  border-left: 2px solid black;
  border-top: 2px solid black;
}

.Bouton a:hover {
  border: 1px solid black;
  border-left: 2px solid black;
  border-top: 2px solid black;
  text-decoration: none;
  color: white;
}

.TexteShell {
  font-family: "Courier New"; 
  background-color: white;
  color: black;
  border: 1px solid gray;
}

.whitespan {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 5px;
  color: black;
  border: 1px solid silver;
}

.whitespan a {
  color: black;
  text-decoration: none;
  }

.whitespan a:hover {
  color: white;
  }


.bluespan {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 5px;
  color: black;
  background-color: #1aa83e;
  border: 1px solid silver;
}

#animation img {
    display: none;
}

#animation img:first-child {
    display: block;
}


