	#news
	{
		background-color: rgb(247, 247, 247);
		height: 23px;
		overflow: hidden;
		border-bottom: 1px solid #777;
	}
	#news h1, #news ul, #news li
	{
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
	}
/* Titre */
	#news h1
	{
		height: 23px;
		width: 75px;
		/* text-align: center; */
		border-left: 1px solid #777;
		border-right: 1px solid #777;
		float: left;
	}
	#news h1 a
	{
		background-color: white;
		padding-left: 2.3em; /* Alignement avec le texte du contenu */
	}
	
/* Liste */
	#news ul
	{
		position: relative;
		margin-left: 77px; /* #news h1 width + border */
	}
	#news li
	{
		border-right: 1px solid #777;
		background-color: rgb(247, 247, 247);
		height: 23px;
		padding-bottom: 11px;
		text-indent: 0;
	}
	#news li a
	{
		padding-top: 2px;
		padding-left: 1em;
	}
/* Liens */
	#news a
	{
		font-weight: normal;
		height: 23px;
		border: 0 none;
		font-size: 11px;
		display: block;
		color: #666666;
		text-decoration: none;
	}
	#news a:hover, #news a:focus
	{
		color: black;
	}
