
/* bloc twitter */
#twitter{
	border: 1px solid #39cdff;
	border-top: none;
	background: url(../images/fd_twitter.png) no-repeat top center #ffffff;
	padding-top: 32px;
}
#twitter h2{
	display: none;
}
#twitter ul{
	list-style: none;
}
#twitter li{
	border-top: 1px solid #39cdff;
	font-size: 11px;
	padding: 5px;
}
#twitter li:first-child{
	border-top: none;
}
#twitter a{
	color: #39cdff;
}
#twitter a.timesince{
	display: block;
}
