#b1 {
  background-color: #0f89ee;
  background-image: url(images/Logo_dgamp.jpg);
}

.titre {
  margin-top: 60px;
  text-align: center;
  font-size: 45px;
  color: black;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  text-decoration: blink;
}
#logo1 {
  background-image: url(images/Logo_dgamp.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 30px;
}

#send {
  margin-top: 15px;
  /*padding-left: -30px;*/
  padding-left: 20px;
  padding-right: 20px;
  /*border-radius: 0%;*/
  border-radius: 0%;
  margin-bottom: 10px;
}
#send:hover {
  background-color: black;
  color: white;
}
#email {
  margin-top: 10px;
  border-radius: 0%;
}

#pass {
  margin-top: 10px;
  border-radius: 0%;
}
#identifiant {
  margin-top: 10px;
  border-radius: 0%;
}
#fichier {
  margin-top: 10px;
  border-radius: 0%;
}

.lien-inc {
  color: red;
  text-decoration: none;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
