#wrapper {
  width: 100%;
}
#Titre {
  border-style: solid none none solid;
  border-top: 15px solid #4a7ab7;
  border-left: 15px solid #4a7ab7;
  background-position: left top;
  background-image: url(Logos.jpg);
  background-repeat: no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  background-color: #4a7ab7;
  color: white;
  height: 90px;
  line-height: normal;
}
#Menu {
  overflow: visible;
  border-right-style: solid;
  height: 600px;
  border-right-width: thin;
  float: left;
  width: 15%;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #4a7ab7;
  font-size: small;
  border-left-style: none;
  padding-left: 5px;
}
#Texte {
  overflow: auto;
  position: relative;
  text-align: left;
  height: 600px;
  float: right;
  width: 80%;
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  max-height: 600px;
}
#Pied {
  height: 5%;
  text-align: left;
  position: relative;
  background-color: #4a7ab7;
  color: white;
  font-weight: bold;
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  clear: none;
  width: 100%;
  margin-top: auto;
  display: inline;
  visibility: visible;
}
