.header_user_info {
  float: right;
  }
  .header_user_info a {
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 35px;
	}
	.header_user_info a span{
    color: #fff;
	display: inline-block;
    /* margin: auto; */
    text-align: center;
    }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    /*.header_user_info a:hover, .header_user_info a.active {
      background: #fff;
	  }
	.header_user_info a:hover span, .header_user_info a.active span{
      color: #000;
	  }*/
	  
	.header_user_info.logged {
		/*display:none;*/
		/*border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 64px;
		background: #fff;
		float: left;
		right: 80px;
		padding-top: 13px;*/
	}
	.header_link_magasins {
		float: right;
		padding: 0 15px;
		height: 31px;
	}
	.header_link_magasins a {
	    margin-top: 4px;
	}
	.header_link_magasins a span{
		color:#141313;
		font-size: 14px;
	}
	
	@media (max-width: 767px) {
		.header_user_info.logged .logout {
			display:none;
		}
	}
