body {
  background: white;
  background-image: url(images/bg_body.png);
  background-position: top center;
  background-repeat: repeat-x;
}

h1 {
  color: #eeeeec;
}

.container{
  /*
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	*/
	-moz-border-radius: 5px;
}

/*
 * Entête
 */

#head {
  position: relative;
  height:126px;
  background-image: url(images/bg_head.png);
/*  border-top-left-radius:  5px;
  border-top-right-radius:  5px;
  -webkit-border-top-left-radius:  5px;
  -webkit-border-top-right-radius:  5px;
  -moz-border-radius-topleft:  5px;
  -moz-border-radius-topright:  5px;*/
}

#head h1 {
  display: none;
}

#head #coords {
  text-align: right;
  margin: 5px;
}

#head ul#lang-switch {
  list-style-type: none;
  position: absolute;
  left: 200px;
}

#head ul#lang-switch li {
  display: inline;
  margin-left: 5px;
}

#head ul#lang-switch li a{
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/*
 * Menu
 */

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	background: #2f3c8d;
  position: relative;
  background-image: url(images/bg_menu.png);
  background-position: top center;
  background-repeat: repeat-none;
  padding-top: 4px;
  height: 32px;
}
ul#menu li.main-page{
	height:36px;
	color: white;
  font-weight: bold;
	float: left;
	padding: 0 10px;
	line-height: 32px;
}
ul#menu li#parent-active.main-page {
  border-radius:  9px;
  -webkit-border-radius:  9px;
  -moz-border-radius:  9px;
  background: #7c96c5;
  height: 28px;
}
ul#menu li.main-page a{
  color: white;
  text-decoration: none;
}
ul#menu li.main-page ul.sub-menu {
  display: none;
}
ul#menu li#parent-active ul.sub-menu {
  display: block;
	clear: left;
  background: #7c96c5;
  position: absolute;
  list-style-type: none;
  left: -18px;
  top: 36px;
}
ul#menu li.main-page ul.sub-menu a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  color: white;
  width: 210px;
  border-bottom-right-radius:  9px;
  -webkit-border-bottom-right-radius:  9px;
  -moz-border-radius-bottomright:  9px;
  border-top-left-radius:  9px;
  -webkit-border-top-left-radius:  9px;
  -moz-border-radius-topleft:  9px;
}
ul#menu li.main-page ul.sub-menu a:hover {
	background: #2f3c8d;
}
ul#menu li.main-page ul.sub-menu li#active a {
  background: #6c86c5;
}

#newsletters-list {
  padding-left: 230px;
}

/*
 * Pied de page
 */

#foot {
  background: #ddddde;
  padding-top: 10px;
  text-align: center;
  font-size: 75%;
  color: #777; 
  border-bottom-left-radius:  5px;
  border-bottom-right-radius:  5px;
  -webkit-border-bottom-left-radius:  5px;
  -webkit-border-bottom-right-radius:  5px;
  -moz-border-radius-bottomleft:  5px;
  -moz-border-radius-bottomright:  5px;
}

#foot a {
  color: #BBB; 
  text-decoration: none;
}

div.newsletter-letter-text {
  margin-left: 240px;
}

