
body{
	margin: 0px;
	padding: 0px;
}

/*input:focus:invalid{
	border-color: #FF0000;
	background-image: none;
	box-shadow: 0px 0px 5px #d45252;
}*/






label{display: block;  text-align: center; padding-bottom: 8px; width: 100%; }

/*   */

/* DEBUT DIV LES DIV */

#line1, #line2,#line3,#line4{
	width: 100%;
	height: auto;
	text-align: center;
	border-width: 3px;
	border-color: #DDD;
}

.entre{
	border: 1px solid #ced4da;
	border-radius: .25rem;
	text-align: center;
	
	padding:8px;
	width:250px;
	font-size: 17px;

	
}



#divbtn{
	margin-top: 20px ;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	height: auto;

	

}
.button{
	padding: 7px;
	cursor: pointer;
	font-size: 13px;
	display: inline;
	font-weight: bold;
	border-color: #007bff;
	background-color: #007bff;
	color: #FFF;
	border-radius: 5px;
	margin-left: 20px;
}

#divMtEuro,#divFrais{
	margin-bottom: 10px;
}





/* FIN DIV */
#imgtrans{
	float: left;
	position: relative;
	top: -10px;
	left: 30px;
}

#h2Transfer{
	float: left;
		position: relative;
		top: 10px;
		left: 40px;
		color: #999;
}

#info, h2{
	text-align: center;
}

#divpng, #div1, #h2Transfer{
	display: inline-block;
}

#divNom, #divPrenom,#divEmail, #divTel, #divTotal {
	margin-bottom: 10px;
}


#div1{
	width: 100%;
	height: 65px;
}


#div_img{
	float: left;
	margin: 10px;
	
}

#div_lien{
	float: left;
	margin-top: 25px;
}

button  a{
	color: #FFF;
}


button{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
}

#div_jeu{
	float: right;
	margin-top: 25px;
	position: relative;
	right: 10px;
	background-color: #F55;
	

}
#divpng{
	background-color: white;
	width: 100%;
	height: 100px;
	
	
}



#div_lien_foot{
	background-color: #EEE;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
		
}

a{
	color: #00F;
	text-decoration: none;
}


	
div [classe="link_btn"]:hover{
		color: black;
	}

a [class="link_btn"]:hover{
	text-decoration: none;

}
.link_foot{
	text-decoration: none;
}
a[class="link_foot"]:hover{
	text-decoration: underline;
	}
a[class="link_accueil"]:hover{
	color: #FFF
}

	
	span{
	display: block;
	margin-top: 10px;
	color: #AAA;
	
}

.button:hover{
	background-color:#0004F5 ;
}