/* Page de style pour la page web "pro" */

body
{
    background-color: #edf3ff;
    margin: 0px;
    line-height: 1.4;
    font-family: 'Pontano Sans', sans-serif;
    width: 100%;
}

header
{
    background-color: #7ba5c9;
    width: 100%;
    min-width: 1000px;
}

footer
{
    background-color: #003f74;
    width: 100%;
    color: #d7d7d7;
    padding: 10px 0px 10px 0px;
    min-width: 1000px;
}

section
{
    background-color: white;
    padding: 10px 0px 10px 0px;
    border: 1px solid #bbbbbb;
    border-top: none;
    border-bottom: none;
    width: 998px;
    margin: auto;
}

nav
{
    width: 1000px;
    height: 180px;
    margin: auto;
    padding:0px;
    vertical-align: bottom;
    background: url('images/panorama2.jpg') no-repeat;
    position: relative;
}

body p
{
    padding: 0px 0px 0px 10px;
}

.header_haut, footer p
{
    width: 1000px;
    margin: auto;
}
.header_haut
{
    padding: 5px 0px 0px 0px;
    height: 70px;
}
.header_haut h1
{
    font-size: 1.6em;
    margin: 5px 0px 0px 10px;
    color: white;
    text-shadow: 0px 0px 2px #555555;
}
.header_haut h2
{
    font-size: 1.1em;
    margin: 0px 0px 5px 10px;
    color: white;
}
.header_haut img
{
    height: 50px;
    float: right;
    margin: 10px 0px 0px 20px;
}

a
{
    color: #4a6ebf;
    text-decoration: none;
}
a:visited
{
    color: #5A7DCC;
}
a:hover
{
    color: #204393;
}


.groupe_menu
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
nav a
{
    display: inline-block;
    background-color: rgba(130,130,130,0.9);
    font-weight: bold;
    margin: 0px;
    color: white;
    padding: 5px 20px 5px 10px;
    font-size: 1.1em;
    text-decoration: none;
    font-variant: small-caps;
}
nav a:hover
{
    background-color: rgba(90,90,90,0.9);
    color: white;
}
nav a:visited
{
    color: white;
}
nav .location
{
    display: inline-block;
}
nav .location a
{
    color: #555555;
    background-color: white;
}

.fin_float
{
    clear: both;
}

article
{
    display:inline-block;
    width: 998px;
    margin: auto;
    margin-top: 10px;
    clear: both;
}
article img
{
    float: left;
    margin: 20px;
}
article .presentation
{
    margin: 10px;
    text-align: left;
}
article .citationpubli
{
    text-indent: 0px;
    margin: 15px 5px 0px 10px;
    text-align: left;
}

section h1
{
    clear: both;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-variant: small-caps;
    font-size: 1.4em;
    color: #555555;
    background-color: #dddddd;
    padding: 0px 30px 0px 0px;
    text-indent: 30px;
}
section article + h1
{
    margin-top: 10px;
}
section h2
{
    margin: 10px 0px 0px 0px;
    text-align: center;
    color: #555555;
    font-size: 1.3em;
}
section h3
{
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #999999;
    font-style: italic;
    font-size: 1.1em;
}
article h3
{
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: black;
    font-style: normal;
    font-size: 1.1em;
}

article .preview
{
    display: inline-block;
    width: 315px;
    height: 340px;
    vertical-align: top;
    padding: 20px 0px 5px 0px;
    margin: 10px 0px 10px 10px;
    overflow: hidden;
    text-align: center;  
}
article .preview_fin
{
    display: inline-block;
    width: 185px;
    height: 245px;
    vertical-align: top;
    padding: 10px 0px 5px 0px;
    margin: 10px 0px 0px 9px;
    overflow: hidden;
    text-align: center;
}
article .preview img, article .preview_fin img
{
    float: none;
    margin: 5px 0px 0px 0px;
}
article .preview p, .preview_large p
{
        text-align: justify;
    margin: 0px 20px 0px 20px;
    padding: 0px;
    color: black;
}

article .preview h2, article .preview_fin h2
{
    margin: 0px 0px 0px 0px;
    font-variant: small-caps;
    font-size: 1.2em;
    color: #555555;
    text-align: center;
    width: 280px;
    margin: auto;
}
article .preview h2 + p
{
    color: #aaaaaa;
    text-align: center;
    text-indent: 0px;
    margin: 0px;
    font-size: 0.8em;
}
article .preview h3, .preview_large h3, .preview_fin h3
{
    margin: 5px 0px 5px 0px;
    text-align: center;
    color: #444444;
}
article .preview h4, .preview_large h4
{
    text-align: center;
    color: #666666;
    font-size: 0.9em;
    font-weight: normal;
}
article .preview:hover, article .preview_large:hover, article .preview_fin:hover
{
    background: #dddddd;
}
h4 strong
{
    font-weight: bold;
}

.preview_large
{
    display: inline-block;
    width: 978px;
    height: 160px;
    padding: 0px;
    margin: 8px 10px 0px 10px;
    overflow: hidden;
    text-align: center;
}
.preview_cliquable
{
    border: 1px solid black;
}
.preview_large img
{
    float: none;
    display: inline-block;
    margin: 4px 20px 0px 0px;
}
.info_preview_large
{
    display: inline-block;
    vertical-align: top;
    text-indent: 0px;
    margin: 0px 5px 0px 10px;
    text-align: left;
    width: 600px;
}
.preview_large h3, .preview_large h4, .preview_large h6, .preview h4, .preview_large p
{
    margin: 0px;
}


.liste_fichier a
{
    display: inline-block;
    margin: 0px 10px 5px 0px;
    text-decoration: none;
}
.liste_fichier a:hover
{
    color: #9ac138;
}
.liste_fichier img, .liste_fichier p
{
    display: inline-block;
}

.marge_gauche
{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}
.droite
{
    display: inline-block;
    vertical-align: middle;
    width: 750px;
    margin-top: 10px;
}
.droite h2, .marge_gauche h2
{
    font-size: 1.2em;
    color: #222222;
    margin: 0px 0px 0px 0px;
}
.droite h3
{
    font-size: 1em;
    color: #222222;
    margin: 0px 0px 0px 0px;
}
.droite p
{
    color: #555555;
    margin: 5px 0px 0px 0px;
}
.droite h4, .droite h4 + p
{
    display: inline;
}

.serie_miniatures
{
    margin: 10px 10px 10px 10px;
    text-align: center;
}
.serie_miniatures p, .image_flottante_gauche p, .image_flottante_droite p
{
    color: grey;
    text-indent: 0px;
    margin: 0px;
    text-align: center;
}
.serie_miniatures img, .image_flottante_gauche img, .image_flottante_droite img
{
    float: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.image_flottante_gauche
{
    float: left;
    text-align: center;
    margin: 5px 15px 5px 5px;
}
.image_flottante_droite
{
    float: right;
    text-align: center;
    margin: 5px 5px 5px 15px;
}

.image_centree
{
    text-align: center;
}

.liste_formulaire img, .liste_formulaire p
{
    float: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.event_h2
{
    display: inline-block;
    vertical-align: top;
    text-indent: 0px;
    margin: 0px 5px 20px 10px;
    text-align: left;
}
article .event_h2 h2
{
    font-variant: small-caps;
    font-size: 1.2em;
    color: #555555;
    width: 160px;
    margin: auto;
}
.event
{
    display: inline-block;
    vertical-align: top;
    text-indent: 0px;
    margin: 0px 5px 20px 10px;
    text-align: left;
    width: 750px;
}
article .event h3
{
    margin: 5px 0px 5px 0px;
    font-size: 1em;
    color: #444444;
}
article .event h4
{
    color: #666666;
    font-size: 0.9em;
    margin: 5px 0px 5px 0px;
}
.event img
{
    float: none;
    display: inline-block;
}

.bibtex
{
    text-indent: -40px;
    margin: 0px 0px 0px 50px;
}


.liens_boutons
{
    text-indent: 0px;
    display: inline-block;
}
.liens_boutons a
{
    display: inline-block;
    margin: 0px 5px 0px 0px;
    color: #555555;
    background-color: #dddddd;
    text-indent: 0px;
    text-decoration: none;
    height: 20px;
}
.liens_boutons a img
{
    display: inline-block;
    float:none;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}
.liens_boutons a p
{
    display: inline;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
    font-size: 1em;
}
.liens_boutons a:hover
{
    color: #9ac138;
    background-color: white;
}

