/**
 * styles/default/news.css
 * Contient les styles css de mise en page
 *
 * @Author Baptiste Amstutz <baptiste.amstutz@gmail.com>
 * @since 11.12.2009
 * @since 03.05.2010
 */

/* Liste news */
.liste_news
{
	position: relative ;
	height: 35px ;
	width: 80% ;
	left: 50% ;
	margin-left: -40% ;
	top: 17% ;
	margin-top: 5px ;
	z-index: 12 ;
}

/* titre news */
.titre_news
{
	position: absolute ;
	height: 25px ;
	padding: 5px ;
	z-index: 14 ;
}