/*
	---------- Feuille de style de la liste des actualites ----------
*/

div.pave_actu:hover {
	background-color: #EDF7FC;
}

.actu_titre {
	color: #2E6396;
	font-size: 14px;
	font-weight: bold;
}
.actu_texte {}
.actu_date {
	font-style: italic;
}
.actu_plusdinfos {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #3395D4;
}
a.actu_ahref {
	text-decoration: none;
}
a:hover .actu_titre {
	text-decoration: none;
	color: #F58500;
}
a:hover .actu_texte {
	text-decoration: none;
	color: #3395D4;
}
a:hover .actu_plusdinfos {
	color: #F58500;
	text-decoration: underline;
}

/* Fiche d'actualite */

.actu_intitule {
	color: #2E6396;
	font-weight: bold;
}

.actu_photo {
	border: 1px solid #3395D4;
}
