@charset "windows-1250";
/* CSS Document */

/* changement de l'image de fond de ma page de connexion WordPres */
body.login { 
 background-image: url('bg-login.jpg'); 
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: center; 
}
#login {
	padding:10px;
	background-color:rgba(255,255,255,0.7);
}
.login h1 a { 
 background-image: url('replogo.png'); 
 height: 130px;
 width:320px;
 background-size: 320px;
}


/* Couleur des liens dans le formulaire de login, pour ceux qui ont des IFC */
#login p#nav a {
	display: block;
    text-align: center;
    background-color: #0073aa;
    border-radius: 20px;
    color: white;
    padding: 5px;
	margin-bottom:5px;
}