.navbar {
    background-color: white;
    border-color: transparent;
    background-image: none;
	-webkit-box-shadow: 0 12px 10px -10px rgba(0,0,0,0.3);
	box-shadow: 0 12px 10px -10px rgba(0,0,0,0.3);
	width: 100%;
}

.navbar-default {
    background-color : white;
}

.navbar-brand, .navbar-nav > li > a {
	color : #3897D0 !important;
	text-shadow: none !important;
}

#navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

table > thead {
	background-color: white !important;
}

/*#table_annuaire thead > tr > th.detail,
#table_annuaire tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}

#table_annuaire thead > tr > th:nth-child(2),
#table_annuaire tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: none!important;
}*/

.fa {
	font-size: 140% !important;
}