/* Design (images) by Ouaz
http://www.ouaz-studio.com
Pour http://www.kitgraphique.net

Découpage, modifications et CSS par Konnecting
http://www.konnecting-entertainment.com
Pour Narus http://www.narys.fr

CSS de http://www.a-vos-cas.com
Le 23 mars 2008

global/tableaux.css
*/

/* La messagerie */
table.messagerie, table.tableau
{
  width : 100%;
  border : none;
  border-collapse : collapse;
  border : 1px solid #d9c35e;
}

table.messagerie th, table.tableau th
{
  background-color : #f4e181;
  border : 1px solid #d9c35e;
}

table.messagerie td, table.tableau td
{
  padding : 5px;
  border : 1px solid #d9c35e;
}

table.tableau td.tableau_fonce
{
  background-color : #f1e1b6;
}

table.tableau td.tableau_clair
{
  background-color : #fdf5d5;
}