/* $Id: minnelli.css,v 1.3.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Minnelli, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net
 */

body #wrapper #container {
  width: 560px;
}

body.sidebars #wrapper #container {
  width: 980px;
}

body.sidebar-left #wrapper #container,
body.sidebar-right #wrapper #container {
  width: 770px;
}

p
{
    text-align: justify;
}

span.carte
{
    font-size: 16px;
    font-family: Courier, monospace;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border: 1px solid;
    border-color: black;
    color: black;
}

span.carreau
{
    font-size: 16px;
    font-family: Courier, monospace;
    font-weight: bold;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    border: 1px solid;
    border-color: black;

    color: red;
    background-image: url(/img/carte/carreau.png);
}

span.pique
{
    font-size: 16px;
    font-family: Courier, monospace;
    font-weight: bold;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    border: 1px solid;
    border-color: black;

    color: black;
    background-image: url(/img/carte/pique.png);
}

span.trefle
{
    font-size: 16px;
    font-family: Courier, monospace;
    font-weight: bold;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    border: 1px solid;
    border-color: black;

    color: black;
    background-image: url(/img/carte/trefle.png);
}

span.coeur
{
    font-size: 16px;
    font-family: Courier, monospace;
    font-weight: bold;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    border: 1px solid;
    border-color: black;

    color: red;
    background-image: url(/img/carte/coeur.png);
}

.classique td
{
    border: 2px solid;
}

table.noborder
{
    border-style: hidden;
}

tr.dark
{
    background-color: #EEEEEE;
}

/*
.node img
{
    float: left;
}
*/

