p{
   text-indent: 40px;


}

body{
   text-align: justify;
   margin-left: 30px;
   margin-right: 30px;
   background-color: #E4A814;
   font-size: 20
}

#text{
  background-color: white;
  size: 1;
  padding: 15px;
  min-height: 50px;
  width: 600px;
  position: absolute;
  left: 300px;
}

#titre{
   background-color: #2CBEC4;
   padding: 15px;

}

#piedpage{
   width: 100%;
   background-color: #2CBEC4;
   padding: 15px;
   position: absolute;
   top: 2730px;
   text-align: center;

}

#signature{
align: right;
}

a{
color: black;
}

h1{
   text-align: center;
}

div#menu{
  float: left;
  width: 200px;
  height: 630px;
  background-color: #2CBEC4;
  margin-left: 0px;
  padding-left: 0px;

}

nav a{
  display: inline-block;
  text-decoration: none;
  width: 100%;
  min-height: 120px;
  color: white;

}

nav li{
  list-style-type: none;
}

nav ul{
  overflow: hidden;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 15px;
  text-align: left;


}

.menu-accueil:hover{
    border-left: 5px solid #e44d26;
    background-color: RGBa(228, 77, 38, 0.15);
}

.menu-français:hover{
    border-left: 5px solid #0070bb;
    background-color: RGBa(000, 112, 192, 0.15);
}

.menu-histoire:hover{
    border-left: 5px solid #f1dc4f;
    background-color: RGBa(241, 211, 79, 0.15);
}

.menu-snt:hover{
    border-left: 5px solid #BBB;
    background-color: RGBa(220, 220, 220, 0.1);
}

.menu-allemagne:hover{
    border-left: 5px solid #e44d26;
    background-color: RGBa(228, 77, 38, 0.15);
}
