body {
	/*background: #222 url('../images/splash.png');*/
}

.login h1 a {
	width:300px !important;
	height:225px !important;
	background-image:url('../images/94-fr.png') !important;
	/*background-image:url('../images/logo-w-blanc.png');*/
	background-size:300px 225px !important;
	-webkit-background-size:150px 125px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{

	border-radius: inherit !important;
	background-color:  #0e476e;
	box-shadow: none;
	text-shadow: none;
	border-color:  #0e476e;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large:hover{
	background-color: #000000;
	transition: 0.5s;
}