/**
 *	Style des liens externes au sein des articles
 */
.link-article {
	width: 100%;
	margin: 30px 0 15px 0;
    border-left: 3px solid #CFCFCF;
}

.link-article .h4 {
    font-family: Open Sans Condensed;
    font-size: 18px;
    color: #777777;
    padding-bottom: 5px;
}

.link-article-content {
	background: #f1f1f1;
	padding: 15px 10px;
	color: #777777;
	font-size: 14px;
}
.link-article-content:nth-child(n+2){
    border-top: 1px solid #CFCFCF;
}
.link-article-content a {
    color: #f96d3c;
    font-size: 15px;
    font-weight: bold;
}
.link-article-content a:hover {
    color: #000000;
}

