/*.faq-cat-tabs li a {
    border: 1px solid #dddddd;
    color: #777777;
}*/

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.question {
    cursor: pointer;
    padding: 0px 0px 0px 1em;
}

#show_etu > div > a, #show_pers > div > a{
	padding: 0px 0px 0px 1em;
}

.reponse{
	text-align:justify;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;	
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.zonereponse{
	padding: 19px;
}
#header {
background-color:#009fe3;
}
#header-right {
color:#FFF;
}
td {
vertical-align:middle !important;
}
.panel-title{
font-weight: bold;
}

hr{
margin:auto;
margin-bottom:10px;
height:2px;
background-color:grey;
border:none;
}