.aboutLink {
    text-align:center;
}

.aboutLink td {
    padding:0px;
}


.aboutlink table {

    
}

.moreAbout {
    text-align:left;
    
    display:none;
    position:absolute;
    
    margin-left:100px;
    margin-top:-35px;
}


.coinhg {
    background-image:url("../images/coin_hg.png");
    background-repeat:no-repeat;
    background-position:0px 3px;
    width:25px;
    height:16px;

}

.coinhd {
    background-image:url("../images/coin_hd.png");
    background-repeat:no-repeat;
    background-position:0px 3px;
    width:32px;
    height:16px;

}

.coinbd {
    background-image:url("../images/coin_bd.png");
    background-repeat:no-repeat;
    width:32px;
    height:32px;

}

.coinbg {
    background-image:url("../images/coin_bg.png");
    background-repeat:no-repeat;
    width:25px;
    height:32px;
}

.bubbleName {
    background-color:white;
 
    font-weight:bold;
    color:navy;
    text-align:center;
    margin-bottom:5px;
    
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#CCC;
}

.bulleCroix {
    background-color:white;
    width:10px;
    text-align:right;
    padding-bottom:10px;
}

.bulleTrux {
    background-image:url("../images/trux.png");
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:29px;
}

.bulleIntern {
    background-image:url("../images/trux_inter.png");
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:25px;
}

.bulleLeft {
    background-image:url("../images/ligne_g.png");
    background-repeat:repeat-y;
    background-position:0px 0px;
    width:25px;
}

.bulleRight {
    background-image:url("../images/ligne_d.png");
    background-repeat:repeat-y;
    background-position:0px 0px;
    width:32px;
}

.bulleTop {
    background-image:url("../images/ligne_t.png");
    background-repeat:repeat-x;
    background-position:0px 3px;
    height:16px;
}

.bulleBottom {
    background-image:url("../images/ligne_b.png");
    background-repeat:repeat-x;
    background-position:0px 0px;
    height:32px;
}

.bulleContent {
    padding-top:10px;
    background-color:white;
}

