#login h1 a, .login h1 a {
    background-image: url("./assets/img/logo-ca.png");
	height:145px;
	width:268px;
	background-size: 268px 145px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

body #login{
	background: #ffffffba;
    padding: 20px;
    margin-top: 20px;
}

body.login{
    background-image: url(./assets/img/background2.jpg);
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body #actu-home {
    font-size:14px;
}

body #actu-home h3 {
    font-size:16px;
}