@charset "ISO-8859-2";
/* CSS Document */

#menu_users_content {
margin-top:5px;
padding-left:10px;
height:33px;
border-bottom:dotted 1px #999999;
}

#menu_users_content2 {
margin-top:10px;
height:36px;
}

#menu_users {
width:38px;
height:28px;
border:0;
float:left;
}

.users_login {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#026aa6;
outline:0;

}

a.info {
	position: relative;
	color: black;
	text-decoration: none;
	outline:0;

}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 200; /* on définit une valeur pour l'ordre d'affichage */
   cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#999999;
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: relative;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: -40px; /* on positionne notre infobulle */
   left: 15px;
   background-color:#56674d;
   border:solid 1px #c8d9bf;
   padding-top:3px;
   padding-bottom:3px;
   padding-left:5px;
   padding-right:5px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#FFFFFF;
}

a.info2 {
	position: relative;
	color: black;
	text-decoration: none;
}
a.info2 span {
   display: none; /* on masque l'infobulle */
}
a.info2:hover {
   background: none; /* correction d'un bug IE */
   z-index: 200; /* on définit une valeur pour l'ordre d'affichage */
   cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#999999;
}
a.info2:hover span {
   display: inline; /* on affiche l'infobulle */
   position: relative;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: -20px; /* on positionne notre infobulle */
   left: 20px;
   background-color:#56674d;
   border:solid 1px #c8d9bf;
   padding-top:3px;
   padding-bottom:3px;
   padding-left:5px;
   padding-right:5px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#FFFFFF;
}

#profil_go_print
	{
			display:none;
			text-align:left;
	}
