@charset "iso-8859-1";
/* CSS Document */

/* Actualités */

.actu_titre {
	font-size:18px;
	font-weight:bold;
	color:#06F;
}

.actu_titre a:hover {
	text-decoration:underline;
}

.actu_date {
	font-size:12px;
	font-style:italic;
	color:#999;
}

.actu_texte_court {
	height:auto;
	overflow:hidden;
}

.actu_texte {
	height:auto;
	overflow:hidden;
}

.actu_fleche {
	position:relative;
	float:left;
	background-image:url("/global/img/bt/fleche-vert.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:35px;
	height:25px;
	line-height:25px;
}

.actu_fleche_retour {
	position:relative;
	float:left;
	background-image:url("/global/img/bt/fleche-bleu.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:35px;
	height:25px;
	line-height:25px;
}
