body {
    font-family: sans-serif;
    font-size: 13pt;
    color: white;
    margin: 0px;
    padding: 0.5em;
    background-color: #111;
    background-image: url('../img/guitare.png');
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
}
a {
    color: red;
}
a:hover {
    border-bottom: 1px solid red;
}
label {
    display: block;
    text-align: right;
}
h1 {
    margin: 0px;
    font-size: 1.8em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
    text-decoration: underline;
}
.clear {
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
    word-wrap: break-word;
}
textarea {
    vertical-align: top;
    background-color: black;
    color: white;
}
input {
    background-color: black;
    color: white;
}
form {
    width: 70%;
}
.participation {
    border: 1px solid gray;
    padding: 0.5em;
    background-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.participation img {
    margin-right: 0.5em;
    float: left;
}
#top {
    text-align: center;
    width: 95%;
    margin: auto;
    padding: 1em;
    position: relative;
}
#middle {
    width: 95%;
    position: relative;
}
#right {
    width: 430px;;
    margin: 1em;
    float: right;
}
#menu {
    margin: 1em;
}
#menu a {
    border: 1px solid gray;
    padding: 0.5em;
    background-color: black;
    text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
#menu a:hover {
    background-color: #222;
}
