*{
	margin:0;
	padding:0;
}
body{
  text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
  letter-spacing:0.05em;
  background-color:#ffffff;
}
#fond{
  position:relative;
  max-width:960px;
  background-color:#f6f644;
  margin:20px auto;
  padding-top:10px;
  padding-bottom:10px;
  border-radius:6px;
  -webkit-border-radius:6px;
  box-shadow:2px 2px 7px #000;
  -webkit-box-shadow:2px 2px 7px #000;
}
#bandeau{
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
  width:460px;
  height:130px;
  padding-top:10px;
  border:0;
  z-index:10;
  background-color:hsla(50, 100%, 100%, 0.8);
  font-size:20px;
  font-weight:bold;
  color:red;
  text-shadow:0 0 5px yellow;
  text-align:center;
  border-radius:6px;
  -webkit-border-radius:6px;
  box-shadow:2px 2px 7px #000;
  -webkit-box-shadow:2px 2px 7px #000;
}
#bandeau a{
  font-size:20px;
  color:#0066ff;
  text-decoration:none;
}
#bandeau a:hover{
  text-decoration:underline;
}
.corps{
  background-color:#ffffff;
  margin-top:5px;
  padding-top:5px;
  text-align:left;
}
p{
margin:5px 30px;
}
a.lien:link,a.lien:active,a.lien:visited{
  text-decoration:none;
  color:#ffff00;
}
a.lien:hover{
  text-decoration:underline;
}
.imgborder{
  border-width:0px;
  border-radius:6px;
  -webkit-border-radius:6px;
}
