@import "basic.css";
@import "erreur.css";
@import "form.css";
@import "menu.css";
@import "tablet.css";
@import "mobile.css";

body{
background-color:#000;
background: url(/img/fondlogin.jpg) no-repeat center fixed; 
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1.registerh1 {
    color: #fff;
    font-size: 45px;
    font-weight: 100;
    margin: 30px 0 1%;
    text-transform: uppercase;
}
h2 {
    color: #e5e5e5;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 15px;
}
.titre_blanc{
margin-top:100px;
padding-bottom:15px;
}
.txt_grey_clear
{
font-size: 20px;
margin-top: 15px;
padding-bottom: 20px;
}
.boutonhref{
cursor:pointer;
}
.choix_metier{
color: #CCCCCC;
font-size: 19px;
margin-bottom: 20px;
margin-left: 30px;
margin-top: -17px;
}
footer{
background:none !important;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7) !important;
}