
#defilAgenda{
	position: relative;
	width: 173px;
	height : 176px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#imgtop{
	top : 0px;
	left: 0px;
	position : absolute;
}

#imgbottom{
	bottom : 0px;
	left: 0px;
	position: absolute;
}

#imgleft{
	top: 39px;
	left: 0px;
	position: absolute;
}

#imgright{
	position : absolute;
	top : 39px;
	left: 152px;
}

#agenda1{
	width: 140px;
	height : 111px;
	position : absolute;
	left : 12px;
	top: 39px;
	background-image : url(../images/post-it/fondnews.gif);
	background-repeat : repeat-x;
	overflow : hidden;
	padding : 0px 0px 0px 0px;
}

#n1{
	position : relative;
}

#counterEvents{
	font-size : 12px;
	color: #224f21;
	font-family : arial;
}

/*mise en forme du texte des news*/
.titlenews{
	font-size : 12px;
	color : #224f21;
	font-weight : bold;
}

#n1 p.datenews{
	font-size : 11px;
	color : #224f21;
	padding: 0px 0px 0px 5px;
	margin-bottom : 1px;
}

#n1 a{
	font-size : 11px;
	text-decoration : none;
	color: #c9474c;
	visibility : hidden;
}

#n1 a:hover{
	text-decoration: underline;
	color : #224f21;
}