.header_user_info {
  float: right; }
  .header_user_info a {
    color: #000;
    font-weight: 300;
    display: block;
    padding: 4px 0 0 0;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      text-decoration: underline; }
    .header_user_info a.account {
      background: url("../../../img/icon_user.png") no-repeat;
      background-position: 0 40%;
      background-size: 16px 20px;
      padding-left: 25px; }
    .header_user_info a.logout {
      background: url("../../../img/icon_deconnexion.png") no-repeat;
      background-position: 0 40%;
      background-size: 20px 20px;
      padding-left: 25px; }
