#articles {
	padding-left	: 40px;
	padding-right	: 5px;
	padding-top		: 10px;
}

.article {
	height			: 185px;
}

.article .titre {
	color			: #aa5500;
	font-weight		: normal;
}

.article .contenu {
	text-align		: justify;
	padding			: 4px;
}

.article em {
	color			: #4C8F3E;
}

.article a {
	color			: #8F4C3E;
}

.article h1 {
	padding-top		: 5px;
	padding-bottom	: 5px;
	margin			: 0px;
	font-size		: 20px;
}

.article img {
	padding-left	: 6px;
	padding-right	: 6px;
}

.article p {
	margin			: 0px;
	padding-bottom	: 20px;
}

.separateur {
	background-image	: url(../Images/separateur.png);
	background-position	: center top;
	background-repeat	: no-repeat;
	height				: 20px;
	clear				: both;
	margin-top			: 15px;
}
