/* MENU LATERAL */

.lastupdated-header{
    font-size: 14px;
    margin-bottom: 1em;
    font-weight: normal;
    color: rgba(255,255,255,0.3);
}

/*Texte : Dernière mise à jour : */
.version{
    color: rgba(255,255,255,0.75) !important;
}

/* COULEUR DE L'APPLICATION */
.wy-side-nav-search {
  background-color: #e84c1f;
}


/*LARGEUR DE LA ZONE PRINCIPALE*/
.wy-nav-content {
    max-width: 80%;
}

/* JUSTIFICATION DU TEXTE */
.document{
  text-align: justify;
}

/*CENTRAGE DES IMAGES ET LARGUEUR MAXIMALE*/
.rst-content img {
  display: block;
  max-width: 85%;
  margin: 25px auto;
}

/*POLICE*/

.toctree-wrapper > p.caption, h1, h2, h3, h4, h5, h6, legend {
    font-family: Arial, Verdana, sans-serif;
}
