.bouton_valider{
	width: 80px !important;
	height: 40px;
	margin-left: 45%;
	margin-top: 20px;
	background: #0a3443;
	font-family: 'Montserrat', sans-serif; 
	color: #fff;
	font-size: 14px;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
}

.bouton_valider:hover{
	background: #fff;
	color:#000000;
	-moz-box-shadow: inset 0px 0px 5px 0px #656565;
	-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
	-o-box-shadow: inset 0px 0px 10px 0px #656565;
	box-shadow: inset 0px 0px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
