#rps {
	float: left;
	position: relative;
}

#rps .window {
	overflow: hidden; 
	position: relative;
}

/* SLIDER */

#rps .slider {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	font-family: Arial, Verdana;
	color:#FFF;
	background: #9a1155 repeat-x;
}
	
	#rps .slider div{
		float:left;
	}
	
	.rps-clr{
		clear:both;
	}

	#rps .slider div .col{
		float:left;
	}
	
/* CONTENU */

#rps .col  p{
	font-size:12px;
	margin:0px;
}

#rps .col  img{

	padding:0px;
}

	#rps .col p.post-title{	
		padding:5px;
		width:45%;
	}
	
	#rps .col p.post-title span {
		font-size:20px;
		overflow:hidden;
		font-family: "winterthur";
		text-transform: uppercase;
		/*position:absolute;*/
		color:#FFF !important;
		text-decoration:none;
	}	
	
	#rps .col p.post-title a{
		text-decoration:none;
	}
	
	#rps .col p.post-title span:hover {
		height:auto;
		overflow:auto;
		/*background:#fffefe;*/
		z-index:100;
		padding-bottom:3px;
		color:#000;
	}
	
	#rps .col p.post-title a:hover {
		color:#000;
	}
	
	#rps .col p.slider-content{
		float: left;
	}
	
	#rps .col p.slider-content-img{
		float:right;
		margin:0px;
		padding:0px;
		border:0px;
		text-align:center;
	}
	
	#rps .col p.slider-content-both{
		float:right;
		margin:0px;
		padding:0px;
		border:0px;
		text-align:left;
		line-height:17px;
	}
	
	#rps .col p.slider-content-both img{
		border-left: 1px solid #721040 !important;
	}

/* PAGINATION */

#rps .paging {
	font-size:11px;
	z-index: 100; 
	text-align: center;
	padding:3px 10px;
	background: none;
	/* for IE */
  /* filter:alpha(opacity=70);
  	opacity:0.7; */
	display: none; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*AJOUT MC*/
	position: relative;
	margin: -17px 0 0;
}

	#rps .paging a {
		padding:0px 5px;
		text-decoration: none;
		color: #2a2a2a;
		font-weight: bold; 
	}
	
	#rps .paging a:hover {
		color:#000;
	}
	
#rps .post-date{
	position:absolute;
	margin-left:5px;
	margin-right:5px;
	z-index:1000px;
	background:#F7F5F5;
	filter:alpha(opacity=60);
	opacity:0.6;
	color:#000;
	font-weight:bold;
	padding-left:3px;
}