/**
     Affichages spécifiques aux cartes.
 */
/*<editor-folder desc=".... Cartes à jouer">*/

.play_card {
    width:30px;
    height:45px;
    /*
    background-color:#FFF;
    border: thin  #D8D8D8 solid;
    border-radius:5px;
    box-shadow:-2px 1px 2px #CCC;
     */
    font-size:1.2em;
    text-align:center;
    margin-bottom:5px;
    line-height:16px;
    padding:4px;
    color: #000;
    display:inline-block;
    margin-right:-5px;
    font-weight:500;
}



.spade_symbol {
    background-size: 65%;
    background-image: url(/images/pique.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    margin: 1px 0 0 3px;
    font-weight: 700;
}

.spade_card {
    width: 30px;
    height: 45px;
    background-color: #FFF;
    border: thin #D8D8D8 solid;
    border-radius: 5px;
    box-shadow: -2px 1px 2px #CCC;
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 4px;
    color: #000;
    display: inline-block;
    margin-right: -6px;
    font-weight: 500;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.heart_symbol {
    background-size: 65%;
    background-image: url(/images/coeur.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    margin: 1px 0 0 3px;
    font-weight: 700;
}

.heart_card {
    width: 30px;
    height: 45px;
    background-color: #FFF;
    border: thin #D8D8D8 solid;
    border-radius: 5px;
    box-shadow: -2px 1px 2px #CCC;
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 4px;
    color: #000;
    display: inline-block;
    margin-right: -6px;
    font-weight: 500;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.diamond_symbol {
    background-size: 65%;
    background-image: url(/images/carreau.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    margin: 1px 0 0 3px;
    font-weight: 700;
}

.diamond_card {
    width: 30px;
    height: 45px;
    background-color: #FFF;
    border: thin #D8D8D8 solid;
    border-radius: 5px;
    box-shadow: -2px 1px 2px #CCC;
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 4px;
    color: #000;
    display: inline-block;
    margin-right: -6px;
    font-weight: 500;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.clubs_symbol {
    background-size: 65%;
    background-image: url(/images/trefle.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    margin: 1px 0 0 3px;
    font-weight: 700;
}

.clubs_card {
    width: 30px;
    height: 45px;
    background-color: #FFF;
    border: thin #D8D8D8 solid;
    border-radius: 5px;
    box-shadow: -2px 1px 2px #CCC;
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 4px;
    color: #000;
    display: inline-block;
    margin-right: -6px;
    font-weight: 500;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

/*</editor-folder desc=".... Cartes à jouer">*/


/**
     Affichages spécifiques aux enchères.
 */
/*<editor-folder desc=".... Encheres">*/



/*</editor-folder desc=".... Encheres">*/
