.asideleft .panel, .asideright .panel {
  margin-top:6px;
  background-color:#fff;
  border:1px solid;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
  box-shadow:0 1px 1px rgba(0,0,0,.05);
}

.panel label {
  margin-right:6px;
}

.panel input, .panel select, .panel textarea {
  width:100%;
}

.rubrique .panel-footer {
  height:5em; /* parce que ligne-height: 1.5 */
}

.rubrique .panel-body {
  height:150px;
}

