/* CSS Document */
.date-actualites{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
}

td#fiche-encart{
	background-image:url('../images/pages/bg-encart.jpg');
	background-repeat:repeat-y;
	height:200px;
	padding:8px;
}	
td#fiche-encart-titre{
	background-image:url('../images/fond-cellule-titre.jpg');
	padding:3px;
}	

/* CSS ENCART */
/* position 1*/
.actu-image-1{
	position:relative;
	width:240px;
	top:0px;
	float:left;
}
.actu-texte-1{
	position:relative;
	width:440px;
	top:0px;
	float:right;
}
/* position 2*/
.actu-image-2{
	position:relative;
	width:240px;
	top:0px;
	float:right;
	
}
.actu-texte-2{
	position:relative;
	text-align:left;
	width:440px;
	top:0px;
	float:left;
}
/* position 3*/
.actu-image-3{
	position:relative;
	width:100%;
	top:0px;
}
.actu-texte-3{
	position:relative;
	padding:10px;
	width:100%;
}