/* Conteneur des messages de la shoutbox.*/
div#shout_container{
	width:auto;
	height:150px;
	overflow:auto;
	text-align:left;
	margin-left:20px;
	background:#f0f2ec inherit ;
	





}