
.article {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin : 0;
	margin-bottom : 1.5%;
	padding: 0%;
}

.articleHeader {
	position: relative;
	width: 100%;
	border-bottom: 1px solid black;
	padding-bottom: 2%;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
}

.articleContent {
	position: relative;
	width: 96%;
	font-size: 2.5em;
	padding: 2%;
	margin-top: 2%;
	
}
.articleContent p{
	text-align: justify;
	text-indent: 1em;
}

.articleFooter {
	position: relative;
	text-align: right;
	font-style: italic;
	width: 100%;
	font-size: 1.5em;
}

.imageArticle {

}

.articleContent a {
    color : #333333;
}
.articleContent a:hover {
    color : red;
}

#liste_pages_wrapper {
    font-size : 3em;
    text-align : center;
    margin-bottom : 1em;
}
#liste_pages_wrapper a {
    color : #333333;
}

#liste_pages_wrapper a:hover {
    color : #FF0000;
}
