/* CSS Document */
span.menu
{
  position: absolute;
  left: 10;
  font-family: verdana;
  font-size: 9;
  font-weight: bold;
  color: #ffffff;
  z-index: 10;
}
span.schools
{
  position: absolute;
  top: 122;
  right: 10;  
  font-family: verdana;
  font-size: 18;
  font-weight: bold;
  color: #ff5502;
  z-index: 10;
}
span.photo_gallery, span.dossiers
{
  position: absolute;
  left: 10;
  font-family: verdana;
  font-size: 9;
  font-weight: bold;
  color: #c8c8c8;
  z-index: 10;
}
div.dossiers
{
  position: absolute;
  width: 140;
  /*top: 84;*/
  top: 21;
  right: 0;
  height: 209;
  overflow: auto;
  font-family: verdana;
  font-size: 9;
  color: #c8c8c8;
}
div.photo_gallery
{
  position: absolute;
  width: 140;
  /*top: 84;*/
  top: 231;
  right: 0;
  height: 209;
  overflow: auto;
  font-family: verdana;
  font-size: 9;
  color: #c8c8c8;
}
a
{
  text-decoration: none;
  font-family: verdana;
  font-size: 9;
  font-weight: bold;
  color: #ffffff;
}
#banner
{
    position: absolute;
    width: 702;
    height: 150;
    top: 0;
    left: 0;
}
#left_menu
{
    position: absolute;
    width: 150;
    height: 440;
    top: 150;
    left: 0;
}
#right_menu
{
    position: absolute;
    width: 150;
    height: 440;
    top: 150;
    right: 0;
}
#dossiers
{
    position: absolute;
    width: 150;
    /*top: 63;*/
    top: 0;
    right: 0;
}
#photo_gallery
{
    position: absolute;
    width: 150;
    /*top: 84;*/
    top: 210;
    right: 0;
}
#playground
{
    position: absolute;
    width: 150;
    top: 256;
    right: 0;
}
#bottom
{
    position: absolute;
    width: 702;
    height: 25;
    top: 590;
    left: 0;
}
#classes
{
  position: absolute;
  top: 147;
}
#parents
{
  position: absolute;
  top: 231;
}
#teachers
{
  position: absolute;
  top: 231;
}
#students
{
  position: absolute;
  top: 231;
}
.onesmallstep
{
  position: absolute;
  right: 10;
  top: 10;
  font-family: sans-serif;
  font-size: 9;
  color: #969696;
  z-index: 5;
}
.onesmallstep_link
{
  text-decoration: none;
  font-family: sans-serif;
  font-size: 9;
  color: #969696;
}
img
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; 
}
img.photo
{
  position: absolute;
  top: 21;
  right: 0;
  float: none;
  border: 3px double #bfbfbf;
}
#main
{
    position: absolute;
    width: 552;
    height: 440;
    top: 150;
    left: 150;
}
div.full
{
  position: absolute;
  top: 21;
  height: 419;
  width: 552;
  overflow: auto;
}
