/* 
	Affichage tweets
*/
.tweet { 
	overflow: hidden; 
	clear: both; 
	text-align: left; 
	margin-bottom: 16px; 
	border-bottom: 1px solid #2d91c2; 
	padding-bottom: 5px;
	margin-left: 8px; 
	margin-right: 8px; 
	}	
.tweet.first { 
	border: none; 
	margin-bottom: 0px; 
	}	
.tweet_foto { 
	float: left; 
	margin-right: 8px; 
	}
.tweet_text { 
	color: #FFFFFF; 
	float: left; 
	font-size: 11px; 
	width: 420px; 
	height: 65px; 
	line-height: 16px; 
	}
.tweet_text a { 
	color: #D2DC71; 
	}
.tweet_text a:hover { 
	color: #FFCC99; 
	}
.tweet_text a.profile { 
	color: #B64926; 
	text-decoration: none; 
	font-weight: bold; 
	}
.tweet_text span { 
	display: block; 
	color: #ccc; 
	}
	
/* 
	Style générale 
*/
.sidebar { 
	float: left; 
	width: 370px; 
	}
#container_tweets { 
	width: 500px; 
	margin: auto; 
	text-align: left; 
	overflow: hidden; 
	position: relative; 
	}
#tweet_container { 
	width: 500px; 
	margin: auto; 
	text-align: left; 
	height: 330px; 
	overflow: hidden; 
	font-weight: normal; 
	}