
#ActusDefilantes{
	width: 420px;
	height: 120px;
	border-bottom: 2px dotted #9a6736;
	padding: 5px 145px 5px 5px;
	overflow: hidden;
	position: relative;
	margin: 10px auto ;
	background:url(images/bg-actus-home.png) no-repeat 100% 50%;
}
#Cache{
	width: 420px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
#Cache2{
	width: 10000px;
	position: absolute;
	left: -0px;
	border-top: 2px dotted #9a6736;
	
}
#ActusDefilantes .Actu{
	float: left;
	width: 420px;
	height: 120px;
	
	
}
#ActusDefilantes .Actu .Text{
	float: left;
	height: 120px;
	width: 270px;
	padding: 10px;
}
#ActusDefilantes .Actu h4{
	color: #4b2a1b;
	font: bold 12px georgia,garamond,serif;
	background: #a0d04b;
	text-transform: uppercase;
}

#ActusDefilantes .Actu p{
	font: 11px verdana,arial,tahoma;
	padding: 5px;
}
#ActusDefilantes .Actu img{
	margin: 10px;
	float: left;
}
#Numeros{
	position: absolute;
	bottom: 5px;
	right: 145px;
}
#Numeros a{
	color: #888;
	text-decoration: none;
	font: 10px Verdana,Arial,Tahoma;
	padding: 0 3px;
	
}

#Numeros a.npage{
	color: #a0d0ab;
	text-decoration: none;
	font: 10px Verdana,Arial,Tahoma;
	border: 1px solid #a0d0ab;
	padding: 0 3px;
	
}
#Numeros a.Actif{
	background: #4b2a1b;
}
#Numeros a.npage:hover{
	background: #4b2a1b;
}
