#JCC_mes_rdv { 
	margin: auto;
	width: 778px; 
	height:175px; 
	text-align:left;
	border:1px solid white;
	background:#efc690;
}
#JCC_mes_rdv_titre {  
	text-align:center;
	color:#ffffff;
}
#JCC_mes_rdv_holder { 
	padding: 5px; 
	margin-top: 10px; 
	margin-left: 30px;
	width: 700px; 
	height: 90px; 
	background:#efc690;
	border:2px solid green; 
}


#rencontres a {
	text-decoration: none;
}
#rencontres ul {
	padding: 0 0 0 10px;
	margin: 0;
	font-family: Verdana; 
	font-size: 11px;
}
#rencontres ul.slogan_ligne0 { 
	font-family: Verdana;
	font-size: 15px;
}
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { 
	font-size: 0px; 
	padding: 10px; 
	float: left; 
}
.cs-buttons a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: #B8C4CF; 
	text-indent: -1000px; 
}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { margin-left:185px; width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
/** Coin Slider additional styles **/
.cs-buttons a {
    border-radius: 50%;
    background: #CCC;
    background: -webkit-linear-gradient(top,  #CCCCCC, #F3F3F3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #CCCCCC, #F3F3F3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #CCCCCC, #F3F3F3); /* opera */
    background:     -ms-linear-gradient(top,  #CCCCCC, #F3F3F3); /* IE10 */
    background:         linear-gradient(top,  #CCCCCC, #F3F3F3); /* css3 */      
}
a.cs-active {
    background: #599BDC;
    background: -webkit-linear-gradient(top,  #599BDC, #3072B3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #599BDC, #3072B3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #599BDC, #3072B3); /* opera */
    background:     -ms-linear-gradient(top,  #599BDC, #3072B3); /* IE10 */
    background:         linear-gradient(top,  #599BDC, #3072B3); /* css3 */  
    border-radius: 50%;    
    box-shadow: 0 0 3px #518CC6;   
    border: 1px solid #3072B3 !important;     
}
.cs-prev,
.cs-next {
	display:none;
}
