/* Saisissez votre CSS personnalisé ci-dessous */
#primary header.main h1 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#primary header.main {
    background-color: #fff;
}
h1 {
    text-transform: uppercase;
}
h4 {
    margin-bottom: 30px;
}
p {
 padding-bottom: 15px;
 font-size: 0.9em;
}
h2 {
    font-size: 1.4em;
    font-family: georgia;
    font-style: italic;
    margin-bottom: 30px;
}
a img:hover { opacity: 0.8;}
#footer a {
	text-decoration: underline;
}
label {
    font-size: 1.0em;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link, a.tt-button {
    background: #e2023a;
}

input[type="checkbox"] {
    margin-right: 10px;
}

form p {
    margin: 0px 0px 0px 0px;
}