/*------------------------------------*/
/* Fichier de configuration CSS       */
/*------------------------------------*/

/*--- Style de Article ---*/

hr {
	clear: left;
	border-color:#40170b;
	border-style: inset;
}
#bloque{
	margin: 15px 0px 5px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	background-color:#9bd9fb;
	border:1px solid #40170b;
	height:87px;
}
#bloque img{
	margin:5px 5px 5px 5px;
	border:1px solid #40170b;
}
#bloque a {
	text-decoration: none; 
	color: #40170b;
}
#bloque a:link {
	text-decoration: none; 
	color: #40170b;
}
.article{
	margin: 20px 0px 0px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	background-color:#9bd9fb;
	border:1px solid #40170b;
}
#titre{
	color:#40170b;
	text-align: left;
	font-size: 18px;
	margin-bottom:5px;
}

.article img {
	position: relative;
	float: left;
	margin:5px 5px 5px 5px;
	border:1px solid #40170b;
}

.article h1 {
	margin: 0px;
	font-size: 14px;
	font-style: bold;
	color: 40170b;
}

.article h2 {
	margin: 0px;
	font-size: 13px;
	font-style: normal;
	color: 40170b;
}

.article a {text-decoration: none; color: #40170b;}
.article a:link {text-decoration: none; color: #ffffff;}
.article a:hover {text-decoration: none; color: #666666;}
.article a:visited {text-decoration: none; color: #ffffff;}
.article a:visited:hover {text-decoration: none; color: #666666;}


/*--- Style de Article-List ---*/

.article-list{
	margin: 10px 10px 0px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

.article-list img {
	position: relative;
	float: left;
	margin-right: 5px;
}

h1{
color:#9bd9fb;
text-align:center;
font-size: 20px;
margin-bottom:10px;
}

.article-list h1 {
	/*margin: 0px;*/
	font-weight: bold;
	color: 9bd9fb;
}

.article-list h2 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: 9bd9fb;
}

.article-list h3 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.article-list a {text-decoration: none; color: #ffffff;}
.article-list a:link {text-decoration: none; color: #ffffff;}
.article-list a:hover {text-decoration: none; color: #666666;}
.article-list a:visited {text-decoration: none; color: #fffffff;}
.article-list a:visited:hover {text-decoration: none; color: #666666;}
.article-pagination{
color:#40170b;
}

