/* Surcharge style de connexion */ 
body {
	background-image: url(images/logo-connexion-fond.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
}
h1 a {
	background: url(images/logo-connexion.png) no-repeat !important;
	width: 325px !important;
	height: 93px !important;
}
#backtoblog {
	background-color: #666;
	box-shadow: 0 1px 3px #666;
	left: 0;
	margin: 0 !important;
	padding: 10px !important;
	position: fixed;
	text-align: left;
	text-shadow: 0 0 0 !important;
	top: 0;
	width: 100%;
}
.login #backtoblog a {
	color: #ffffff !important;
}
.login #backtoblog a:hover {
	color: #97c00e !important;
}
.login #nav a {
    color: #ff6347 !important;
}
.login #nav a:hover {
    color: #9acd32 !important;
}
#contact {
	text-align: center;
	background-color: #fff;
	border-left: 2px solid #f00;
	border-right: 2px solid #f00;
}
#loginform {
	border: 1px solid #5f7314;
}
.login .message {
	text-align: center;
	color: #ff5555;
	font-weight: bold;
	border-left: 2px solid #00ff00;
	border-right: 2px solid #00ff00;
}
.login #login_error {
    border: 1px solid #dc3232;
}