body
{
	font-family: Arial;
	font-size: 14px;
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 100%;
	margin: 0;
}

main h2
{
	left: 10px;
}

header h1
{
	color: white;
	margin: 10;
	width: 150px;
	height: 100%;  
	display: inline;
}

header ul li
{
	display: inline-block; 
	margin: 0;
	height: 100%;
	width: 150px;
	text-align: center;
}

header ul li a
{
	display: inline-block;
	align-terms: center;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: white;
	text-align: center;
}

header nav
{
	display: inline-block;
}

header ul li a:hover{
	background: grey;
}

header
{
	background: black;
}

main
{
	text-align: left;
	width: 70%;
	margin: 10px;
}

img
{
	top: 130px;
	width: 30%;
	float: left;
	margin-right: 10px;
}

main .lien
{
	color: red;
	float: right;
	text-decoration: none;
}

main .lien:hover
{
	text-decoration: underline;
}

section{
	width:100%;
}

section article{
	width:70%;
	float:left;
	box-sizing:border-box;
	padding:10px;
}

section article h2{
	text-align:justify;
	text-transform:uppercase;
}

section article img{
	max-width:30%;
	margin-right:10px;
	float:left;
}

section article p{
	text-align:justify;
}

section article a{
	color:red;
	text-decoration:none;
	float:right;
}

section article a:hover{
	text-decoration:underline;
}

section aside{
	margin-top:30px;
	box-sizing:border-box;
	width:30%;
	padding:10px;
	float:right;
	background-color:#EEE;
    border-radius:20px;
}

section aside ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

section aside ul li{
	margin:5px;
}

section aside ul li a{
	color:#000;
	text-decoration:none;
}

section aside ul li a:hover{
	color:#000;
	text-decoration:underline;
}

footer
{
	position: fixed;
	color: white;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background-color: black;
	padding: 10px;
	box-sizing: border-box;
}

footer ul
{
	list-style-type: none;
}

footer ul li a
{
	text-decoration: none;
}

footer a
{
	color: #AAAA;
}

footer ul li:hover
{
	text-decoration: underline;
}