body
{
	font-family: arial;
	color: white;
	background-image: url("decor_aurore.jpg");
	background-attachment: fixed;
	background-size: cover;
	margin:0;
	text-shadow: 2px 2px 2px black;
}
p, h1, h2, h3, ul, button, img
{
	margin: 1em;
}
img
{
	display: block;
	box-shadow: 5px 5px 5px black;
}
.glorque
{
	image-rendering: pixelated;
}
a
{
	color: white;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.donnees
{
	background-color:rgba(0,0,0,0.8);
	padding: 1%;
	margin-left: none;
	margin-right: 0;
	margin-top : 5px ;
	margin-bottom: 5px;
}
table, td, th
{
	border: solid 1px white;
	text-align: center;
}

#planetes
{
	width: 90 vw;
}
#planetes li
{
	margin-top: 8vh;
}
#planetes li img
{
	border: none;
	box-shadow: none;
	width: 3vw;
}