

/* changement de l'image de fond de ma page de connexion WordPres */
	
.login #backtoblog a, .login #nav a{color: #B2CEFA;font-weight: bold;}
.login{ 
 background-image: url('images/liberte.jpg'); 
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: center; 
}
