/* Tentative de reprendre le style de 
 https://www.lisn.upsaclay.fr/membres/piotelat-elisabeth/
 */

root { 
    display: block;
}

html {
    margin: 0;
    padding: 0;    
    background: #fff;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position:left top;
}

body { 
    background-color: #fafafa;
    color: #061832;
    margin-top: 100px;
    padding:5%;
    border-top: #0087a5 solid 5px;
    line-height: 200%;
}

h1 {
   color: black;
}
h2 {
    background-color: #071e3e;
    color: #fff;
    margin-top : 50px;
    padding-left : 20px;
}

h3 {
    border-left : solid 10px #0087a5;
    margin-top : 50px;
    padding-left : 20px;
}
footer {
    display: block;
    margin-top: 20%;
    font-size: small;
    color: #a14101;
    border-bottom: #fcb900 solid 1px; 
}
a {
	text-decoration: none;
	color: navy;
}

a:hover {
	color: red;
}
