/* Styles des sites web */
article {
   border-bottom: 1px dotted #CCCCCC;
}
.articleGauche {
	width: 392px;
}

.articleTitre {
	color: #0000FF;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 0;
	padding: 0;
}
.articleTitre a {
	color: #0000FF;
	text-decoration: none;
}
.articleTitre a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.articleTitre a:active {
	color: black;
	text-decoration: underline;
}
.articleTitre a:visited {
	color: #0000FF;
	text-decoration: none;
}

.articleResume {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
}
.articleResume a {
	color: black;
	text-decoration: none;
}
.articleResume a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.articleResume a:active {
	color: #0000FF;
	text-decoration: underline;
}
.articleResume a:visited {
	color: black;
	text-decoration: none;
}

@media screen and (max-device-width:480px) {
   .articleGauche {
      width: 370px;
   }
}
