/* CSS Document */
/*  Personnsalisation du fond, du logo (H1) et de la barre horizontal du haut */
html { background:#222222; }
h1 a { background: transparent;  14px 17px no-repeat; width:510px;  }/*height: 307px;*/

body.login { border-top-color:#111111; }
 
/* Barre du haut - Lien */
.login p#backtoblog a:link,.login p#backtoblog a:visited { color:#222222; }
 
/* Barre du haut - Effet de survol*/
.login p#backtoblog a:hover,.login p#backtoblog a:active { color:#ffffff; text-decoration:underline;}
 
/* Modification de la taille du bloc "Connexion" */
#login { background:url( ../../../plugins/bm-custom-login/images/login-bkg-tile.gif)  center top no-repeat; width: 510px; margin-top:5px; }
 
/* Modification de bouton "Se connecter" et des autres liens*/
#login form { center bottom no-repeat; }
#login form .submit input { border-color:#444444!important; font-weight:bold; color:#FFF!important; background:#222222; }
#login form .submit input:hover { border-color:#808c95!important; color:#FFFFFF!important; }
.login #nav a { color:#7c8991!important; }
.login #nav a:hover { color:#6f7a81!important; }



/*  Attributes for the errors and messages box. These can be broken up if you 
    want to display a differnet color scheme for messages and errors. 
*/
#login p.message {
	padding: 12px;
	margin: 10px 26px 0px 24px;
}

#login #login_error {
	padding: 12px;
	margin: 15px 26px 0px 24px;
}

/*  Form input box attributes. 
*/
#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 90%;
	/* width:318px; this width is the same as 94% */
}

