
/**** Actualités ****/

.actulife {
	width: 473px;
	margin-bottom: 20px;
	padding: 0 160px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	background-position: right top;
	height: 97px;
}
/* On tente de cibler les navigateurs qui supportent "min-height". Quant à IE 6,
   il produira le résultat attendu avec la définition de "height" précédente */
html>body .actulife {
	height: auto;
	min-height: 97px;
}

.actulife h3 {
	margin: 0 0 0.5em;
	padding: 0;
	line-height: 1em;
	display: block;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.actulife p {
	width: auto !important;
}