/*  ----------------------------------------------------------*/
/*  Style Sheet for Custom CSS default theme                  */
/*  Override the original style CSS here                      */
/*  ----------------------------------------------------------*/
.header .logo, #header .logo{
  background-image: url("../images/logo_inserm.png");
 margin: 30px auto;
 background-repeat: round;
 position: absolute;
 width: 333px;
 height: 111px;

}

body{
background-image: url("../images/image_page_login.jpg");
}
