/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */
.bx-wrapper{
    height: 445px;
    margin: 31px auto 20px -6px;
    width: 711px !important;}
.bx-window{
	float: left;    
	width: 711px !important;
}
#homeslider li{width: 711px !important;}


/*next button*/
.bx-next {
	display:block;
	position:absolute;
	top:40%;
	right:15px;
	z-index:999;
	width: 33px;
	color: transparent !important;
	height: 33px;
    background: url("gray_next.png") no-repeat scroll 0 0 transparent;
}
/*previous button*/
.bx-prev {
    background: url("gray_prev.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    left: 15px;
    position: absolute;
    top: 40%;
    width: 33px;
    z-index: 999;
	    color: transparent !important;
}
/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
	    color: transparent !important;
}
/*
 * End color scheme styles
 */
/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}
/*pager wrapper*/
.bx-pager {
	float:left;
	padding: 0;
	font-size:11px;
	color:#fff;
	 display: none;
	text-align:center;
	margin-top: 5px;
}
/*pager links*/
.bx-pager a {
	margin-right: 5px;
	padding: 3px;
	display: block;
	width: 14px;
	height: 14px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: transparent url('fond.png') repeat left top;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
}
.bx-pager a.pager-active{
	background:#555;	
}
/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #fff;
	font-size: 12px;
}
#homeslider li a{
	position: relative;
}
#homeslider li a div.conteneurdiapo{
	position: absolute;
	left:0;
	bottom:0;
	background: transparent url('fond.png') repeat left top;
	width: 100%;
	height: auto;
	padding: 10px;
	box-shadow: 3px 3px 3px #999;
}
#homeslider li a p.titrediapo{
	float: left;
	width: 100%;
	color: white;
	font-size: 16px;
	margin: 5px 0;
}
#homeslider li a p.legendediapo{
	float: left;
	width: 100%;
	color: white;
	font-size: 12px;
	margin: 5px 0;
}
