BODY.body {
  border : 0px;
  font-family: Arial,Verdana,Geneva,Helvetica;
  color: black;
  margin : 0;
  margin-left : 0px;
  margin-bottom : 0px;
  margin-right : 0px;
  margin-top : 0px;
  align-items : center;
  background-image: url("http://www.ldassist44.fr/img/FondHaut.png");
  background-repeat: no-repeat;
  background-position: top;
  background-color: white;
}
TABLE.entete {
  border:0 px;
  margin-left : auto;  
  margin-bottom : 0px;
  margin-right : auto;
  margin-top : 0px;
  align-items : center;
  background-image : none;
  background-color : transparent;
  border-radius: 30px;
}
TABLE.Table {
  border:0 px;
  margin-left : auto;  
  margin-bottom : 0px;
  margin-right : auto;
  margin-top : 0px;
  align-items : start;
  background-image : none;
  background-color : transparent;
  border-radius: 30px;
}
TR.Ligne0 {
  color : Black;
  font-size : 20px;
  text-align : center;
}
TD.Entete {
  color : black;
  text-align : center;
}
TD.Titre {
  border:0 px;
  color : black;
  font-size : 22px;
  text-align : left;
}
TD.Contenu {
  border:0 px;
  color : black;
  font-size : 20px;
  text-align : left;
}
TD.ContenuTitre {
  border:0 px;
  color : black;
  font-size : 20px;
  text-align : right;
}
TD.Vide {
  border:0 px;
  color : black;
  font-size : 20px;
  text-align : left;
}
.ligne {
  color:#DDF5F5;
  background-color:#DDF5F5;
  display: block;
  height: 5px;
  padding: 0;
}
.btn {
  width:120 px;
  border:0 px;
  border-radius: 10px;
}
.btn:hover {
  width:120 px;
  border:0 px;
  border-radius: 10px;
  transition: background-color 0.5s;
}
TD.Contenu {
  font-size: 20px;
  align-items : start;
  vertical-align: top;
}
TD.ContenuC {
  font-size: 20px;
  text-align : center;
  align-items : center;
  vertical-align: center;
}
TABLE.Menu {
  width:100%;
  border:0 px;
  border-radius: 10px;
}
TABLE.pied {
  width:100%;
  border:0 px;
  background-color:#F3DED5;
}
TD.pied {
  width:100%;
  border:0 px;
  background-color:#F3DED5;
  text-align:center;
  font-size:20px;
}
TD.Menu {
  width:120 px;
  font-size : 20px;
  border:0 px;
  border-radius: 10px;
}
TD.Menu:hover {
  width:120 px;
  font-size : 20px;
  border:0 px;
  border-radius: 10px;
  background-color:#DDF5F5;
}
span.MenuActif {
  width:120 px;
  font-size : 20px;
  border:0 px;
  border-radius: 10px;
  background-color:#DDF5F5;
}
span.MenuActif:hover {
  width:120 px;
  font-size : 20px;
  border:0 px;
  border-radius: 10px;
  background-color:#DDF5F5;
}
span.Menu {
  width:120 px;
  font-size : 20px;
  border:0 px;
  border-radius: 10px;
}
span.Menu:hover {
  width:120 px;
  font-size : 20px;
  border:0 px;
  border-radius: 10px;
  background-color:#DDF5F5;
}
H1.Titre {
  color : Black;
  font: italic 1.2rem "Fira Sans", serif;
  font-size : 40px;
  text-align : center;
}
H1.TitrePied {
  color : Black;
  font: italic 1.2rem "Fira Sans", serif;
  font-weight: bold;
  font-size : 25px;
  text-align : center;
}
H2.Slogan {
  color : Black;
  font-size : 20px;
  text-align : center;
  font-style : italic;
}
.auto {
  font-size: 20px;
  text-justify: auto;
}
.gras {
  font-size: 22px;
  font-weight: bold;
  text-justify: auto;
}
.liste {
  font-size: 20px;
}
input.saisie {
    height:25px;
    width:500px;
}
textarea.texte {
    height:200px;
    width:500px;
}
A.LienMenu {
  width:100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: black;
  border-radius: 10px;
  text-decoration: none;
  border: none;
}
A.LienMenu:hover { 
  width:100px;
  border-radius: 10px;
  text-decoration: underline;
  font-size: 20px;
  color: grey;
}
A.LienMenuActif {
  width:100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: grey;
  text-decoration: none;
  border: none;
  border-radius: 10px;
}
A.LienMenuActif:hover { 
  width:100px;
  text-decoration: underline;
  font-size: 20px;
  color: grey;
  border-radius: 10px;
}
A.LienPied {
  width:100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: black;
  text-decoration: none;
  border: none;
}
A.LienPied:hover { 
  width:100px;
  text-decoration: none;
  font-size: 20px;
  color: grey;
}
links {
  background-color: black;
  color: white;
  padding: 10px;
  position: sticky;
  top: 0;
  right: 0;
  margin: 1em 0;
}