body {
	font-family: Verdana, Tahoma, Arial, 'Myriad Web', Syntax, sans-serif;
	font-size: 14px;
  width: 950px;
  margin: 0 auto 0 auto;
  padding: 0;
  border: 1px navy solid;
  position: relative;
}

.flash {
  color: green;
}

a img {
  border: 0;
}

h1 {
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
}

p {
  margin: 0;
  padding-bottom: 12px;
}

ul {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

#header {
  height: 100px;
  background-image: url(/images/banner-fr-index-fr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

#content {
  padding: 0 4px 0 234px;
  background-image: url(/images/menubar1.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}

#menu {
  width: 230px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 100px;
}

#menu ul {
  margin: 14px 0 14px 0;
  padding: 0 2px 0 2px;
}

#menu li {
  list-style-type: none;
  width: 220px;
  height: 40px;
  margin: 4px;
  padding: 2px 2px 2px 2px;
  background-repeat: no-repeat;
  background-position: 6px center;
}

#menu li a {
  display: block;
  width: 160px;
  height: 30px;
  padding-left: 60px;
  padding-top: 10px;
}

#menu li:hover {
  padding: 1px 1px 1px 1px;
  background-position: 5px center;
  border: 1px navy solid;
}

#menu li.men_selected {
  padding: 0;
  background-position: 4px center;
  border: 2px navy solid;
  background-color: #E0E0FF;
}

#menu_accueil {
  background-image: url(/images/puce-bateau.gif);
}
#menu_maison {
  background-image: url(/images/puce-maison.gif);
}
#menu_photos {
  background-image: url(/images/puce-chambre2.gif);
}
#menu_map {
  background-image: url(/images/puce-carte.gif);
}
#menu_ile {
  background-image: url(/images/puce-pieds.jpg);
}
#menu_activites {
  background-image: url(/images/puce-seau.gif);
}
#menu_life {
  background-image: url(/images/puce-eglise.gif);
}
#menu_rates {
  background-image: url(/images/puce-calendrier.gif);
}
#menu_contact {
  background-image: url(/images/puce-isabelle.jpg);
}
#menu_links {
  background-image: url(/images/puce-bateau2.gif);
}

#footer {
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
	margin-left: 10%;
	margin-right: 10%;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
	font-size: 16px;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}

.message {
	margin-left: 10%;
	margin-right: 10%;
	padding: 6px;
	border: 1px solid green;
	background-color: #EFE;
}