/**
 * design/pgalilee-1.0/stylesheets/print.css
 *
 * Feuille de style pour l'impression.
 *
 * @version   1.0
 * @author    ovea <contact@ovea.com>
 * @copyright copyright 2004, ovea
 */

/* ### GENERALITES ### */

html, body
{
  height:			100%;
  margin:			0;
  padding:			0;
  color:			#000000;
  background:		#FFFFFF;
  text-align:		justify;
  font-family:		Verdana, Arial, sans-serif;
  font-size:		x-small;
}

h1, h2, h3, h4, h5, h6
{
  font-family:		Arial, Verdana, sans-serif;
}

/* ### TABLEAUX ### */

table.grille1col, table.grille2col, table.grille3col, table.grille4col,
table.grille5col, table.grille6col, table.grille7col, table.grille8col
{
  width:			100%;
  margin:			0;
  padding:			0;
  border:			0;
  border-collapse:	collapse;
  border-spacing:	2px; /* necessaire pour safari */
  text-align:		center;
}

table.grille1col td, table.grille2col td, table.grille3col td, table.grille4col td,
table.grille5col td, table.grille6col td, table.grille7col td, table.grille8col td
{
  border:			1px solid #888888;
}

/* temporary catchall */
table
{
  width:			100%;
  margin:			0;
  padding:			0;
  border:			0;
  border-collapse:	collapse;
  border-spacing:	2px; /* necessaire pour safari */
  text-align:		center;
}

table td, table tr
{
  border:			1px solid #888888;
}
