body {
    background-color:white; /* Le fond de la page sera blanchedalmond */
    color: black; /* Le texte de la page sera blanc */
    font-family: "Old Standard TT", serif;
   /* margin-left: 90px;
    margin-right: 90px; */
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
    font-size: 1.1em;
  }


.lien_navigation {
    color: black;
    text-decoration: none;
    font-family: "Old Standard TT", serif;
    border: 2px blanchedalmond;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
   /* background-color: #132866; */
}

.lien_navigation:hover {
    background-color: #132866 ;
    opacity: 0.5;
    color: white;
    opacity: 0.5;
    
}

.lien_navigation_actuel {
    /*background-color: black;*/
    background-color: #132866 ;
    opacity: 0.5;
    color: white;
    opacity: 0.5;
    text-decoration: none;
    font-family: "Old Standard TT", serif;
    border: 2px blanchedalmond;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 20px;
}

.lien_navigation_1 {
    color: black;
    text-decoration: none;
    font-family: "Old Standard TT", serif;
    border: 2px blanchedalmond;
    border-radius: 8px 8px 8px 8px;
   /* background-color: #132866; */
}

.lien_navigation_actuel_1 {
    /*background-color: black;*/
    background-color: #132866 ;
    opacity: 0.5;
    color: white;
    opacity: 0.5;
    text-decoration: none;
    font-family: "Old Standard TT", serif;
    border: 2px blanchedalmond;
    border-radius: 8px 8px 8px 8px;

}

.nav-link:hover { color:white;background-color: #132866 ;

}


.banniere {
    text-align: center;
    font-family: "Old Standard TT", serif;
    color: white;
    background-image: url(images/banniere.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.date_expose {
    text-decoration: none;
    font-weight: 1000;
    color: black;
}

.type_enseignement {
    text-decoration: none;
    font-weight: 1000;
    color: black;
}

.image_pdf {
    max-width : 1em;
    height : auto;
    margin-left: 3px;
    }

.lieu_expose_recherche {
    color: #132866 ;
    opacity: 1;
    font-weight: 550;
}


.journal_publication {
    color: #132866 ;
    opacity: 1;
    font-weight: 550;
}
.paragraphe_expose {
    border: thick double black;
    border-radius: 8px 8px 8px 8px;
    background: white;
    margin: 20px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0);
    padding: 2px;
    font-size: 1.2em;
}



.coauteur {
    font-style: italic;
}



.titre_paragraphe_expose {
    text-align : left;
    margin-top: 7px;
}

.titre_paragraphe_annee_scolaire {
    text-align : left;
    margin-top: 7px;
}

h2 {
    font-family: "Fredericka the Great", serif;
    color: black;
    font-size: 2em;
}

h3 {
    font-family: "Fredericka the Great", serif;
    font-size: 1.1em;
    margin-left: 25px;
}

li {
    padding: 2px;
}

.lien_article {
    color: #b8860b;
    margin-left: 5px;
}

.lien_article:hover {
color: #b8860b;
opacity: 0.5;
}

p {
    font-size: 1.2em;
}

.lien_etablissement {
    color: #b8860b;
}

.lien_etablissement:hover {
    color: #b8860b;
    opacity: 0.5;
    }

.contact {
    color: black; /* Le texte de la page sera blanc */
    font-family: "Old Standard TT", serif;
    font-size: 1.1em;
    text-align: center;
}

.titre_contact {
    text-align: center;
}

hr {
    margin-top: 30px;
}

.lieu_formation {
    font-style: italic;
    color: #132866;
    opacity: 1;
    font-weight: 650;
}

.no_bullet {
    list-style-type: none;
}