/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	width:40px;
	height:50px;
	border:0px;
	background-image: url(../images/basesite/index/news/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.jMyCarousel .next{
	width:40px;
	height:50px;
	border:0px;
	background-image: url(../images/basesite/index/news/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.jMyCarousel .up{
	width:50px;
	height:40px;
	border:0px;
	background-image: url(../images/basesite/index/news/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div.jMyCarousel .down{
	width:50px;
	height:40px;
	border:0px;
	background-image: url(../images/basesite/index/news/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/** carousel 1 **/
div.jCarouselLite ul li{
	border:1px solid #fff;
	line-height:25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

div.jCarouselLite ul li a{ /* in case of link */
/*	display:block;*/
		
	text-decoration: none;
	color: #FF8000;
	text-align: right;
}
div.jCarouselLite ul li a:hover{ /* in case of link */
	text-decoration: none;
		border:none;

}

div.jCarouselLite ul li a img{
	z-index:90;
	margin: 5px;
	text-decoration: none;
	border-style: none;	
}

.fond {
	z-index:90;
	float: left;
	height:240px;
	width:160px;
	margin-top:0;
	background:#FFF;
	opacity : 1.0;
  -moz-opacity : 1.0;
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  filter : alpha(opacity=100); /* IE < 8 */ 
	color: #333;
	border: 1px solid #333;
	margin-right: 0px;
	margin-left: 6px;
	 }

.fond a, .fond ul li a img {
	text-decoration: none;
	border-style: none;
}

.NewsImg { z-index:110;}

.NewsTitre	{
	color:#F33;
	text-align: center;
	z-index:110;
	border-style: none;
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	height: 30px;
	width:160px;
	float: left;
	background: #EBEBEB;

} 

.NewsStitre	{
	float:left;
	color:#000;
	background:none;
	padding: 0 5px 5px 10px;
	height: 23px;
	overflow: hidden;
	font: 300 8pt/normal Tahoma, Geneva, sans-serif;
}

.NewsNextDate{
	float:left;
	color:#000;
	background:none;
	padding: 0 0 0 10px;
	overflow: hidden;
	font: 300 8pt/normal Tahoma, Geneva, sans-serif;
}

.NewsCrslVoirSejour	{
	color:#F60; 
	font-size:8pt;
	line-height:normal;
	background:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	float:left;
	margin-left:20px;
	margin-top: 0px;
	z-index:110;
}
.NewsCrslVoirSejour	a{
	color:#F60;
	text-decoration: none;	
}
.NewsCrslVoirSejour	hover {
	color:#F60;
	text-decoration: underline;
}







.fondDepAss {
	height:250px;
	width:180px;
	float:left;
	top:40px;
	background:#FFF;
	/*	opacity:0.7;
	filter: alpha(opacity=70);*/
	color: #333;
	list-style-type: none;/*	border: thin solid #366;*/
	text-align: left;
	border: 1px solid #036;
	margin-bottom: 10px;
	 }
	 

.DepTitre, .DepTitre a, .DepTitre visited	{
	color:#F33;
	text-align: center;
	z-index:110;
	border-style: none;
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	margin: 5px 5px 0px;
	text-decoration:none;
	overflow: hidden;
	height: 28px;
} 

.DepTitre hover { text-decoration:underline}

.DepImg, .DepImg a, .DepImg visited {
	padding: 5px 5px 0px;
}

.DepStitre	{
	float:left;
	color:#000;
	font-size:8pt;
	line-height:normal;
	background:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	padding: 0px 10px;
	height: 28px;
	overflow: hidden;
}

.DepDate {
	float:left;
	color:#000;
	font-size:8pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.DepPrix {
	float:left;
	color:#000;
	font-size:8pt;
	line-height:normal;
	background:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	padding-right: 10px;
	padding-left: 10px;
}



.DepVoirSejour, .DepVoirSejour a, .DepVoirSejour visited {
	float:left;
	color:#F60;
	text-decoration: none;
	font: normal 8pt/normal Tahoma, Geneva, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}

.DepVoirSejour	hover {
	text-decoration: underline;
}






.fondfoot {
	height:200px;
	width:160px;
	position:relative;
	top:0;
	background:#FFF;
	/*	opacity:1.0;*/
/*	filter: alpha(opacity=100);*/
	color: #333;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	border: thin solid #366;
	margin-right: 5px;
	margin-left: 5px;
	z-index: 85;
	 }


