/* CSS Document */
/* --------------------------------------------------------------------------------------------- Contenu */
	#contenu {
		width:274px;
		min-height:335px;
		background-image:url(../../images/structure/background/contenu_actualites.jpg);
		background-position:40px bottom;
		padding-left:305px
	}
	* html #contenu {height:335px}
/* ------------------------------------------------------------------------- Titres */
	h2 {color:#7f7f7f}
	h2 a {color:#7f7f7f}
/* ------------------------------------------------------------------------- Actualités */
	#contenu ul li {
		background:url(../../images/elements/dotted_gris.gif) repeat-x left top;
		padding:8px 0
	}
	#contenu ul li.first {background:none}
	#contenu ul li p {line-height:1.5em}