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%;
}

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: auto;
	margin-left: 300px;
	min-width: 600px;
	padding-left: 100px;
	vertical-align: middle;
	text-align: center;
	
}

aside
{
	vertical-align:middle;
}

nav 
{
	border-radius : 15px;
	background-color: #FFFAF0;
	background-image: url('journal2.jpg');
	margin-left: 5px;
	margin-right: 100px;
	width: 270px;
	height: 530px;
	list-style-type: none;
	top: 90px;
	list-style-type: none;
	position: absolute;
	padding-left: 5px;
}

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

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