/*
 *   style du tableau d'interventions
 */
table.tblListeIntervs
{
border-collapse:collapse;

}

table.tblListeIntervs td
{
  padding: 6px;
  border: 1px solid #f1940c;
}

table.tblListeIntervs th
{
  padding: 2px;
  background: #f1940c;
  color: white;
  font-family: sans-serif;
  border: 1px solid #F1940C;
}

table.tblListeIntervs tr.enCours td
{
  color: grey;
  text-decoration: italic;
  
}

table.tblListeIntervs tr.ligneTotal td
{
  font-weight: bold;
}

table.tblListeIntervs tr:hover td
{
  background: #efe7da;
}

div.blocGroupeIntervs
{
  text-align: left;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
}

div.blocGroupeIntervs h1
{
  margin-left: -30px;
  margin-bottom: 1em;
}

.selDate { 
  margin-left: 10%;  
  margin-top: 1.9em;
}