/* Images */

#img_interface_utilisateur {
    height: 400px;
    border: solid 2px black;
}

#img_gestion_couches {
    height: 400px;
    border: solid 2px black;
}

#img_arborescence {
    height: 300px;
    border: solid 2px black;
}

#img_aff_couches {
    height: 400px;
    border: solid 2px black;
}

#img_panneau_couches {
    height: 200px;
    border: solid 2px black;
}

#img_gestion_affichage {
    height: 400px;
    border: solid 2px black;
}

#img_options_couches {
    height: 500px;
    border: solid 2px black;
}

#img_outils_nav {
    height: 400px;
    border: solid 2px black;
}

#img_outils_add {
    height: 400px;
    border: solid 2px black;
}

#img_outils_mesure {
    height: 300px;
    border: solid 2px black;
}

#img_partage_carte {
    height: 200px;
    border: solid 2px black;
}

#img_export_carte {
    height: 400px;
    border: solid 2px black;
}

#img_documentation {
    height: 400px;
    border: solid 2px black;
}

#img_racine_imviewer {
    height: 300px;
    border: solid 2px black;
}

#img_fonds_carte {
    height: 400px;
    border: solid 2px black;
}

#img_credits {
    height: 400px;
    border: solid 2px black;
}


/* Images responsive */

.img-resp {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Balises <p> */

p {
    text-align: justify;
}

/* Balises <a> ol*/
a, ol{
    color : #2e5367;
    font-weight : bold;
}

/* Lignes */

hr {
    size: 2;
    color: black;
    width: 75%;
}