/* CSS pour index.php */
/* 08/04/2024 */

html {
  overflow-y: scroll;
}

.body {
  /*background-color: #F0F0F0;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 12px;
  color: #000000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  min-height: 100%;
  height: 100%;
  padding :0;
}

.div-generale {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  /*min-height: 300px;*/
  margin-top: 0px;
  padding: 0px;
  cursor: default;
}

a {
  text-decoration: none;
  color: #FDF6A4;
}

a:link {
  text-decoration: none;
  color: #FDF6A4;
}

a:visited {
  text-decoration: none;
  color: #FDF6A4;
}

a:focus,
a:hover {
  text-decoration: underline;
  color: #FDF6A4;
}

a:active {
  text-decoration: none;
  color: #FDF6A4;
}




/* CSS Document */
