	 
/* ----- ONGLETS ----- */


div.onglets_bloc .onglets_liste a {
  color:#5a5a5a !important;
  }
  
  
div.onglets_bloc .onglets_liste a:hover {
  color: black !important;
  }
  
.onglets_contenu {
	border: none !important;
	background: #efeeed !important;
}

div.onglets_bloc .onglets_liste h2.onglets_titre {
  border:0 !important;
  background: #c1c1c0 !important;
  margin-right: 2px;
  -webkit-border-top-left-radius : 3px;
  -webkit-border-top-right-radius : 3px;
}

div.onglets_bloc .onglets_liste h2.selected {
  background: #efeeed !important;
  padding-top: 2px;
  -webkit-border-top-left-radius : 3px;
  -webkit-border-top-right-radius : 3px;
}

div.onglets_bloc .onglets_liste h2.selected a, div.onglets_bloc .onglets_liste h2.selected a:hover {
  color:#5a5a5a !important;
}

