div.glider_scroller 
{ 
	width: 170px; 
	height: 135px;
	overflow: hidden;
	
	
}
div.glider_scroller div.glider_section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:170px;
	height: 135px;
	overflow:hidden;
	float:left;
}
div.glider_scroller div.glider_content 
{
	height:10000px;
}

.glider_content li
{

	background-image:url(../medias/images/interface/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	list-style:none;
	padding-left:18px;

}

.newsData
{
  margin-bottom: 0.5em;
  border-bottom:1px dotted #ccc;
  font-size: 12px;
  padding-bottom:4px;
  margin-bottom:5px;
  font-weight:normal;

}

.newsContent{
padding-bottom:8px;

}


.newsPager{

padding-top:10px;
  margin-top: 1em;}

.newsComments-field
{
  margin-top: 0.5em;
    font-size: 12px;
}

#newsComments-button
{
  text-align: right;
}

.newsComment
{
  margin: 0.5em;

}

.newsComment h4
{
  margin: 0.5em;
 font-size: 12px;

}

.newsComment-data
{
  margin-top: 0.2em;
    font-size: 12px;
}

.commentSize{
font-size:12px;}


.newsTitle{
text-align:left;

}


.newsEntry h2{
margin-bottom:0px;
}

.newsSubData{
padding-bottom:15px;
}


.newsPrevious img{
padding-bottom:3px;
}

.newsNext img{
padding-bottom:3px;
}

.logo_droite{
display:block;
margin:auto;
}
