div.nouvelles div {
	padding-left: 0px;
	xbackground-color: #E2EBED;
}

div#rssBox{ /* The main box for the rss scroller */
	width:133px;
	margin:3px 0px 4px -3px;
	height:125px;	
	border:solid #317082 1px;
	padding:3px;
	font-size:0.6em;
	background-color:#E2EBED;
	border-right: solid #999999 1px;
	
	/* Never change these two values */
	overflow:hidden;
	position:relative;
}		

#rssBox .slide{	/* A specific slide */
	background-color:#E2EBED;	/* Light blue background color */
}

.rssBoxDate{
	display:none;	/* I don't want to show the date */
}

.rssBoxHeading{	/* Heading of RSS item */
	font-weight:bold;
	color:#317082;
	margin:0px;
    xheight: 120px;
}

.rssBoxDescription{	/* Description of RSS item */
    height: 85px;
    overflow: hidden;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    xborder: solid red 1px;

}

.rssBoxLink{	/* Read more link */
	position: absolute;
	bottom: 15px;
	right: 5px;
	color:#F00;
	text-decoration:none;
}

.rssBoxLink:hover{	/* Read more link - mouse over */
	text-decoration:underline;
}

