.admin_actualites{
	/*background-color:white;*/
	width:1110px;
	padding-bottom:30px;
	padding-top:30px;
	padding-left:45px;
	padding-right:45px;
	text-align:justify;
}

.admin_actualites_detail{
	background-color:white;
	width:1110px;
	height:100%;
	padding-bottom:30px;
	padding-top:30px;
	padding-left:45px;
	padding-right:45px;
	text-align:justify;
}

th{
	background-color:#DDDAD3;
	color:white;
	height:40px;
}

.latable * {
	padding-left:15px;
	padding-right:15px;
}

.titre{
	font-weight:800;
	font-size: 24px;
	height:60px;
}

.actu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.carre{
	width:250px;
	margin: 0 60px 30px 60px;
}

.carre:hover{
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}

.carre_haut{
	background-color:#DDDAD3;
	display:inline-block;
	float:left;
	width:300px;
	height:225px;
	/*border-radius: 20px 20px 0px 0px;*/
	text-align:center;
	/*padding-top:20px;*/
}
/*
.carre_millieu{
	background-color:white;
	display:inline-block;
	float:left;
	width:280px;
	height:100px;
	font-family:lato,arial;
	padding-left:10px;
	padding-right:10px;
}
*/

.carre_bas{
	background-color:#D4461E;
	display:inline-block;
	width:300px;
	color: white;
	text-align:center;
	font-size: 20px;
	padding-top:5px;
	/*border-radius: 0px 0px 20px 20px;*/
}

.bouton_retour{
	background-color:#D4461E;
	display:inline-block;
	float:left;
	width:100px;
	height:18px;
	color: white;
	text-align:center;
	font-size: 18px;
	padding-top:0px;
	padding-bottom:6px;
}

