body {
  top: 0;
  left: 0;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	background: url("img/back_couleur_ombre.jpg");
	background-color: rgb(249,243,231);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}
a, a:visited {
  color: #5A3D1C;
}
a:hover {
  color: #A00D0D;
}

/* conteneur principal */
#page {
  position: absolute;
  left: 50%;
  top: 0;
  width: 540px;
  margin-left: -270px; /* décale vers la gauche de la moitié de la largeur pour un alignement centré */
}

/* MENU */
#menu {
  position: absolute;
  left: 50%;
  margin-left: -295px;
  top: 83px;
  font-size: 19px;
  color: #5A3D1C;
  
  width: 650px;
  text-align: center;
}
#menu ul {
  margin:0;
  padding-left: 0;
  display: inline;
  list-style: none;
} 
#menu li {
  float:left;
  margin: 0;
  padding: 0 16px;
  list-style: none;
  display: inline;
  color: #A00D0D;
}
#menu li a{
  text-decoration: none;
  color: #5A3D1C;
}
#menu li a:hover{
  color: #A00D0D;
}

/* CONTENU */
#contenu {
  position: absolute;
  left: 5px;
  top: 135px;
  width: 540px;
  font-size: 15px;
  color: #5A3D1C;
  text-align: justify;
}
#contenu h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

#subMenuPresentation {
  position: absolute;
  left: 5px;
  top: 442px;
}
#subMenuProduitsItalia {
  position: absolute;
  left: 5px;
  top: 390px;
  text-align: center;
}

/* LANGUES */
#langues {
  position: absolute;
  left: 213px;
  top: 672px;
  font-size: 20px;
  color: #5A3D1C;
}
#langues ul {
  margin:0;
  padding: 0;
  display: inline;
  list-style: none;
} 
#langues li {
  float:left;
  margin: 0;
  padding: 0 2px;
  list-style: none;
  display: inline;
}
#langues li img{
  border: 0;
}

#signature {
  width: 550px;
  position: absolute;
  top: 725px;
  text-align: center;
  font-family: arial;
  font-size: 10px;
}
