﻿/* map.css
----------------------------------------------- */

div#MapOfRegions
{
  text-align: center;
}

div.mapofregions img
{
}

div#MapOfDepartments
{
  text-align: center;
}

div#MapOfDepartments div
{
  background: url(images/mapoffrance.gif) no-repeat center top;
  width: 292px;
  height: 313px;
}

div#Departments
{
}

div#Departments ul
{
  color: Black;
  font-size: 0.9em;
  list-style: none;
  padding: 0;
  margin: 0;
}

div#Departments li
{
  list-style-type: none;
  line-height: 1.6em;
  margin: 0;
  padding: 1px;
}

div#Departments li.selected
{
  background-color: #cef;
}

div.document img.map
{
  float: right;
  margin: 1em;
}

div.document table.photo
{
  margin: 1em;
}

div.document table.left
{
  float: left;
}

div.document table.right
{
  float: right;
}

div.document table.photo td
{
  font-size: 0.8em;
  text-align: center;
}

