html
{
  background: #de9ddd;
}

body
{
  font: 90% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  border: 0;
  padding: 0;
  border: 1px solid black;
}

a
{
  color: #1c455b;
  text-decoration: none;
}

a:hover
{
  color: black;
  text-decoration: underline;
}

p
{
  margin: 0;
  padding: 0;
}

#header
{
  background: url(../images/bandeau.png) no-repeat bottom center;
  height: 150px;
  margin: 0;
  padding: 0;
}

#header h1
{
  display: none;
}

#menu
{
  background: url(../images/fond_menu.png) repeat-x;
  height: 30px;
  border-top: 1px solid white;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#menu ul
{
  margin: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
}

#menu ul li
{
  float: left;
  width: 9em;
  background: url(../images/sep_menu.png) no-repeat left -2px;
  text-align: center;
}

#menu ul li#accueil
{
  background: none;
}

#menu ul li a
{
  font-weight: bold;
  font-size: smaller;
  color: white;
  line-height: 30px;
}

#menu ul li a span
{
  display: none;
}

#menu ul li a:hover span
{
  display: block;
  position: absolute;
  top: 180px;
  width: 750px;
  color: #0e6aad;
  text-align: left;
}

#main
{
  background: #ffffcc;
  color: #1c455b;
  border-top: 1px solid white;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 1em;
}

#main a
{
  text-decoration: underline;
}

#main cite
{
  display: block;
  color: #5dcb37;
  padding-bottom: 2em;
}

#main img
{
  float : right;
  margin : 1em;
  padding: 0;
}

#main h1
{
  font-size: 1em;
}

#main p
{
  padding-bottom: 1em;
}

#main ul
{
  list-style-type: none;
}

#footer
{
  border-top: 1px solid #0e6aad;
  background: white;
  color: #1c455b;
  text-align: center;
  margin: 0;
  padding: 0;
}

.center
{
  text-align: center;
}

.spacer
{
  clear: both;
}

#table
{
  border: 0; 
}
.center
{
  margin-left: auto;
  margin-right : auto;
}