<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.enteste{
  position : static;
  background-image : url('images/enteste.jpg');
  background-size: 100% 100%;
  top: 0;
  width: 100%;
  height: 250px;
  overflow-y: hidden;
  }
div.enteste p{
  font-family: "Bradley Hand", cursive;
  padding-left: 50px;
  padding-top: 80px;
  width: 800px;
  font-size: 300%;
  font-style: oblique;
  font-weight: bold;
  color: DarkMagenta;
}
div.bandeau{
  position : static;
  width: 100%;
  height: 50px;
  overflow-y: hidden;
  background-color: Black;
}
div.bandeau table{
/*   font-family: "Bradley Hand", cursive; */
  margin-left: 50px;
  margin-top: -5px;
  width: 600px;
  font-size: 100%;
  font-weight: bold;
  color: White;
}
div.bandeau a:link{
  color: lightslategray;
  background-color: transparent;
  text-decoration: none;
}
div.bandeau a:visited{
  color: lightslategray;
  background-color: transparent;
  text-decoration: none;
}
div.bandeau a:hover{
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
div.bandeau a:active{
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.blanc {
  color: white;
}
.gauche {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 0px;
  text-align: left;
}
.contact {
  background-color: white;
  font-size: 100%;
/*   font-weight: bold; */
}
.contact p {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 110%;
}
.histoire {
  border-radius: 20px;
  background-color: lightblue;
  font-size: 90%;
  font-weight: normal;
  padding: 0px;
}
.histoire p {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}
.page {
  display: inline-block;
/*   border: 1px solid black; */
  margin-left: 10px;
  margin-right: 0px;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}
.page p {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
/*   font-size: 120%; */
}
.p1 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 100%;
  font-weight: normal;
}
.p2 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: DarkMagenta;
/*   font-family: "Bradley Hand", cursive; */
}
.pimg {
  text-align: center;
}  

.p3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: DarkMagenta;
  font-family: "Bradley Hand", cursive;
}
.p4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 130%;
  font-weight: normal;
  text-align: left;
}
.magenta {
  color: DarkMagenta;
  font-weight: bold;
}
.petit {
  font-size: 100%;
  font-style: oblique;
}
table, th, td {
  vertical-align: top;
/*  border:1px solid black;
  border-collapse: collapse;*/
}
.th1 {
  font-size: 130%;
  font-style: oblique;
}  
.td1 {
  font-size: 110%;
}
</pre></body></html>