@charset "utf-8";
/* CSS Document */

.titre_slide{
	font-size:14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	
}

.contenu_slide{
	font-size: 12px;
	font-family: "Trebuchet MS";
	color:#fff;
	text-decoration: none;
}

.contenu_slide a{
	text-decoration: none;
}
/* Slider */
#slides {
	z-index:100;
	background-position:0px 235px;
	background-repeat: no-repeat;
	height: 320px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:550px;
	background:url(../img/fnd_containt.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	display:none;
	margin-bottom: 30px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:550px;
	height:300px;
	display:block;
	text-decoration: none;
}

.slides_container a img {
	display:block;
	width : 550px;
	height: 300px;
	/*padding: 15px;*/
	background:url(../img/fnd_slide.png) no-repeat;
}

/*
	Pagination
*/

ul.pagination{
	margin: 0;
	padding: 0;
	width:auto;
	float : left;
}

#slides .pagination {
	top: -25px;
	position: relative;
	z-index: 1000;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:22px;
	height:0;
	padding-top:22px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -22px;
}
#block_slider{
		height:350px;
}
.breves{
	position: relative;
	top: -25px;
	left: 60px;
}

.desc{
	position: relative;
	top: -130px;
	background-color: #000;
	opacity: 0.8;
	width: 480px;
	height: 100px;
	overflow: hidden;
	left: 10px;
	padding: 10px;
	color : #fff;
}

.desc .titre {
	text-align: left;
	color: #FFF;
	font-size: 15px;
	font-family: Arial, Verdana, "MS Trebuchet", sans-serif;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	padding:5px 10px 5px 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:530px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	text-decoration: none;
}

.caption p{
	margin: 0;
	padding: 0;
}
/*END OF CSS FOR SLIDER*/