body {
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: black;

    font-family: 'Oswald', sans-serif;

    height: 100%;
    width: 100%;
    margin: 0px;

}

a, a:visited {
       text-decoration: none;
       color: white;
       font-weight: 300;
       font-size: 1em;
   }

#title {
    position: absolute;
    left: 5%;
    top: 5%;
}

#title > img.logo {
    width: 300px;
}

#title > h1 {
    color: white;
    font-weight: 300;
    font-size: 1.02em;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

#title > h2 {
    color: white;
    font-weight: 300;
    font-size: 1.0em;
    margin: 0px;
    padding: 0px;
}

#title > h2 > a {
    color: white;
    text-decoration: none;
}

#code {
    min-width: 25%;
    max-width: 200px;
    height: 120px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

}

#code form label {
    display: none;
}

#code form {
    width: 100%;
    height: 70px;
}

#code form input {
    height: 100%;
    width: 100%;

    border:  none;
    border-radius: 5px;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 1.9em;
    padding: 10px;
    color: #aaa;

}

#code form > button.submit {

    position: absolute;
    right: 0px;

    height: 70px;
    top:0px;

    width: 80px;

    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: #5f1403;
    border: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-decoration: none;
    font-size: 1.9em;
    font-weight: 200;
    font-family: 'Oswald';


}

#footer {
    position: absolute;
    bottom: 5%;
    left: 5%;

}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

    color: white;
}

/*--- capture ---*/
#capture {
    width: 85%;
    height: 80%;
    position: absolute;

    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

    z-index: 1000;

    background-color: white;

    padding: 2%;

}

#capture > .left {
    width: 40%;
    height: 100%;
    float: left;
    overflow: hidden;
}

#capture > .left > img {
    height: 100%;
    overflow: hidden;
}

#capture > .right {
    width: 59%;
    height: 100%;
    float: left;
    position: relative;
}

#capture > .right > .disclaimer {
    position: absolute;
    bottom: 80px;
    color: #888;
    padding-left: 10px;
}

#capture > .full {
    height: 100%;
    width: 100%;
    position: relative;
}

a.download {
    position: absolute;
    bottom: 2px;

    margin-left: 10px;

    padding-left:  10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
 
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 1.5em;

    border-radius: 10px;
    background-color: #9f9f9f;
    min-height: 40px;
    color: white;
    text-transform: uppercase;
    border: none;
}

#pausePlayStop {
    width: 45px;
    left:0px;
    height: 45px;
    margin-bottom: 20px;
}

.informations {
    color: #666;
    font-weight: 300;
    overflow-y: scroll;

}

.informations  > a {
    color: #666;
}

.informations > h2 {
    font-weight: 300;
}

.informations .contact {
    margin-bottom: 2px;
    font-size: 1.35em;
}

.informations > h1 {
    font-weight: 300;
    margin-bottom: 1px;
}


.credits {
    color: #666;
    font-weight: 300;
    overflow-y: scroll;

}

.credits  > a {
    color: #666;
}

.credits > h2 {
    font-weight: 300;
}

.credits .contact {
    margin-bottom: 2px;
    font-size: 1.35em;
}

.credits > h1 {
    font-weight: 300;
    margin-bottom: 1px;
}



a.close {
    position: absolute;
    top: 0px;
    right: 0;

    height: 20px;
    width: 20px;
    color: #9f9f9f;
    background-color: none;
    text-transform: uppercase;
    border: 1px #aaa solid;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: 'Oswald';
    font-size: 1.3em;
    text-decoration:none;
}

#overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 1;
}


ul.logos  {
    margin-left: 0;
    padding-left: 0;

}
ul.logos > li {
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0;
}