/* BODY */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
  width: 909px;
  margin: 100px auto 0 auto;
  padding: 0;
  height: 496px; /* 496+20 */
}

#index-image1, #index-image2, #index-image3 { float: left; } 

#index-image1 {
	background: url(../img/index-image1.jpg) no-repeat;
	width: 537px;
	height: 496px;
	position: relative;
	z-index: 50;
	margin: 0 auto;
	left: 186px;
}

#index-image1:hover {
	cursor: pointer;
}

#index-image2 {
	background: url(../img/index-image2.jpg) no-repeat;
	width: 181px;
	height: 496px;
	position: relative;
	z-index: 40;
	margin-left: -186px;
}

#index-image3 {
	background: url(../img/index-image3.jpg) no-repeat;
	width: 181px;
	height: 496px;
	position: relative;
	z-index: 30;
	margin-left: 5px;
}



#langue {
  width: 909px;
  padding: 0;
  height: 20px;
  min-height: 20px;
  color: #731561;
  font-size: 0.7em;
  position: relative;
}

#langue a {
	color: #731561;
	text-decoration: none;
}
#langue a:hover {
	color: #731561;
	text-decoration: underline;
}



#liste_villes {
  margin: 5px auto 0 auto;
  text-align: center;
  font-size: 0.65em;
  width: 909px;
}
#liste_villes a {
	color: #731561;
	text-decoration: none;
}
#liste_villes a:hover {
	color: #731561;
	text-decoration: underline;
}

#adresse {
	margin: 0 auto;
  color: #999;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.7em;
  width: 909px;
}


/*
#langue {
  color: #731561;
  font-size: 0.7em;
  padding: 110px 0 0 0;
  margin: 0;
}


#image_accueil {
	height: 505px;
	min-height: 505px;
	background: url(../img/index-tourisme-bassin-ludois.jpg) no-repeat;
}
#image_accueil a {
	display: block;
	height: 505px;
	min-height: 505px;
	width: 100%;
}


*/