/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: auto;
    background-image:url("img/image-background.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(0, 0, 0);
    background-position: 50% -250px;
    background-repeat: no-repeat no-repeat;
}

#motif {
    float: left;
    height: 1500px;
    clear: none;
    width: 100%;
    min-width: 0px;
    position: fixed;
    top: 1px;
    left: 0%;
    display: block;
    background-image:url("img/motif1.png");
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: auto;
    opacity: 1;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#emmanuel-trepant {
    float: left;
    height: 150px;
    margin: 420px 0px 0px;
    clear: none;
    width: 100%;
    background-image:url("img/emmanuel-trepant.png");
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 0px;
    min-height: 150px;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 323px;
    display: block;
    opacity: 0.9;
    max-height: none;
    background-position: 50% 0px;
    background-repeat: no-repeat no-repeat;
}

a:link{
  cursor:  pointer;
}