/* block TOP user information */
#header_right_perso{
    border: 1px dashed transparent;
    height: 320px;

}
#header_right_perso #header_user {
    width: 216px;
    float: right;
    margin: 7px 20px 0 0 ;
    padding: 9px 10px 9px ;
    height: 38px;
    background: url("../../../img/headerlink.png") repeat-x scroll 0 0 transparent;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px

}
#header_right_perso #header_user #header_user_info, #header_right_perso #header_user #header_nav  {
    min-height: 20px;
    line-height: 20px;
    padding: 0 0 0 10px;
}








/* block LEFT user information */

#left_column #header_user {
    margin:-50px 0;
    width: 216px;
    position:absolute;
    border:1px solid #ffffff;
    background-color: #ffffff;
       -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    padding: 6px;

}
/*
#left_column #header_user a{
    color: #ffffff;
    font-weight: bold;
}
*/
#left_column #header_user #header_user_info, #left_column #header_user #header_nav  {
    min-height: 20px;
    line-height: 20px;
    padding: 0 0 0 10px;
}














/*  COMMUN A TOUS */

#header_user span { font-weight: bold }

#header_user ul { 
    list-style-type: none;
    margin-top: 0.3em 
}



