
/* ********* espacement et couleurs ********** */

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

p{
  text-align: center;
}

td {
  border: solid 3px;
  border-color: #009933; /*vert forêt*/
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}


thead th:nth-child(1) {
  width: 19%;
}

thead th:nth-child(2) {
  width: 6%;
}

thead th:nth-child(3) {
  width: 19%;
}

thead th:nth-child(4) {
 width: 6%;
}

thead th:nth-child(5) {
  width: 19%;
}

thead th:nth-child(6) {
  width: 6%;
}



/* ***********typographie*************** */

html {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

/*td {
  text-align: left;
  /*font-family: "Rock Salt", cursive;
  font-style: italic;
  font-weight: bolder;
  font-size: large;
}*/

th {
  letter-spacing: 2px;
  border-style: none;
}


/*tbody td {
  text-align: left;
  font-family: "Rock Salt", cursive;
  font-weight: bolde;
  font-size: large;
}*/


/* ***********graphisme et couleurs************* */



/* thead th,
tfoot th,
tfoot td {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
}
*/

tbody td:nth-child(odd) {
  border-right-style: none;
}

tbody td:nth-child(even) {
  border-left-style: none;
}


/* **********légende************ */

caption {
  background-color: #ccff66; /*vert clair */
  font-family: "Rock Salt", cursive;
  font-weight: bolder;
  font-size: x-large;
  padding: 10px;
  font-style: italic;
  caption-side: bottom;
  color: #009933; /*vert forêt*/
  text-align: center;
  letter-spacing: 2px;
}

body {
  min-width: 1100px;
  /*max-width: 1200px;*/
}