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

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

.articleContent {
	position: relative;
	width: 96%;
	font-size: 1em;
	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: 0.9em;
}

.imageArticle {

}

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

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

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