﻿.ajaxOverlay {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99998;
}
.ajaxContent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  height: 60px;
  margin-top: -30px;
}
header,
footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer {
  margin-top: 40px;
  font-size: 0.8em;
  color: #666666;
}
footer div {
  width: 320px;
  margin: 0 auto;
  text-align: left;
}
footer img {
  float: left;
  margin-right: 10px;
}
.body-content {
  margin-top: 20px;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .body-content {
    padding: 0;
  }
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #FFFFFF;
  background-color: #0068AD;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #008DEB;
  background-image: linear-gradient(to bottom, #008DEB 0, #0068AD 100%);
}
.validationError {
  color: #CC0000;
}
.failureNotification {
  color: #CC0000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
}
.Acc_form .form-group {
  margin-bottom: 0px;
}
.Acc_action {
  margin-top: 20px;
}
.Acc_info {
  margin-top: 60px;
}
.Acc_outils {
  margin-top: 34px;
}
.Acc_links,
.Acc_links,
.Acc_links:visited,
.Acc_links:active {
  padding: 10px;
  border: 2px solid #94C11F;
  border-radius: 60px;
  text-decoration: none !important;
  color: #333333;
}
.Acc_links:hover {
  background-color: #94C11F;
  text-decoration: none;
  color: #FFFFFF;
}