/* CSS Document */
body{
  background: #D7D7EC;
}
h1{
  font-family: Serif;
  background: #7376E9 none;
  color: white;
  border: 3px double #9999FF;
  padding: 0.3em;
  text-align: center;
  letter-spacing: 0.3em;
  width: 70%;
}

p{
  margin: 1em;
}
a {
  color: #5E5BE9;
}
a:hover {
  text-decoration: none;
}
table{
  border: 0px;
}
.imageFond {
  background: url('@.png') no-repeat 50% 50%;
  height: 150px;
}
.style1 {
  font-size: normal;
  font-weight: bold;
  color: #000000;
}
.style2{
  font-size: xx-large;
  font-weight: bold;
  color: #FF0000;
}
.Style3 {font-size: x-small;}

.erreur{
  font-size: 32pt;
  font-weight: bold;
  color: #FF0000;
}
.erreur2{
  font-weight: bold;
  color: #FF0000;
  font-size: normal;
}
.blockForm{
  margin: 10px 0;
}
