body /*caracteristiques generales par default*/
{
	font-family: "Trebuchet MS", Arial, "Arial black", Verdana, Georgia, sans-serif;
	color: white;
	text-align: center;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	background: rgba(8, 5, 5, 0.9);
}

p
{
	color: black;
}

h1
{
	text-align: right;
	font-size: xx-large;
	color: #5C110F;
	letter-spacing: 6px;
}

header
{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 10;
}

footer
{
	width: 100%;
	position: fixed;
    bottom: 0px;
    right: 0px;
	background-color: rgba(0, 0, 0, 0.6);
    z-index: 8;
}
    
footer p /* affichage de l'information de copyright dans le pied de page. */
{
    font-size: xx-small;
    text-align: right;
    color: grey;
}

footer a
{	color: white;
	font-size: small;
}

footer h1
{
    font-size: 1.1em;
}

aside
{
	position: fixed;
	bottom: 20px;
	left: 30px;
	width: 50px;
	z-index: 90;
}

