@font-face {
    font-family: 'sofadi_oneregular';
    src: url('polices/sofadi-one/sofadione-regular-webfont.woff2') format('woff2'),
         url('polices/sofadi-one/sofadione-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    background: url('images/fond_jaune.png');
}

#bloc_header
{
    width: 100%;
    height: auto;
    margin: auto;
    position: fixed;
    top: 0;
    background: url('images/fond_jaune.png');
    opacity: 100%;
}
#bandeau
{
    display: flex;
    justify-content: flex-start;
}
#codes_couleur
{
    width: auto;
    height: auto;
    margin: 5px 0px 25px 10px; 
}
#codes_couleur td 
{
    font-size: medium;
    line-height: 1;
}
#leHeader
{
    width: 1000px;
    height: auto;
    margin: auto;
    left:20%;
    margin-top: 5px;
    margin-bottom: 10px;
}
#titre_principal
{
    width:70%;
    text-align: center;
    background: url('images/separateur.png') repeat-x bottom;
    margin-left: 40px;
}
#tableau_recherche td
{
    line-height: 0;
}
#tableau_recherche
{
    width: 50%;
    margin: auto;
}
.label /* class de #tableau_recherche */
{
    text-align: right;
    padding-right : 5px;
}
.listbox /* class de #tableau_recherche */
{
    text-align: left;
    width: 25%;
}
.bouton /* class de #tableau_recherche */
{
    text-align: left;
}

#bloc_fiches
{
    width: auto;
    height: auto;
    margin: 180px 100px 100px 100px;
}

/* Header */
header
{
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin: 25px;
    align-items: flex-end;
}

/* *********************** */
/* Définition des fontes   */
/* *********************** */
h1, h2, h3, h4, p, ul, li, td, option, optgroup, button, nav a
{
    font-family: sofadi_oneregular, sans-serif;
    font-weight: normal;
}

h1
{
    font-size: 1.9em;
}
h2
{
    font-size: 0.1em;
    padding-left: 10px;
}
h2.ancre
{
    display: block;
    top: -240px;   /* distance du haut lorsqu'on fait une recherche par nom/prenom */
    visibility: hidden;
}
h3
{
    font-size: 1.8em;
    padding-left: 10px;
}
h4
{
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
}
p, li, td
{
    font-size: large;
    line-height: 1.5;
    text-align: justify;
}

/* Navigation */
nav
{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 1em;
}
nav a
{
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.1;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
nav a:hover
{
    color: #760001;
    border-bottom: 2px solid #760001;
}


.fiche_individu
{
    margin-top: 0px;
    margin-bottom: 25px;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 15px #1c1a19;
    padding: 1px 15px 15px 15px;
}
.entete_individu
{
    display: flex;
    background: url('images/separateur.png') repeat-x bottom;
}
.bordEnteteJ
{
    background-color:#8C8376;
    width: 45px;
}
.bordEnteteBCH
{
    background-color:#737C89;
    width: 45px;
}
.bordEnteteB
{
    background-color:#738C6B;
    width: 45px;
}
.bordEnteteLP
{
    background-color:#9364B2;
    width: 45px;
}
.bordEnteteAutre
{
    background-color:#d5e0f1;
    width: 45px;
}

.section_individu
{
    display: flex;
    margin-top: 30px;
}
.photo_titulaire
{
    min-width: 100px;
}
.photos_conjoints
{
    display: flex;
    flex-direction: column;
    min-width: 100px;
}
.texte_individu
{
    margin-left: 25px;
    margin-right: 25px;
}
.texte_individu h3
{
    text-decoration: underline;
}
.texte_individu em
{
    font-weight: bold;
    font-style: normal;
}
.texte_individu a
{
    text-decoration: underline;
    color: #888368;
}
.texte_individu a:hover
{
    color: #760001;
}
.photos
{
    margin-left: 10px;
}
.separateur
{
    background: url('images/separateur.png') repeat-x bottom;
}

/* Footer */
#bloc_footer
{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    padding-top: 5px;
    background: url('images/fond_jaune.png');
    opacity: 100%;
}
footer
{
    display: flex;
    justify-content: space-between;
    background:  url('images/separateur.png') repeat-x top;
    width: 1000px;
    height: auto;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;Autre
}