.pg_button{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    font-weight: 600;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
	border-bottom: 3px solid rgba(0,0,0,.15);
    font-weight: 500;
    border-radius: 0px;
    white-space: normal;
    height: initial;
    line-height: initial;
    padding-top: 9px;
    padding-bottom: 6px;
}

#trad_pg_btn_not_translate {
    background-color: #e05f44;
	border-color: #a92523;
}
#trad_pg_btn_to_translate {
    background-color: #337ab7;
	border-color: #15639e;	
}


.trad_pg_a_souscat{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	
	color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;	
	
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

    white-space: nowrap;
    overflow: hidden;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    margin-top: 3px;
    margin-right: 3px;
	
}


