.div_atelier{
    border: #24478f 4px solid;
    background: white; 
    width: 60%;
    margin-left: 17%;
    margin-top:2%;
    padding: 3%;
    padding-top:2%;
  }

#galerie_atelier{
    width: 60%;
    margin-left: 34%;
    margin-top:2%;
}

.button_atelier {
    background: #24478f;
    color: white;
    cursor: pointer;
    display: inline-block;
    width: 15%;
    margin-left: 1%;
    text-align: center;
    padding: 0.5%;
    padding-top: 2%;
    padding-bottom: 2%;
 
    font-size: 18;
}

table{
  min-width:80%;
  border: grey 2px solid;
  border-collapse: collapse;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
} 

th,td{
  border: grey 1px solid;
  margin:0px;
  padding: 4px;
}

.reading_time{
    font-style:italic;
}

.intro{
    font-style:italic;
    /*font-weight:bold;*/
}

.cartes{
    font-style:italic;
    font-weight:bold;
}

.exemple{
    font-style:oblique;
    padding: 10px;
    border: grey solid 2px;
}

.footnote{
  margin-top: 100px;
  color: grey;
  font-style:oblique;
}

#final_word{
    font-weight:bold;
  }

#editor_link{
  position: absolute;
  right: 20px;
  top: 200px;
}

#editor_link>img{
  width: 30px;
  cursor: pointer;
}

.underline{
  text-decoration: underline;
}

.red{
  background-color:#e60000;
}
.orange{
  background-color:#ff8000;
}
.beige{
  background-color:#ffcc99;
}
.yellow{
  background-color:#ffe600;
}
.blue{
  background-color:#0066ff;
}
.green{
  background-color:#009933;
}
.lightgreen{
  background-color: rgb(232,242,161);
}