@CHARSET "UTF-8";

div#colone-milieu div#ecran-accueil {
  background: transparent url(../images/visuellogin.jpg) no-repeat scroll center center;
  height: 613px;
  width: 779px;
}

div#authentification_dimensionnement {
  width: 350px;
  left: 230px;
  position: absolute;
  top: 20px;
}

div#authentification_dimensionnement h1 {
  background: url("../images/logo_login.png") no-repeat top left;
  width: 208px;
  height: 147px;
  margin: 5px auto;
}

div#authentification_dimensionnement h1 span {
  display: none;
}

div#authentification_dimensionnement form {
  -moz-border-radius-bottomleft: 11px;
  -moz-border-radius-bottomright: 11px;
  -moz-border-radius-topleft: 11px;
  -moz-border-radius-topright: 11px;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #E5E5E5;
  font-weight: normal;
  margin: 0 auto;
  width: 300px;
  padding: 16px 16px 10px;
}

div#authentification_dimensionnement form ul li {
  display: inline;
  margin-left: 20px; 
}

div#authentification_dimensionnement form label {
  display: block;
  color: #777777;
  font-size: 11px;
}

div#authentification_dimensionnement form textarea,
div#authentification_dimensionnement form select,
div#authentification_dimensionnement form input[type=text],
div#authentification_dimensionnement form input[type=password] {
  background: #FBFBFB none repeat scroll 0 0;
  border: 1px solid #E5E5E5;
  font-size: 12px;
  margin-bottom: 3px;
  margin-right: 6px;
  margin-top: 2px;
  padding: 3px;
  width: 97%;
}

div#authentification_dimensionnement form input[type=submit] {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  background:#26B1AC none repeat scroll 0 0;
  border:1px solid #E5E5E5;
  font-size:12px;
  width:100px;
  color: #FFF;
  display: block;
  margin: 0 auto 10px;
}
