/* Modif AB
.header_user_info {
  position: relative;
	top: 17px;
	left: 765px;
	text-align: center;
	width: 170px;
}
*/
.header_user_info {
	position: absolute;
	top: 15px;
	left: 900px;
	right: 250px;
	text-align: center;
	width: auto;
	height: auto;
}
	@media(min-width: 768px) and (max-width: 1279px) {
		.header_user_info {
		top: 8px;
		left: 530px; }}
	@media (max-width: 767px) {
		.header_user_info {
		text-align: center;
		float: left;
		background-image: url("/magasin/themes/TestAlex/img/panneau-mon-compte-mobile.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position-y: center;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		min-width: 134px;
		min-height: 74px;
		position: relative;
		top: 0px;
		left: 0px;
		}}		
/* Fin Modif AB */
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
    line-height: 18px;
	font-style: italic;	
	text-shadow: 0 0 0.3em black, 0 0 0.3em black; 	}
		@media(min-width: 768px) and (max-width: 1279px) {
		.header_user_info a {
			font-size: 85%;
			line-height: 12px;	}}
    @media (max-width: 479px) {
      .header_user_info1 a {
        font-size: 11px; } }

	  
/*# sourceMappingURL=blockuserinfo.css.map */
