body{
  background-color: black; 
  font-family: Arial;
  color: white;      
}
#haut{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 960px;
}
#banniere{
  margin-top: 30px; 
}
h2{
  text-align: center;
}
#corpaccueil{
  text-align: center;
}
#entersite{
  margin-top: 23px;
}
#fondtable{
  background-color: #FFFFFF;
  -moz-border-radius: 1em; 
  -webkit-border-radius: 1em;
  border: 2px solid #80a6af;
}
p{
  color: white;
  padding: 10px;
}
p.center{
  text-align: center;
}
p.phraseaccueil{
  margin-left: 10px;
}
a:visited{
  color: red;
}
a:hover{
  color: white;
}
a{
  color: red;
  text-decoration:none;
}
#bas{
  text-align: center;
  background-image: url(../images/fondbottom.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
