/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
  top:0;
  width: 100%;
  z-index: 9999 !important;
}
.navbar {
  margin-bottom: 0px;
}

.affix ~ .container-fluid {
 position: relative;
 top: 50px;
}
/* End affix */



/* Couleur utilisée pour les liens */
.navbar-default .navbar-nav > li > a {
	color: #CECECE;
	text-shadow: black 0.1em 0.1em 0.2em;
}
/* Classe principale de la barre de navigation */
.navbar-default {
/* Couleur de fond de la barre de navigation */
	border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,311d26+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
	background: #000; /* Old browsers */
}

@media (min-width: 768px) {
.navbar-brand {display: none;}
.navbar {min-height: 40px;}
/* Classe principale de la barre de navigation */
.navbar-default {
/* Couleur de fond de la barre de navigation */
	border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,311d26+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #311d26 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#311d26 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#311d26 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
}