body
{ 
	position : relative;
}

.positonnement
{
	position : absolute;
	right: 10px;
} 

h1
{
	text-align: center;
	font-family: Courier New;
	font-weight: bold;
	font-size: 40px;
	border: 2px solid #DC143C;
	border-radius: 10px;
	background-color: #DC143C;
	width: 100%;
	min-width: 800px;	
}

h2
{
	text-align:left;
	font-family: Courier New;
	font-size: 10px;
	color: black;
	list-style-type: none;
	
}

a
{
	text-align: left;
	font-family: Courier New; 
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	
}

section
{
	display : inline-block ;
	top: 125px;
	width : 60% ;
	overflow: hidden;
	margin-left: 300px;
	min-width: 600px;
}

aside
{
  	text-align: justify;
	font-family : Courier New;
	font-weight : bold;
	font-size: 20px;
  
}

nav 
{
	border: 2px solid #FFFAF0;
	border-radius : 15px;
	background-color: #FFFAF0;
	margin-left: 5px;
	margin-right: 100px;
	width: 250px;
	list-style-type: none;
	top: 90px;
	list-style-type: none;
	position: absolute;
}

article 
{
	text-align: justify;
	font-family : Courier New;
	font-weight : normal;
	font-size: 17px;
	position: relative;
}

img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

footer
{

	text-align: right;
	list-style-type: none;
	
}







