.slideacueil {
	display: block;
	height: 250px;
	width: 862px;
}
#body-in #contenu #contenuin .doublecol .colonne-2 .slideacueil a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#slider1     {
	margin-left: 0px;
	width: 862px;
	display: block;
	height: 250px;
	float: left;
}
#slider1 li {
	display: block;
	height: 250px;
	width: 862px;
}
#slider1 li .texte-slide {
	display: block;
	margin-top: -38px;
	padding-left: 50px;
	color: #FFF;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	background-color: #0C0;
}
#slider1 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* CSS Document */


/* @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
 */

/*next button*/
.bx-next {
	position:absolute;
	top:25%;
	right:-16px;
	z-index:999;
	width: 39px;
	height: 120px;
	text-indent: -999999px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/slider/bx_styles/gray_next.png);
	background-repeat: no-repeat;
	background-position: 0 -120px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:25%;
	left:-16px;
	z-index:999;
	width: 39px;
	height: 120px;
	text-indent: -999999px;
	background: url(../images/slider/bx_styles/gray_prev.png) no-repeat 0 -120px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #aaaaaa;
	font-size: 0px;
	zoom:1;
	text-decoration: none;
	background-image: url(../images/slider/bx_styles/mini_gray_pager.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
	padding-top: 10px;
	padding-left: 10px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../images/slider/bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../images/slider/bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}
.bx-next:active,.bx-prev:active,.bx-next:focus,.bx-prev:focus {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}


/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
	color: #99153A;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 0px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	color: #666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
