#header,
#sub-header {
  display: none;
}
form {
    margin-bottom: 25px;
}

div#layout {
    margin-top: 2.5em;
    width: 580px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: none;
}

#newsletter label {
  color:#374175;
  cursor:pointer;
  width: 150px;
  font-size:1.5em;
  font-weight:bold;
  margin:0 1em 0 0;
}
#newsletter .title img {
  display: block;
  margin: auto;
}
#newsletter .title {
  text-align: center;
  font-size: 2em;
  padding-top: 2em;
  clear: both;
  margin-bottom: 20px;
}
#newsletter .chapo {
  font-size: 1.5em;
  margin-bottom: 2em;
}

#flash .warning {
    font-weight: bold;
    color: red;
}

#buttons {
  text-align: center;
  margin-top: 20px;
}

#buttons input,
#buttons button {border:0;padding:1em;margin-right:1em;cursor: pointer;width: auto;overflow: visible;color:#fff; background-color:#374175;border-radius:1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;}

#buttons input:hover,
#buttons button:hover {background-color:#e31970;}

