/* feuille css comprend les styles principaux et la gestion tableau */

.Tableau {
  border:1px solid #3C6AA6;
}

.TrTitre {
  background-color:#000000;
  color:#D7D7D7;
}

.TrBody {
  color:#3C6AA6;
  cursor:pointer;
}

.TdTitre {
  text-align:center;
  border-right:1px solid #3C6AA6;
  font-family:"Segoe", sans-serif;
  font-weight:bold; 
  font-size:12.0px;
}

.TdTitreO {
  text-align:center;
  border-right:1px solid #3C6AA6;
  font-family:"Segoe", sans-serif;
  font-weight:bold;
  font-size:12.0px;
  color:#E30613;
}

.TdText1 {
  text-align:left;
  border-right:1px solid #3C6AA6;
  overflow:hidden;
  font-family:"Segoe", sans-serif;
  font-weight:normal; 
  font-size:12.0px;
  height:20px;
}
.TdText2 {
  text-align:center;
  border-right:1px solid #3C6AA6;
  overflow:hidden;
  font-family:"Segoe", sans-serif;
  font-weight:normal; 
  font-size:12.0px;
  height:20px;
}
.TdText3 {
  text-align:right;
  border-right:1px solid #3C6AA6;
  overflow:hidden;
  font-family:"Segoe", sans-serif;
  font-weight:normal; 
  font-size:12.0px;
  height:20px;
}

.ATdText1 {
  text-align:left;
  border-right:1px solid #3C6AA6;
  overflow:hidden;
  font-family:"Segoe", sans-serif;
  font-weight:normal; 
  font-size:11.0px;
  height:20px;
  border-bottom:1px solid #3C6AA6;
}
.ATdText2 {
  text-align:center;
  border-right:1px solid #3C6AA6;
  overflow:hidden;
  font-family:"Segoe", sans-serif;
  font-weight:normal; 
  font-size:11.0px;
  height:20px;
  border-bottom:1px solid #3C6AA6;
}
.ATdText3 {
  text-align:right;
  border-right:1px solid #3C6AA6;
  overflow:hidden;
  font-family:"Segoe", sans-serif;
  font-weight:normal; 
  font-size:11.0px;
  height:20px;
  border-bottom:1px solid #3C6AA6;
}

.TdFin {
  border-top:2px solid #3C6AA6;
  color:#000000;
  overflow:hidden;
}

select {
  background-color:#FFFFFF;
}

.ComboListDiv {
  font-family:"Segoe", sans-serif;
  font-weight:normal;
  font-size:11.0px;
  text-align:left;
  overflow:hidden;
  border:1px solid #3C6AA6;
  background-color:#FFFFFF;
  border-radius:7px;
  display:block;
}

.ComboList {
  font-family:"Segoe", sans-serif;
  font-weight:normal;
  font-size:12.0px;
  color:#3C6AA6;
}

.ZoneComm {
  font-family:"Segoe", sans-serif;
  font-weight:normal;
  font-size:13.0px;
  color:#3C6AA6;
  font-weight:bold;
  text-align:left;
  border-radius:5px;
  border:1px solid #3C6AA6;
}


