body
{
    background-color: #000000;
	color: #FFFFFF;
    min-width: 600px;
    min-height: 600px;
    margin: 3% 5% 5% 5%;
}

section{
    background-image:url(../img/galaxy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    max-width: 1280px;
    height: 600px;
}

div{
    display: block;
    text-align: center;
    position: relative;
    top: 40%;
}
div h1{
    height: 32px;
}

div a{
    font-size: 1.3em;
    color: #FFFFFF;
    padding-bottom: 3px;
    text-decoration: none;
}
div a:hover{
    color: #000000;
    text-shadow:0em 0.1em 0.05em white;
}

a{
    color: #FFFFFF;
}

/*#Fr img:hover{
    background: url(../img/Flag_of_France2.svg.png);
}*/

/*#Fr img {
width:32px;
height:21px;
}
#Fr img:hover {
width:64px;
height:32px;
}
*/