
/*@import url(http://);*/

@font-face {
    font-family: 'Interval';
    src: url('font/Interval.otf');
    src: url('font/Interval.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* { 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

h1, h2, h3, h4, h5, h6, p, a, strong, em, ul, ol, li, span, br, nav {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    list-style-type: none;
    text-decoration: none;
} 

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Interval', sans-serif;
    font-size: 1em;
    line-height: 100%;
    height: 100%;
    overflow: hidden; 
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: #eee;
    cursor: default;
    z-index: 999;
}

#nav li {
    display: inline-block;
    float: left;
    margin: 0;
    width: 2em;
    height: 2.5em;
    margin: 0.5em;
    margin-right: 0;
    cursor: default;
}

#nav span {
    display: block;
    width: 2em;
    height: 2em;
    cursor: pointer;
}

.active {
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.hover {
    cursor: pointer;
    border-bottom: 1px solid #000!important;
}

#nav .profil span {
    background: url(img/profil.png) no-repeat;
    background-size: 100% 100%;
}

#nav .click span {
    background: url(img/click.png) no-repeat;
    background-size: 100% 100%;
}

#nav .gomme span {
    background: url(img/gomme.png) no-repeat;
    background-size: 100% 100%;
}

#contain {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: url(img/mouse.png), crosshair;
}

#contain a {
    color: #000;
}

#contain a:hover {
    cursor: url(img/hand.png) 5 0, crosshair;
    color: #ddd;
}

.content {
    font-size: 0.8em;
    text-align: center;
    white-space: nowrap;
}

.noclick {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: url(img/tampon.png) 11 11, crosshair;
    z-index: 9;
}




@media only screen and (width:480px) and (orientation:portrait) {
    body { font-size: 1.8em; }
}

@media screen and (min-width:1600px) {
    body { font-size: 2em; }
}


