﻿body {
  background: #e0e0de url(../_images/backLogin.jpg) 50% 0% no-repeat;
  margin: 0px;
  padding: 0px;
  font-family: Arial; }

#conteneur {
  width: 520px;
  margin: 0 auto;
  padding: 0;
  padding-top: 135px; }

table {
  margin-top: 30px;
  margin-left: 5px; }

table tr td.champs {
  background: url(../_images/boxChamps.jpg) no-repeat;
  width: 357px;
  height: 45px;
  padding-right: 20px;
  color: #333333;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 7px; }

table tr td.ombre {
  background: url(../_images/ombre.png);
  width: 156px;
  height: 101px; }

table tr td.champs span {
  width: 3px;
  float: left;
  display: block;
  margin-left: 5px; }

table tr td.champs span.mdp {
  width: 150px;
  float: left;
  display: block;
  padding-top: 3px;
  margin-left: 0px; }

table tr td.champs span.username {
  width: 150px;
  float: left;
  display: block;
  padding-top: 3px;
  margin-left: 0px; }

table tr td.champs input {
  background: white;
  border: none;
  float: left;
  padding: 2px;
  padding-top: 2px;
  width: 160px;
  height: 19px;
  border: 1px solid #efefef; }

table tr td.error {
  font-size: 14px;
  color: #333333; }

#lblConnectionProduct {
  position: relative;
  text-align: center;
  top: 150px;
  left: 20%; }

#LoginEmploye #boxAuthentification #labelAuthentification {
  width: 100%; }

table#LoginEmploye {
  width: 100%; }

#boxAuthentification {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  max-width: 556px;
  min-width: 286px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 10px; }
  #boxAuthentification:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #boxAuthentification #labelAuthentification {
    color: #fff;
    text-align: Center;
    display: table;
    width: 92.3%;
    padding: 0 4%;
    height: 60px;
    line-height: 60px;
    background: #1ba1e1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    #boxAuthentification #labelAuthentification span {
      display: table-cell;
      vertical-align: middle;
      line-height: 18px;
      font-size: 16px;
      font-weight: 700; }
    #boxAuthentification #labelAuthentification .titre-entete i {
      margin-right: 5px;
      font-size: 26px;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: -2px; }
  #boxAuthentification #insdeBoxAuthentification {
    padding: 5%;
    width: 90%; }
    #boxAuthentification #insdeBoxAuthentification input {
      margin-top: 10px;
      margin-bottom: 10px;
      height: 40px;
      line-height: 40px; }
      #boxAuthentification #insdeBoxAuthentification input#ButtonConnexion, #boxAuthentification #insdeBoxAuthentification input#cmdSend, #boxAuthentification #insdeBoxAuthentification input#LoginEmploye_ButtonConnexion {
        width: 50%;
        margin: 15px auto 0;
        display: block;
        min-width: 255px;
        background: #1ba1e1;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        text-transform: uppercase;
        font-size: 14px; }
        #boxAuthentification #insdeBoxAuthentification input#ButtonConnexion:hover, #boxAuthentification #insdeBoxAuthentification input#cmdSend:hover, #boxAuthentification #insdeBoxAuthentification input#LoginEmploye_ButtonConnexion:hover {
          transition: all .3s;
          background: #1588bf; }
    #boxAuthentification #insdeBoxAuthentification #HyperLink1,
    #boxAuthentification #insdeBoxAuthentification #LoginEmploye_HyperLink1,
    #boxAuthentification #insdeBoxAuthentification #LinkButton1,
    #boxAuthentification #insdeBoxAuthentification #LinkButton_Retour {
      text-align: right;
      color: #1ba1e1;
      text-decoration: none;
      font-size: 10px;
      display: block;
      padding-bottom: 10px; }
      #boxAuthentification #insdeBoxAuthentification #HyperLink1:hover,
      #boxAuthentification #insdeBoxAuthentification #LoginEmploye_HyperLink1:hover,
      #boxAuthentification #insdeBoxAuthentification #LinkButton1:hover,
      #boxAuthentification #insdeBoxAuthentification #LinkButton_Retour:hover {
        text-decoration: underline; }
  #boxAuthentification span#oErrMes {
    text-align: Center;
    animation: shake .5s linear;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    color: red; }
