html, body {
	font-size: 12pt;
	font-family: "Arial";
	margin: 0;
}

header {
	top: 0px;
	background-color: black;
	color: white;
	height: 40px;
}

h1,nav {
	margin-left: 10px;
	margin-right: 10px;
}

nav, h1, #haut{
	display : inline-block;
	vertical-align: top;
	margin-top: 4px;
}
h1{
	margin-top: 4px;
}

nav li a{
	margin-right: 150px;
	margin-left: 150px;
	text-decoration: none;
	color: white;
}
nav li a:hover{
	color: grey;
}

h2{
	text-transform: uppercase;
}





article{
	text-align: left;
	max-width: 70%;
	margin: 10px;
}

article img{
	max-width: 30%;
	float

}

article p{
	text-align:justify;
}

article a{
	color: red;
	text-decoration: none;
}

article a:hover{
	text-decoration: underline;
}

aside{
	max-width: 30%;
    padding: 10px;
    align-self: right;
}


