.liste_actualite_1{
	overflow: hidden;
	left: 22%;
	top: 15px;
	float: left;
	width: 20%; 
	height: 10%;
	position: absolute;
}

.liste_actualite_2{
	overflow: hidden;
	left: 25%;
	top: 15px;
	float: left;
	width: 30%; 
	height: 10%;
	position: absolute;
}

.tab_actualite {
	width: 98%;
	height: 20%;
	background-color: white; 
}

.titre_actualite {
	width: 100%;
	text-align: center;
	color: #cc00cc;
	font-weight: bold;
}

.actualite {
	cursor: pointer;
}


