
html {
    display: block;
    overflow-y: scroll;
}

body {
    background-color: white;
    color: black;
    font-family: sans-serif;
    position: absolute;
    width: 100%;
}


a { color: #006699;
    background-color: inherit; }

p { color: inherit;
    max-width: 80rem;}

UL { color: inherit;
    max-width: 80rem;}

h {
    font-weight: bold;
    background-color: inherit;
    color: inherit;
    font-size: 300%;
    padding-left: 5px;
    padding-right: 5px;
}


header {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
}

h2 {
  background-color: #cceeff;
  border-color: #bbddee;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 1em;
  margin-top: 1em;
  color: black;
  text-align: left;
  font-size: 200%;
}


.contenu {
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    left: 20%;
    right: 0%;
    top: 10%;
    width: 80%;
    padding-bottom: 10em;
}

.general, .publications, .slides, .adresse {
    margin-left: 3%;
    margin-right: 2%;
    margin-top: 3em;
}

.navbar-default {
    background-color: #cceeff;
    border-color: #bbddee;
    color: #000000;
}

.navbar-default .navbar-nav>li>a {
color: #000000;
}


.navbar-default .navbar-nav>.active>a {
    color: #000000;
    background-color: #bbddee;
}



/*.navbar {
 *    font-size: inherit;
 *    background-color: #ccffcc;
 *    color: inherit;
 *    left: 00%;
 *    right: 0%;
 *    top: 00%;
 *    width: 100%;
 *    padding-bottom: 80px;
 *}
 *
 *.navbar-contenu {
 *    background-color: inherit;
 *    margin: 0px auto;
 *    padding-left: 20px;
 *    padding-right: 20px;
 *}
 *
 *
 *li {
 *    display: list-item;
 *}
 *
 *.navbar-h-bouton {
 *    background-color: inherit;
 *    border-color: rgba(0, 0, 0, 0, 0976562) rgba(0, 0, 0, 0, 0976562) rgba(0, 0, 0, 0, 246094);
 *    text-shadow: rgba(0, 0, 0, 0, 24609)
 *    display: none;
 *    float: left;
 *    padding-top: 0px;
 *    padding-bottom: 10px;
 *    font-size: inherit;
 *    height: 80px;
 *    width: ;
 *    vertical-align: middle;
 *    text-align: center;
 *    font-weight: bold;
 *    font-size: 300%;
 *    padding-left: 1em;
 *    padding-right: 1em;
 *}
 *
 *.navbar a {
 *    border: none;
 *    color: rgb(17, 17, 17);
 *    display: block;
 *    font-size: 16px;
 *    font-weight: bold;
 *    padding: 14px;
 *    text-align: center;
 *    text-decoration: none;
 *    width: 116px;
 *}
 *
 *
 *.navbar-bouton {
 *    background-color: inherit;
 *    border-color: #ccffcc;
 *    box-shadow: #ccffcc;
 *    text-shadow: #ccffcc
 *    display: none;
 *    float: left;
 *    padding-top: 0px;
 *    padding-bottom: 10px;
 *    font-size: inherit;
 *    font-size: 200%;
 *    height: 80px;
 *    width: 300px;
 *    vertical-align: middle;
 *    text-align: center;
 *}
 */


.contenu em {
  font-style: normal;
  font-weight: bold;
  color: black;
}


p.biblio { color: black; }
ul.biblio { list-style-type: circle; }