body {
font-size: 10px;
font-family: arial, helvetica, sans-serif;
background-color: white;
color: #2c2222;
margin: 0px;
padding: 0px;
height: 100%;
text-align: center;
}
#page
{
  position: absolute;

  width: 48em;        /* selon la largeur voulue */
  margin-left: -24em;  /* moitie de width */
  left: 50%;          /* constant, toujours 50%  */

  height: 46em;       /* selon la quantite de texte */
  margin-top: -23em;   /* moitie de height */
  top: 50%;           /* constant, toujours 50% */
}
body.page_normale
{
text-align: left;
padding-left: 25px;
padding-top: 10px;
}
body.page_normale a
{
background-color: transparent;
color: #990033;
}
body.page_menu
{
background-color: #2d1400;
margin: 0px;
height: 100%;
min-height: 100%;
background-attachment: fixed; 
background-image: url('img/fd2.gif');
background-repeat: no-repeat;
}
body.page_menu a
{
color: #ff9900;
}
a 
{
background-color: transparent;
color: #fb7100;
}
h1
{
background-color: transparent;
font-size: 16px;
color: #990033;
padding-top: 10px;
font-family: arial, helvetica, sans-serif;
}
h2
{
background-color: transparent;
margin-top: 0px;
font-size: 13px;
color: #993366;
padding-top: 0px;
font-family: arial, helvetica, sans-serif;
}
h3
{
margin-top: 0px;
font-size: 11px;
background-color: transparent;
color: #521c38;
padding-top: 0px;
font-family: arial, helvetica, sans-serif;
font-style: normal;
padding-left: 15px;
padding-right: 15px;
}
h4 {
background-color: transparent;
margin-top: 0px;
font-size: 10px;
color: #000000;
padding-top: 0px;
font-family: arial, helvetica, sans-serif;
font-style: normal;
padding-left: 15px;
padding-right: 15px;
}
div.poll {
overflow: auto;
margin: 4px;
height: 100%
}
div.content {
overflow: auto;
margin: 4px;
height: 100%
}
