.row{margin:0;padding:0;}
.navbar {
border-radius:0;
box-shadow: 0 5 40px  #000;
-moz-box-shadow:0 0 40px  #000; 
-webkit-box-shadow:0 0 40px  #000;

background-image: -webkit-linear-gradient(top,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-image: -moz-linear-gradient(top,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-image: -ms-linear-gradient(top,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-image: linear-gradient(top,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-color:#333;
z-index:899;
}

.navbar-inverse .navbar-nav>li>a {
color:#aaa;
}

.navbar-inverse .navbar-brand {
color:#ccc;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  
}



.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control:hover {color:white;}


.ui-tooltip {
border-width:0;
/* Commentaire sur une ligne 
box-shadow: 0 0 5px #fff;
-webkit-box-shadow: 0 0 5px #fff;
*/
color: #000;
font: bold 11px arial;
/*max-width: 300px;*/
padding: 2px 4px;
text-align:center;
position: absolute;
z-index: 9999;
top:25px;
border-radius:0;
}


.ui-tooltip, .arrow:after {
    background-color: orange;
    border: 1px solid #000;
	border-radius:5px;
  }
.arrow {
    width: 70px;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -16px;
  }
  .arrow.top {
    top: -100px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

 .tooltip.in{
 filter:alpha(opacity=90);
 opacity:.9
 }
 .tooltip.top{
 padding:5px 0;
 margin-top:-23px
 }
 .tooltip.right{
 padding:0 5px;
 margin-left:3px
 }
 .tooltip.bottom{
 padding:5px 0;
 margin-top:23px
 }
 .tooltip.left{
 padding:0 5px;
 margin-left:-3px
 }
 .tooltip-inner{
 max-width:200px;
 padding:3px 8px;
 color:#fff;
 text-align:center;
 text-decoration:none;
 background-color:#000;
 border-radius:0;
 }
 .tooltip-arrow{
 position:absolute;
 width:0;
 height:0;
 border-color:transparent;
 border-style:solid
 }
 .tooltip.top .tooltip-arrow{
 bottom:0;
 left:50%;
 margin-left:-5px;
 border-width:5px 5px 0;
 border-top-color:#000
 }
 