.tabFormView caption {
  background-color: #3d586d;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  padding: 2px;
  padding-left: 4px;
  text-align: left;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px;
  border-bottom-width: 0px;
}

.tabFormView {
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px;
  border-top-width: 0px;
  background-color: #ffffff;
  background-image: url("../images/fond_bloc_recherche.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 11px;
  padding: 5px;
  width: 100%;
  margin-bottom: 20px;
}

div#general_baniere {
  height: 180px;
  margin: 0;
  color: #002c49;
  font-size: 1.6em; /*50px;*/
  font-weight: bold;
  border: solid 1px gray;
  border-bottom: none;
  background-color: white;
  background: url("../images/bann_ctr_new_bg.png") no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  /* background-size: 100% 100%; */
  /* height: 180px;
  min-width: 1094px;
  margin: 0;
  color: #002c49;
  font-size: 1.6em; 
  font-weight: bold;
  border: solid 1px gray;
  border-bottom: none;
  background-color: white;
  background: url("../images/bann_ctr_new.png") no-repeat;
  background-size: cover; */
}
div#general_baniere::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/logo_tlpe.png");
  width: 182px;
  height: 35px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

div.cont_ban {
  /* background: url(images/bann_fin.jpg) repeat-x;
  background-position: 0 1px; */
  background-color: white;
}

.cellAdminTitre {
  /*Meme que ui-widget*/
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x
    scroll 50% 50%;
  border: 1px solid #d3d3d3;
  color: #555555;
  font-weight: bold;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
}
