body{
	/* Location of the image */
	background-image: url("../../img/connexion/mdp_oublie_fond.png");
	/* Background image is centered vertically and horizontally at all times */
	background-position: center center;
	/* Background image doesn't tile */
	background-repeat: no-repeat;
	/* This is what makes the background image rescale based
	on the container's size */
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover;
	    /* background-size: unset; TEST POUR LES PC 100% largeur
	/* Set a background color that will be displayed
	while the background image is loading */
	background-color: white;
	/* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
	background-attachment: fixed;
}

#cadenas{
	margin-top: 10%;
	margin-bottom: 25px;
	width: 20%;
	height: auto;
	max-width: 250px;
	min-width: 100px;
}

#validateIdNewPwd{
	position: absolute;
	bottom: 10%;
    right: 10%;
	/* width: 150px; */
	width: auto;
	height: 70px;
	letter-spacing: 2px;
}