
#container
{
    margin: auto;
    width: 800px;
    height: 600px;
    border: 1px solid #DADAD9;
}

* { padding: 0; margin: 0;}

@font-face
{
    font-family: 'wembo';
    src: url('img/GothamNarrow-Book.otf');
}

body
{
    width: 100%;
    min-width: 1020px;
    font-family: wembo, Helvetica, 'Trebuchet MS';
    font-size: 14px;
    background-color: #004159;
    color: #DADAD9;
}

.bold {font-weight: bold;}
.italic {font-style:italic;}

/* MENU SIDEBAR */

nav
{
    display: block;
    position: fixed;
    width: 25%;
    min-width: 220px;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-image: url('img/antosite_nav.png');
    background-repeat: no-repeat;
    background-position: right top;
}

nav a
{
    display: block;
    text-decoration: none;
    /*border: 1px solid red;*/
    float: right;
}

.brand
{
    width: 190px;
    height: 120px;
    margin: 20px 10px 0 0;
}

.about {
    width: 22rem;
    height: 2rem;
    margin: 3.75rem 0.625rem 0 0;
}

.projects {
    width: 22rem;
    height: 2rem;
    margin: 1.90rem 0.625rem 0 0;
}

.research {
    width: 22rem;
    height: 2rem;
    margin: 0.1875rem 0.625rem 0 0;
}

.publications {
    width: 22rem;
    height: 2rem;
    margin: 0.10rem 0.625rem 0 0;
}

.positions {
    width: 22rem;
    height: 1.7rem;
    margin: 0 0.625rem 0 0;
}

.links {
    width: 22rem;
    height: 2rem;
    margin: 0 0.625rem 0 0;
}

.contact {
    width: 22rem;
    height: 2rem;
    margin: 1.875rem 0.625rem 0 0;
}

/* CONTENT */

.content
{
    margin-left: 25%;
    width: 800px;
    min-width: 800px;
    height: auto;
    padding: 185px 20px 0 0;
}

h1
{
    display: block;
    width: 100%;
    height: 150px;
    background-color: #004159;
    /*margin-bottom: 20px;*/
    position: fixed;
    top: 0;
}

.titre_about
{
    background-image: url('img/titre_about.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.titre_projects
{
    background-image: url('img/titre_projects.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.titre_research
{
    background-image: url('img/titre_research.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.titre_publications
{
    background-image: url('img/titre_publications.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.titre_links
{
    background-image: url('img/titre_links.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.titre_contact
{
    background-image: url('img/titre_contact.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.titre_positions
{
    background-image: url('img/titre_positions.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.gradient
{
    display: block;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 150px;
    background-image: url('img/gradient.png');
    background-repeat: repeat-x;
}

h3
{
    margin-bottom: 5px;
    font-weight: bold;
}

p
{
    margin-bottom: 15px;
    text-align: justify;
}

h3, p
{
    margin-left: 20px;
}

.content p:first-child
{
    margin-top: 190px;
}

a
{
    color: #DADAD9;
    text-decoration:underline;
}

a:hover
{
    color: #DADAD9;
    text-decoration:underline;
}

a:visited
{
    color: #DADAD9;
    text-decoration:underline;
}

.portrait_pic
{
    margin: 0 15px 5px 0;
    border-radius: 10px;
}

.localisation_pic
{
    border-radius: 10px;
}

#position_lab
{
    width: 400px;
    margin: 0 0 0 20px;
    float: left;
}

.td_top
{
    vertical-align: top;
}

#position_lab td
{
    padding: 10px 10px 15px 10px;
}

#position_lab tr td
{
    text-decoration: none;
}

a.imglink
{
    text-decoration: none;
}

#position_lab tr td a img
{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.td_titre
{
    font-size: 18px;
    width: 100px;
    text-align: right;
}

.td_content
{
}

.iframe_googlemap
{
    float: right;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.iframe_youtube
{
    display: block;
    border-radius: 10px;
    margin: auto;
}

#solbosch
{
    width: 280px;
    height: 280px;
    float: right;
    border-radius: 10px;
}

ul {
    list-style-type: disc;
    padding-left: 40px; /* Adjust padding as necessary */
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
}
