
.ActuTitre {
	background-color: #FFFFFF;
	width: 250px;
	text-align: left;
	margin-left:200px;
}

.ActuTitre p {
	background-color: #FFFFFF;
	width: 220px;
	text-align: left;
	margin-left:200px;
}

.hautgauche, .hautdroit, .basgauche, .basdroit {
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	font-size:1px;
}

.hautgauche {
	background: url(images/actu/coin-ul-gris.gif);
}
.hautdroit {
	float: right;
	background: url(images/actu/coin-ur-jaune.gif);
}
.basgauche {
	background: url(images/actu/coin-dl-gris.gif);
}
.basdroit {
	float: right;
	background: url(images/actu/coin-dr-jaune.gif);
}

