th.vertical{  
  padding: 0;
  max-width: 20px;
}

th.vertical span{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  height: 110px;
}

th.vertical span.federation,
th.vertical span.bonheur,
th.vertical span.societe{
  min-width: 16px;
}

th.vertical span.rachats,
th.vertical span.exercices{
  min-width: 32px;
}

td.tireur{
  padding-right: 0;
  padding-left: 0;
}
td.tireur > table > tr > td,
td.tireur > table > tbody > tr > td{
  text-align: left !important;
}

input[type='number']{
  width: 37px;
}

td.error{
  border: 2px solid red !important;
  background-color: #FFFFD5 !important;
  color: red;
}

input.anneenaissance{
  width: 50px !important;
}

table.standard > tbody > tr > td, 
table.standard > tr > td, table.standard th {
  padding: 3px 2px 2px 2px !important;
}

table.standard th.desire {
  text-align: center !important;
}

span.anciens{
  font-weight: bold;
}

div.disabled span.anciens{
  color: gray;
}

input[type='text']{
  width:234px;
}
textarea#remarque{
  width: 100%;
}