
html {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1 {
    text-align: center;
    margin:0 0 5px 0;
    text-shadow: 1px 1px 2px #333;
}

fieldset {
    padding:10px;
    border-radius: 0.5rem;
    border: dashed 1px #000;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-repeat: no-repeat;
}

fieldset section {
    width: 260px;
    height: 160px;
    color: #666666;
}

fieldset section > div {
    margin: 0 0 8px 10px;
}

fieldset strong {
    color: black;
    text-decoration: underline;
}

legend {
    font-weight: bold;
    font-size: 140%;
    margin-left:10px;
}

button {
    cursor: pointer;
    width: 12rem;
    margin:0.5rem auto;
}

#application_fieldset {
    width: 1000px;
    background-image: url(../images/application_f.svg);
    background-color: #f9f9f9;
}

#transport_fieldset {
    background-image: url(../images/transport_f.svg);
    background-color: #f0f0f0;
}

#reseau_fieldset {
    background-image: url(../images/reseau_f.svg);
    background-color: #e0e0e0;
}

#liaison_fieldset {
    background-image: url(../images/liaison.svg);
    background-color: #d0d0d0;
}