@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	width: 900px;
	text-align:center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top:30px;
	background-color:#0082ED;
}

#wrapper{
	font-size:20px;
	margin-top:50px;
	height:500px;

}

#texte {
	font-size:20px;
}

li {
  display: inline;
}

ul li a {
  text-decoration: none;
  position: relative;
  color: #FFF;
  padding: 4px 17px;
  font-size: 18px;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 20px;
  box-shadow: 0px 1px 1px #525252;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
  transition: bottom 0.2s ease;
}


ul li a:hover {
  bottom: 3px;
  border-top: 2px solid #DBDBDB;
}

ul {
  position: relative;
  margin-bottom: 5px;
  margin-left: -40px;
}

form {
	margin-top:70px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.bouton {
	background-color:transparent;
	text-decoration: none;
	color:white;
}

footer{
	margin-top:100px;
}