/*
.actualitesHidden {
	overflow:				hidden;
}
ul#actualites {
	padding:				0px;
	list-style:				none;
	margin:					0px;
	width:					160px;
	height:					266px;
	display:				inline;
}
#actualites li.menuActualite {
	float:					left;
	height:					24px;
	width:					160px;
	display:				block;
	font-family:			verdana, sans-serif;
	font-size:				12px;
	line-height:			24px;
	text-indent:			10px;
	color:					#000;
	text-decoration:		none;
	background:				#e2e2e2;
	cursor:					pointer;
	border-bottom:			#999 2px solid;
}
#actualites li.clicked {
	background:				#2088ff;
	color:					#fff;
	padding-top:			5px;
	font-weight:			bold;
}
	#actualites li.clicked .contenuActu {
		font-weight:		normal;
		margin-top:			5px;
		border-right:		solid 1px #666666;
		border-left:		solid 1px #666666;
	}

#actualites li div {
	background-color:		#fbf9cc;
	position:				static;
	padding:				5px 4px 15px 4px;
	line-height:			1.2em;
	text-indent:			0px;
	font-family:			verdana, sans-serif;
	height:					194px;
}
*/
ul.actualites {
	padding:				0px;
	margin:					0px;
	list-style:				none;
}
ul.actualites li {
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				14px;
	font-weight:			bold;
	color:					#ffffff;
	text-align:				center;
	margin-bottom:			10px;
	padding:				8px 5px 5px 5px;
	background:				#2088ff;
	border:					solid 1px #666666;
}
	ul.actualites li div {
		font-family:		Verdana, Geneva, sans-serif;
		font-size:			12px;
		font-weight:		normal;
		color:				#1B1464;
		text-align:			left;
		background-color:	#ffffff;
		margin:				8px 0px 0px 0px;
		padding:			5px 5px 15px 5px;
	}

