.module-articleList
{
	text-decoration: none;
}

.articleList-small
{
	width:290px;
	margin-left: auto; 
	margin-right: auto; 
}

.articleList-normal
{
	width:100%; 
	
}

.articleList-background
{
	background: #e1e1e1;
	border: 2px solid #cccccc; 
	border-radius: 4px;
}

.articleList-background a {
	text-decoration: none; 
}


.articleList-more
{
	height: 30px;
	padding-bottom: 1px;
	text-decoration: none; 
	
}

.articleList-moreBackground
{
	height: 100%;
	
}

.articleList-moreText
{
	text-align: center; 
	padding-top: 6px; 
	text-transform: uppercase;
	font-size: 13pt;
	color:white;
	text-decoration: none; 
	
}

.articleList-itemBackgroundDisabled
{
	/*repris d'opencms */
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAZUlEQVR42u3XQQqAMAwEwP3/U/pJPXkUUxHcwwR6DVNoEza5qbXW8XSyUV/3g4SEvPr9ffMRsBmZljc0AjYi0/YbR8AmZFrn2gjYgLQhICEhISEhZRKZRCaRSWQSmcQag4R83+8Eg8VoCVXwtcsAAAAASUVORK5CYII=") -0px -0px repeat;
	opacity: 0.6;
}

.list_item_background_wrong_type {
	background: -moz-linear-gradient(top, #ffffff, lightcyan) !important;
}

.list_item_background_disabled_wrong_type {
	background-color: lightcyan;
}

.articleList-item
{
	text-align: left;
    text-decoration: none;
	cursor: pointer; 
}

.articleList-item .articleList-itemBackground

{	
	padding-bottom: 1px;
}

.articleList-itemTitle
{
	/*text-transform: uppercase;
    font-weight: bold;*/
    font-size : 10pt;
}

.articleList-itemValue
{
	padding-top:7px; 
	font-size : 10pt;
}

#rss-flux{
    float: right;
    background-image: url("../images/icon-rss.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

#rss-flux>*{
    display: none;
}

