@charset "UTF-8";

/******************* PAGE RECHERCHE EXPEDITION  *******************/

#loaderRecherche {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background: #333 url("../images/loaders/processing.gif") no-repeat center;
  background-color: #333;
  z-index: 999;
}
.marginAuto { 
  margin-right:auto;
  margin-left:auto;
}
#selecteurLangue {
  position:relative;
  top:-110px;
  margin-bottom:-70px;
}
.selectLangue2 {
  border-color: #fff !important;
  z-index: 99;
  position: relative;
  margin: 2px 10px 0 0;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  border: 3px solid #00643f;
  border-top-color: rgb(0, 100, 63);
  border-right-color: rgb(0, 100, 63);
  border-bottom-color: rgb(0, 100, 63);
  border-left-color: rgb(0, 100, 63);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  float: right;
}
.selectLangue2.actif { border-bottom: 3px solid #00643f !important; }

#pageRecherche { width:100%; }
#pageRecherche h2 {
  width:500px;
  padding:50px 15px 5px 15px;
  color:#3e3e3e;
  font-size:2em;
  font-weight:bold;
  background:url('../images/pictos/titres/tracking.png') no-repeat top center ;
  text-transform:uppercase;
  text-align:center;
}
#pageRecherche input.brut, #pageRecherche select.brut {
  top:-10px;
  border:none;
  background-color:Transparent;
  margin:0 auto;
  padding:20px 20px 10px 20px;
  font-size:14px;
  color:#00643f;
  font-weight:bold;
  width:500px;
  outline:0;
  -webkit-border-radius:10px !important;
  -moz-border-radius:10px !important;
  border-radius:10px !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
}
#pageRecherche select.brut { width:540px; }
#pageRecherche .btnRecherche {
  width:300px;
  font-size:18px;
  margin:auto;
  margin-top:20px;
  padding:15px;
  background-color:#00643f;
  color:#fff; 
  -webkit-border-radius:10px !important;
  -moz-border-radius:10px !important;
  border-radius:10px !important;
  text-align:center;
  cursor:pointer;
}
#pageRecherche .btnRecherche:hover { background-color:#3e3e3e; }

#pageRecherche fieldset {
  border:1px solid #aaa !important;
  -webkit-border-radius:10px !important;
  -moz-border-radius:10px !important;
  border-radius:10px !important;
  background-color:#fff !important;
  margin-top:10px !important;
  width:540px !important;
  -webkit-box-shadow:inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow:inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow:inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
  behavior:url('/js/PIE/PIE.php');
}
#pageRecherche fieldset div.decale {
  padding:5px 0 0 10px !important;
  color:#888 !important;
}
#pageRecherche .obligatoire {
  font-size:10px;
  margin-left:250px;
}
#blocErreur {
  color:#fff;
  padding: 9px 5px 9px 25px;
  background:#cb2222 url('../images/pictos/errorb.png') no-repeat 3px center ;
  -webkit-border-radius:5px !important;
  -moz-border-radius:5px !important;
  border-radius:5px !important;
  width:350px;
  margin-top:10px; 
}
