/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    height: 100%;
}
body {
    line-height: 1;
    /*
    overflow: hidden; 
    -ms-overflow-style: none;
    */
    background-color:#000000;
    height: 100%;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



div#cont{
    width:100%;
    max-width:807px;
    height:800px;
    border:5px solid red;
    background-color:#000000;   
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
    z-index:0;
    margin-left: auto;
    margin-right: auto;
    margin-top:3%;

}

.banner img{
    width:100%;
}


h1{
    color:#ffffff;
    font-family: 'Poiret One', cursive;
    font-size:25px;
    padding:50px 50px 80px 50px;
    visibility:hidden;
}

div.nb{
    border-bottom:1px solid #ffffff;
    width:250px;
    text-align:center;
    margin: 0 auto;
}

div.rs ul{

    height:80px;
    width:270px;
    text-align:center;
    margin: 15px auto;
}

div.rs ul li{
    float:left;
    margin:8px;
}

.footer li{

    display:inline-block;

    margin:0 auto;
}

.footer li img{
     width:100%;
    max-width:379px;
    
}
.footer ul{
    display:inline-block;
    width:100%;

    margin: 0 auto;

    text-align:center;
    position:relative;
    top:60px;

}











