html {overflow: auto;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  background-color: white;
  color: black;
  margin: auto;
}

#premier-element {
  position: absolute;
  width: 800px;
  top: 0;
  left: 50%;
  margin-left: -390px;
	margin-top: 0px; /* évite tout risque de fusion des marges */
	width: 800px;
}


#container {
  position: absolute;
  width: 780px;
  top: 0;
  left: 50%;
  margin-left: -390px;
  margin-top: 180px;
  opacity: 100;
  visibility:visible;
}


span {
  font-size: 22px;
  font-weight: bold;
}

#menubar {
	position: relative;
	width: 800px;
	height: 40px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}

.texts {
  display:none;
}

#container img {
  opacity: 100;
  visibility:visible;
}

#textfield img {
  opacity:1;
  visibility:visible;
}


#piedpage {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
}

#dernier-element {
	position: absolute;
	left: 0;
	width: 100%;
}
