/* 
  -- #page --
  http://-STATIC-/css/page.css
  Commun à tous les sites ( www / planet / forum / doc )

  les '../images' sont en relatif sur http://-STATIC-/images/

  v0.1 - 27/07/2010 - McPeter
  v0.2 - 07/12/2010 - McPeter xabilon
*/

body{
  background-repeat:repeat-x;
}

#accessibar{
  margin:0.3em 3em -0.6em auto;
  text-align:right;
}
#accessibar, #accessibar a{ color:#FFF; }

#page{
  margin:1em 1.6em; padding:0.4em 1.8em 0;
  min-width:925px; min-height:42em;
  background-color:#F6F6F6; background-position:top left; background-repeat:repeat-x;
  background-image:url('../images/commun/ground_page.png');
  border:1px outset #D2D2D2;
  border-right:2px outset #D2D2D2;
  border-bottom:3px outset #D2D2D2;
  border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  -khtml-border-radius:8px;
  position:relative;
}
