/* FORM *//*
.form-item {
  margin: 0;
}

.form-submit {
  cursor: pointer;
}

form fieldset {
  padding: 10px;
}

form fieldset input,
form fieldset select {
  float: left;
  margin-right: 5px;
}

form fieldset label {
  float: left;
}

form fieldset legend {
  cursor: pointer;
  font-weight: bold;
}

form fieldset legend strong {
  color: #027AC6;
}

form fieldset legend strong:hover {
  text-decoration: underline;
}

form fieldset.hidden {
  padding: 5px 5px 5px 10px;
}


form fieldset.hidden .form-item,
form fieldset.hidden .form-submit,
form fieldset.hidden .table-item {
  display: none;
}



/* ADD FORM *//*
form.add-form .add {
  color: #009900;
  font-size: 16px;
  font-weight: bold;
}

form.add-form .form-item,
form.add-form .form-item .description,
form.add-form .form-submit {
  clear: both;
}

form.add-form .form-item label {
  width: 20%;
}

form.add-form .form-item label.option,
form.add-form .form-item .description,
form.add-form .form-submit {
  margin-left: 20%;
}

form.add-form .form-item label.option {
  width: auto;
}

/* ONGLET *//*
#onglet a {
  margin-right: 5px;
}



/* PUBLISHED *//*
span.published {
  background: url("/misc/watchdog-ok.png") no-repeat scroll left top transparent;
  display: block;
  height: 17px;
  margin-left: 10px;
  width: 17px;
}

span.unpublished {
  background: url("/misc/watchdog-error.png") no-repeat scroll left top transparent;
  display: block;
  height: 17px;
  margin-left: 10px;
  width: 17px;
}

/* TABLE *//*
table table,
#center table form {
  margin: 0;
}

table tbody {
  border: 0 none;
}

table tbody tr:hover {
  background-color: #D3E7F4;
}

table td {
  vertical-align: top;
}

table th {
  padding: 0.3em 0.5em;
}

table .nopadding {
  padding: 0;
}

table .number {
  width: 20px;
}
#update-table-list .hidden {
  display: none;
}

body.admin-menu .admin-panel form fieldset input, body.admin-menu .admin-panel form fieldset select {
  float: none;
}

body.admin-menu .admin-panel form fieldset label {
  float: none;
}
*/