/* Start of CMSMS style sheet 'UsyStylesheet' */
/******************************** 
 * Lignes des tableaux dans la zone admin */ 
********************************/ 
tr.row1 {
  background: #ddd;
  height:20px;
}

tr.row2 {
  background: #E6E6E6;
  height:20px;
}

/******************************** 
* Lignes des tableaux dans la zone client
********************************/ 
tr.ligne1 {
  background: #fff;
  height:20px;
}

tr.ligne2 {
  background: #fff;
  height:20px;
}

.tabEntete {
  background: #fff;
color: #000;
  height:20px;
}

tr.tabSousEntete {
  background: #FFF;
  height:20px;
}

tr.tabSousEntete td {
padding-top: 10px;
text-align: center;
}

/******************************** 
* Style pour les tableaux
********************************/ 
table#Tableau th,
table#Tableau td {
  padding-left:5px;
}

/******************************** 
* Divers
********************************/ 
br {
margin-top: 5px;
}
/* End of 'UsyStylesheet' */

