html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.page-header {
	margin: 0px 0 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
  text-align:center;
}

.liste_content {
	background-image: url(../images/puce.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-left: 30px;
	margin-left:20px
}


.carousel-control.left, .carousel-control.right {
	background: none !important;
/*	filter: progid: none !important;
	outline: 0;
	display: inline-block;
	position: absolute;
	top: 50%;*/
}
 
/*.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
color: #000000;
}*/


.slider-size {
height: 400px; /* This is your slider height */
}
.carousel {
width:100%; 
margin:0 auto; /* center your carousel if other than 100% */ 
}

.caroussel-header{
	
}

.caroussel-desc{
	
}

.carousel-inner{

}

/*
@media screen and (min-width: 320px)
	.caroussel-header{
	height: 80px;	
	}

	.caroussel-desc{
	height: 60px;	
	}

	.carousel-inner{
	margin-left:30px;
	}
}
*/