body
{
    background-color: white;
    color: #903d2f;
    font-family: sans;
}

#page
{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#topbar
{
    position: fixed;
    left: 0rem;
    right: 0rem;
    top: 0rem;
    width: 100%;
    z-index: 1;
    background: white;
    box-shadow: 0rem .2rem .5rem grey;
}

#hamburger
{
    display: none;
    font-size: 1.5rem;
}

#menu ul
{
    margin: 0rem;
    padding: 0rem;
}

#menu li
{
    list-style-type: none;
}

#menu li a
{
    text-decoration: none;
    color: inherit;
    margin: .1rem;
    padding: .2rem .4rem;
}

#navbar li a.active
{
    background-color: #903d2f;
    color: white;
}

#interne li
{
    min-width: 10rem;
}

#externe li
{
    display: inline-block;
}

section
{
    min-height: 20rem;
}

img {
    max-width: 100%;
}

.carousel {
    margin-bottom: 2rem;
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
}

th, td {
    padding: .2rem;
}
