
/*
 * CSS for http://sam.zoy.org/
 * $Id: main.css,v 1.1 2006/08/10 08:53:30 snameche Exp $
 */

/*#fleurs
{
  background-color: inherit;
  background-image: url(/images/fleurs.png);
}*/

/*#fleurs2
{
  background-color: inherit;
  background-image: url(/images/fleurs2.png);
}*/


table.topmenu
{
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: inherit;
  background-color: #e0e0f3;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #777799;
}

table.bottommenu
{
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: inherit;
  background-color: #e0e0f3;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #777799;
}

table.leftmenu
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: inherit;
  background-color: #e0e0f3;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #777799;
}

td.white
{
  margin: 0px;
  padding: 5px 5px 5px 5px;
  color: inherit;
  background-color: white;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #777799;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 97%;
  color: black;
  background-color: #ccccee;
}

body,td {
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 9pt;
}

p {
 /* text-indent: 10pt; */
  text-align: justify;
}

/*a { text-decoration: none; }*/
a:link    {
  color: #225599;
  background-color: inherit;
}
a:visited {
  color: #002266;
  background-color: inherit;
}
a:active  {
  color: #88ff77;
  background-color: inherit;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  text-decoration: underline;
}

td.nowrap {
  white-space: nowrap;
}

blockquote.center,p.center,td.center {
  text-align: center;
}

blockquote.right,p.right,td.right {
  text-align: right;
}

