.contenue
{
	min-width: 820px;
}

.news
{
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px outset #C0C0C0;
	background-color: white;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 2px black;
	margin-top: 5px;
	text-align: left; 
}

.text_news
{
	padding-left: 10px;
	padding-right: 10px;
	height: 80%;
}

.end_news
{
	height: 10%;
	padding-left: 10px;
	display: flex;
}

.cinquante_news
{
	width: 50%;
}

.cinquante_news:last-child
{
	width: 50%;
	text-align: right;
	margin-right: 10px;
	padding-top: 15px;
}

.info_plus
{
	border: none;
	background-color: transparent;
}

.box_news_img
{
	display: flex;
}

.news_img
{
	width: 20%;
}
