/*------------------------------------*/
/* Fichier de configuration CSS       */
/*------------------------------------*/

/*--- Style de Article ---*/

.article{
	margin: 20px 10px 0px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #00044c;
}

.article img {
	position: relative;
	float: left;
	margin-right: 5px;
	border:1px solid #00044c;
}

.article h1 {
	margin: 0px;
	font-size: 14px;
	font-style: bold;
}

.article h2 {
	margin: 0px;
	font-size: 13px;
	font-style: normal;
}

.article h3 {
	margin: 0px;
	font-size: 13px;
	font-style: bold;
}

.article hr {
	clear: left;
	border: 2px #548908 solid;
}

.article a {text-decoration: none; color: #00044c;}
.article a:link {text-decoration: none; color: #00044c;}
.article a:hover {text-decoration: none; color: #ffc500;}
.article a:visited {text-decoration: none; color: #00044c;}
.article a:visited:hover {text-decoration: none; color: #ffc500;}


/*--- Style de Article-List ---*/

.article-list{
	margin: 5px 10px 0px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #00044c;
}

.article-list img {
	position: relative;
	float: left;
	margin-right: 5px;
	border:1px solid #00044c;
}

.article-list h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

.article-list h2 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.article-list h3 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.article-list hr {
	clear: left;
	border: 2px #548908 solid;
}

.article-list a {text-decoration: none; color: #00044c;}
.article-list a:link {text-decoration: none; color: #00044c;}
.article-list a:hover {text-decoration: none; color: #ffc500;}
.article-list a:visited {text-decoration: none; color: #00044c;}
.article-list a:visited:hover {text-decoration: none; color: #ffc500;}
