body {
  margin: 0;
  padding: 0;
  background: #fff;
}

.inbl {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#envInfosWin {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 1px 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #666;
  color: #f1f1f1;
  font-size: 0.8em;
}

#credits_photos {
  font-size: 90%;
}

#profilBox {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 300px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  background-color: #f0f0f0;
  border: 1px solid #efefef;
  text-align: left;
}
#profilBox .data {
  padding: 5px;
}
#profilBox h5, #profilBox h6 {
  padding: 0;
  margin-bottom: 5px;
}

#modalProfil {
  text-align: left;
}
#modalProfil .profil img {
  float: left;
}
#modalProfil .profil ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 75px;
}
#modalProfil .profil li {
  padding: 0;
  margin: 0;
}
#modalProfil .profil h4 {
  padding: 0;
  margin: 0 0 10px 0;
}
#modalProfil .profil .btn {
  margin-top: 10px;
}
#modalProfil .switch {
  margin-right: 5px;
}

#modalPopupSwitch {
  text-align: left;
}

#headerWrapper {
  background: #fff;
}

#header {
  position: relative;
  height: 90px;
  min-width: 600px;
  max-width: 1150px;
  margin: 0 auto;
  background: url("../assets/am/img/am-onegate-02.png") top left no-repeat;
}
#header ul.right {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  float: right;
  font-size: 1em;
}
#header ul.right > li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  float: right;
}
#header ul.right a.item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 0 0 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #222;
  text-decoration: none;
}
#header ul.right a.item .caret {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#header ul.right a.item:hover {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  background-color: #eee;
  color: #000;
  text-decoration: none;
}
#header ul.right .deco a.item i {
  color: #dc0a1b !important;
}

.badge-important {
  background-color: #dc0a1b;
}

.badge-warning {
  background-color: #ff9800;
}

.badge-success {
  background-color: #4CAF50;
}

body {
  background: #fff;
}

body#homePage {
  background: #25385d url("../assets/am/img/bg.png") top center no-repeat;
  background-size: cover;
}

body#newCodesPage {
  background: #999;
}

#pageContainer {
  text-align: left;
  padding: 0;
  padding-top: 80px;
}

#footer {
  color: #fff;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
}
#footer a {
  color: #fff;
}
#footer .decouvrir {
  margin: 0 40px 5px 40px;
  font-weight: bold;
  font-size: 1.15em;
}
#footer .decouvrir a {
  color: #043755;
}
#footer .decouvrir a:hover {
  color: #000;
}

.box {
  background-color: #fff;
}

#loginArea form {
  padding: 0;
  margin: 0;
}
#loginArea ul {
  list-style: none;
}
#loginArea li {
  margin: 0;
  padding: 2px;
}
#loginArea li label {
  display: block;
}
#loginArea li.forgot {
  padding-top: 15px;
}
#loginArea li.forgot a {
  font-size: 11px;
  font-weight: normal;
}
#loginArea li #username, #loginArea li #password {
  width: 160px;
}
#loginArea input {
  font-size: 1.1em !important;
}

.forgotCodes {
  margin: 10px 0 0 0;
}

#presentation {
  margin: 0 0 10px 0;
}
#presentation h2 {
  margin: 0 0 10px 0;
  padding: 0;
}

.showMessage {
  margin: 0 0 10px 0 !important;
}
.showMessage h4 {
  margin: 0;
  padding: 0;
}

#popupNewCodes {
  text-align: left;
}
#popupNewCodes .msg {
  margin: 0 0 10px 0;
  display: none;
}
#popupNewCodes .loading {
  display: none;
}
#popupNewCodes #formNewCodes {
  margin: 10px 0 0 0;
  padding: 0;
}
#popupNewCodes #formNewCodes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#popupNewCodes #formNewCodes li {
  margin: 0;
  padding: 0;
}
#popupNewCodes #formNewCodes li label {
  display: block;
}
