.user {
    padding: 0.5em;
}

.custom-table {
    border:1px solid #D1D1D1;
    background: #D1D1D1;
    width:100%;
}

.custom-table  th {
    font-weight:bold;
    text-align:left;
    font-size:18px;
    border:1px solid #d1d1d1;
}


.custom-table  td {
    font-weight:normal;
    font-size:14px;
    border:1px solid #d1d1d1;
    padding: 0.2em;
}

.custom-table  td img {
    text-align:center;
    display: inline;
}

.custom-table  tr {
    border:1px solid #D1D1D1;
}

.custom-table  .table-ligne1 {
    background:white;
}

.custom-table  .table-ligne2 {
    background:#e0e0e0;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ul {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}



