
.actu{
	width : 100%;
	box-sizing : border-box;
	display : table;
	table-layout : fixed;
	margin : auto;
	
	/* background-color : rgb(253,253,253); */
	/* border: 1px solid rgb(240,240,240);	 */
	
}
.actu>div{
	display : table-cell;
	vertical-align : top;
	box-sizing : border-box;
	padding-left : 20px;
	padding-right : 20px;
}




.actu_container{
	/* margin : auto;  */
	width : 700px; 
	border-right: 1px solid rgb(240,240,240);	
	
	
}


.actu_outlook{
	/* background-color : red; */
	padding-top : 0px;
}
.actu_outlook>p{
	font-size : 20px;
	line-height : 17px;
	text-align : left;
	margin : 20px 0 20px 0;
	/* margin-top : 5px; */
	font-weight : 600;
	color : rgb(150,200,30);
	
}

.actu_outlook_element{
	/* margin-top : 20px; */
	margin-bottom : 15px;
	/* background-color : green; */
}

.actu_outlook_element:hover{
	cursor : pointer;
	background-color : rgb(250,250,250);
	
}

.actu_outlook_element>div{
	max-height : 200px;
	/* background-color : blue; */
	overflow : hidden;
	margin-bottom : 5px;
}
.actu_outlook_element>div>img{
	width : 100%;
	height : auto;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.4);
	
}
.actu_outlook_element>h1{
	font-size : 18px;
	line-height : 17px;
	text-align : justify;
	margin-top : 5px;
	font-weight : 600;
	color : rgb(90,90,90);
}


.actu_element{
	display : table;
	table-layout : fixed;
	box-sizing : border-box;
	padding-top : 20px;
	padding-bottom : 20px;
	
	width : 100%; 
	min-height : 200px; 
	background-color : white;
	border-bottom : 1px solid rgb(240,240,240);	
	
}

.actu_element:hover{
	cursor : pointer;
	background-color : rgb(250,250,250);
	border-bottom : 1px solid rgb(230,230,230);	
	
}


.actu_element+.actu_element{
	/* margin-top : 5px; */
	
}

.actu_element > div{
	display : table-cell;	
	box-sizing : border-box;
	vertical-align : top;

}

.actu_element > div:first-child{
	width : 30%;
	/* background-color : green; */
	/* vertical-align : top; */
	/* max-height : 10px; */
	/* background-color : red; */
	overflow : hidden;
}
.actu_element > div:first-child > img{
	width : 100%;
	height : auto;
	display : block;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.4);
}


.actu_element > div:nth-child(0n+2){
	width : 70%;
	/* background-color : red; */
	padding-left : 20px;
}


.actu_element > div:nth-child(0n+2)> p{
	max-height : 80px;
	min-height : 80px;
	line-height : 20px;
	font-size : 16px;
	overflow : hidden;
	text-overflow: ellipsis;
	text-align : justify;
	color : rgb(130,130,130);
	margin : 8px 0 5px 0;
	
}
.actu_element > div:nth-child(0n+2)> div{
	text-align : right;
	color : black;
	font-style : italic;
	font-size : 16px;
}

/* .actu_element > div:nth-child(0n+2)> p */



.actu_element > div:nth-child(0n+2)> h1{
	font-size : 22px;
	line-height : 24px;
	text-align : justify;
	
	font-weight : 600;
	color : rgb(90,90,90);
	
}

.a_return{
	
	
	
	display : inline-block; 
	margin-left : 20px; 
	margin-top : 30px; 
	margin-bottom : 5px; 
	font-size : 20px;
			
}


.p_header{
	
	font-size : 26px;
	font-weight : 400; 
	margin-top : 10px;
}

.p_date{
	text-align : right; 
	margin : 0; 
	font-size : 15px;	
}

.p_article{
	
	text-align : justify;
}

