
#bookForm input[type=text] { width: 300px; }
#bookForm input[type=text].court { width: 40px; }
#bookForm input[type=text].moyen { width: 100px; }

textarea 
{ 
  width: 350px; 
  height: 100px;
}

input.court { width: 40px; }
input.moyen { width: 60px; }

.cliquable { cursor: pointer; }

#mode_desc p {
      margin-left: 155px;
      color: #333;
      display: none;
}