/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}


 .input-group {
	margin: 2em auto 2em auto;	

}
	.recherche-avancee .col-lg-3  {
	margin: 2em ;	


}
	 .recherche-avancee .input-group {
	display: inline;

}
	.recherche .input-group input,.recherche .input-group-btn button {
		height:4em;
	}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #ddd;
    border: 1px solid #ddd;

}
.nav.nav-tabs {
background-color: #ccc;
}
.nav-tabs>li>a {
background-color: #e2e2e2;
border: none;
}

 .nav-tabs {
	
    border-bottom: 1px solid #ddd;
}
.jumbotron .color {
	background-color: #ddd;
	padding:0;
}
.content {min-height: 600px}
.recherche {
	    margin: 0 auto;
    float: none;
}
/* RECHERCHE AVANCEE*/
.btn-recherche-avancee {
	float: none;
	width: 100%;
	overflow: auto;
	margin-bottom: 2em;
	text-align: center;
}

.r-relationships {
	float: none;
    width: 100%;
    overflow: auto;
    margin-bottom: 2em;
    padding: 0em 3em;
}
	.r-relationships .btn-recherche-avancee {
	text-align: left;
	}