body{
 font-family: Garamond, Serif;
 color: #ffe0a0;
 background-image: url("bgSky.gif");
}

#accueil{
 position: fixed;
 top: -1%;
 left: -1%;
 padding-top: 1%;
 width: 100%;
 z-index: 3;
 background-color: #08002a;
 height: 5%;
}
#banniere{
 font-family: papyrus; 
}
.liensTitre{
  padding: 3px;
  border-style: double;
  border-radius: 25%;
  border-width: 3px;
  border-color: #ffe0a0;
}
.liensTitre:hover{
 filter: blur(3px); 
}
.etoiles{
  margin: -2px;
  top: 2px;
}

nav{
 position: fixed;
 z-index: 3;
 right: -1%;
 top: 5%;
 width: 21%;
}

hr{
 border-style: solid;
 border-color: #ffe0a0;
 border-width: 1px;
 position: relative;
 width: 100%;
}

main{
 margin-top: 8%; 
}