/* champs requis */
/* separateur */
/* Popup */
/* Style preload modules */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: ;
  background-color: ;
  border: 1px solid ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: ;
  background-color: ;
  border: 1px solid ;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: ;
  background-color: ;
  border: 1px solid ;
}
.commonImage {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid ;
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
}
.commonImage:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border: 2px solid ;
}
#ariane a {
  color: ;
  text-decoration: underline;
}
#ariane a:hover {
  color: ;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: ;
  text-decoration: underline;
}
.goBack a:hover {
  color: ;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: ;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
.mini_info {
  font-size: 10px;
  font-style: italic;
}
.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.titre2 {
  padding: 0 5px !important;
}
.margLeft50 {
  margin-left: 50px;
}
.margLeft10 {
  margin-left: 10px;
}
.width145 {
  width: 145px;
}
.width50 {
  width: 50px;
}
.inline {
  display: inline-block;
}
.span3.sousmenu {
  width: 210px;
}
#alert_success,
#alert_error {
  margin: 0 auto 20px auto;
}
#alert_success div,
#alert_error div {
  margin-top: 20px;
  padding: 5px 8px;
  *zoom: 1;
}
#alert_success div:before,
#alert_success div:after,
#alert_error div:before,
#alert_error div:after {
  display: table;
  content: "";
  line-height: 0;
}
#alert_success div:after,
#alert_error div:after {
  clear: both;
}
#alert_success div span,
#alert_error div span {
  float: left;
  font-size: 1.0em;
  line-height: 20px;
}
#alert_success div span ul,
#alert_error div span ul {
  padding: 0;
  margin: 0;
}
#alert_success div span ul li,
#alert_error div span ul li {
  list-style: none;
}
#alert_success div span.ui-icon,
#alert_error div span.ui-icon {
  margin: 2px 8px 0 0;
}
p.field {
  margin: 0.5em 0;
}
p.field.inline {
  margin: 0.5em;
}
p.ligne,
p.ligne3 {
  float: left;
  margin-left: 1em;
}
p.ligne {
  width: 45%;
}
p.ligne3 {
  width: 28%;
}
p.ligne label {
  float: left;
  width: 66%;
}
p.field label,
p.field .fake-label {
  display: table-cell;
}
p.field label.inline,
label.inline {
  display: inline;
}
p.field label.inline2 {
  display: inline-block;
  width: 75px;
}
p label.labelCheckbox {
  width: 10em;
}
ul.field {
  list-style: none outside none;
  margin: 1em 0;
}
ul.field li {
  margin: 0.5em 0;
}
#filtres-form select,
#filtres-form input.text,
.ui-datepicker-month,
.ui-datepicker-year {
  margin: 5px 0;
  padding: 0;
}
#filtres-form input.btn_filtre {
  padding: 2px 5px;
}
.radioList {
  width: 300px;
  margin: 0 0 15px;
  *zoom: 1;
}
.radioList:before,
.radioList:after {
  display: table;
  content: "";
  line-height: 0;
}
.radioList:after {
  clear: both;
}
.span_recap_libelle {
  width: 180px;
  margin-left: 10px;
  line-height: 18px;
}
.gris {
  color: #666;
  font-size: 10px;
}
.gris_fonce {
  color: #272727 !important;
}
.span_recap_quantite {
  width: 45px;
  margin-left: 10px;
}
.span_recap_prix {
  width: 85px;
  margin-left: 10px;
}
.required {
  font-weight: bold;
}
.required:before {
  content: '* ';
  color: #c00;
}
.separateur_gauche {
  border-right: 3px solid #FF8B2A;
}
.separateur_droite {
  margin: 0;
}
.lien_import {
  line-height: 15px;
  float: right;
  margin: 0 30px 15px 0;
}
.popup {
  background: none repeat scroll 0 0 #FFFFFF;
  position: absolute;
  z-index: 900;
}
#popupModal {
  background: none repeat scroll 0 0 #666666;
  position: absolute;
  z-index: 850;
}
#popupContenu {
  padding: 20px 10px;
}
#popupContenu #titrePopup {
  border-bottom: 2px solid #FF7800;
  height: 35px;
  margin-bottom: 20px;
}
#popupContenu #titrePopup h1 {
  margin: 0;
}
#popupContenu input {
  font-size: 11px;
}
#popupBouton {
  padding: 0 0 25px 50px;
}
#btn_confirm_oui,
#btn_confirm_non,
#btn_annuler,
#btn_valider,
#btn_annuler_error {
  line-height: 22px;
  width: 120px;
}
#btn_annuler_error {
  margin-left: 110px;
}
#confirmTexte {
  line-height: 20px;
}
#popupEntete2 {
  background: none repeat scroll 0 0 #E53517;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 0;
}
#errorDetail :nth-child(odd) {
  background: #f2f2f2;
}
#errorDetail li {
  line-height: 33px;
}
#iAjaxStatus {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
  background-color: rgba(255,255,255,0.8);
}
#iAjaxStatus img {
  vertical-align: middle;
  text-align: center;
  padding-top: 100px;
}
#iAjaxStatus span {
  vertical-align: middle;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  display: block;
  padding-top: 15px;
  padding-bottom: 50px;
}
.limit160 {
  display: block;
}
.jMax-text {
  display: inline-block;
  margin-top: 3px;
}
.jMax-text div {
  display: inline;
}
.tableau_stats {
  min-height: 520px;
}
