/* Résolution plein écran */

.header_user_info a {font-size: 14px !important;}

/* ***************************************************** */


.header_user_info {
  /*float: right;
  padding-top:10px;
  border-left: 0px solid #515151;
  border-right: 0px solid #515151;*/
	float: right;
	padding: 6px 0px;
	border: 0px solid #dadad9;
	margin: 0;
	margin-top: 28px;
	margin-bottom: -19px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	background: transparent;
	/* display: none */}
	@media (max-width: 479px) {
      .header_user_info {
        display:none; } }
  .header_user_info a {
    /*color: #f43900;
    font-weight: normal;
    padding: 14px 0 0 9px;
	margin-left:5px;
	margin-bottom:5px;
    cursor: pointer;
	font-size: 16px;
    line-height: 18px;
	background:white;
	color: #666;
	font-weight: bold;*/
	padding: 14px 4px 0 4px;
	margin-left: 0px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	background: transparent;
    display: none;	}
	@media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; display:none; } }
    .header_user_info a:hover{color: #888;background:text-decoration:none} 
	.header_user_info a.active {color: #888; }

.header_user_2 {
  float: left;
  padding-top:10px;
  border-left: 0px solid #515151;
  border-right: 0px solid #515151;
  border-bottom: 1px solid silver;
  padding-bottom: 6px;
  display: none; }
  .header_user_2 a {
    color: #f43900;
    font-weight: normal;
    padding: 14px 0 0 0px;
	margin-left:5px;
	margin-bottom:5px;
    cursor: pointer;
	font-size: 16px;
    line-height: 18px;
	background:white; }
	@media (max-width: 479px) {
      .header_user_2 a {
        font-size: 11px; display:none; } }
    .header_user_2 a:hover{color: #c82f00;text-decoration:underline} 
	.header_user_2 a.active {color: #c82f00; }