/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

#letigre {
    width: 100%;
    min-width: 1280px;
    position: relative;
}

.main {
    width: 100%;
    min-height: 320px;
    background-color: #1f3b71;
    
}

.logo {
    width: 100%;
        max-width: 1280px;
        height: 790px;    
    /*min-height: 320px;
    max-height: 790px;*/
    background-color: #1f3b71;
    background-image: url('/img/structure/LeTigre_logo.png');
    background-position: center center;
    /*background-size: 50% auto;*/
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

#letigre h1 {
    position: absolute;
    text-indent: -9999em;
}

#letigre a {
    text-indent: -9999em;
}

#letigre .find-a-store {
    display: block;
    width: 165px;
    height: 27px;
    text-indent: -9999em;
    background-image: url('/img/structure/find-a-store.png');
    background-position: center center;
    background-repeat: no-repeat;   
    left: 5%;
    right: 5%;
    margin: 0 auto;
    /*bottom: 10%;*/
    bottom: 7%; 
    position: absolute;    
}

.bonton {
    width: 800px;
    margin: 0 auto;
    height: 60px;
    background-image: url('/img/structure/bonton.png');
    background-position: center center;
    background-repeat: no-repeat;  
    position: relative;    
}

.bonton a {
    display: inline-block;
    position: relative;
    background-image: url(about:blank); 
    height: 60px;
    width: 100px;
    text-indent: -9999em;
}

.bonton .bonton-link {
    width: 140px;
}

.bonton .bergners {
    width: 95px;
}

.bonton .elder {
    width: 115px;
}

.footer {
    position: relative;
    width: 100%;
    font-family: arial;
    color: #848484;
    font-size: 11px;
    text-align: center; 
    margin-top: 10px;  
    padding-bottom: 20px;  
}

.footer a {
    font-family: arial;
    color: #848484;
    font-size: 10px; 
    text-decoration: underline;
    margin-left: 10px;    
}

.footer a:hover {
    color: #848484;
    text-decoration: underline;    
}

.privacy-policy {
    font-family: arial;
    font-size: 11px;
    color: #000;
    min-width: 800px;
}

.privacy-policy a,
.privacy-policy a:hover {
    font-family: arial;
    font-size: 11px;
    color: #000;
    text-decoration: underline;
}

.privacy-policy .privacy-content {
    width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 30px;
}

ol {
    list-style-position: inside;
}

ol.arabic {
    list-style-type: decimal;
}

ol.loweralpha {
    list-style-type: lower-alpha;
}

ol.lowerroman {
    list-style-type: lower-roman;
}

.privacy-policy .back-to-home {
    text-indent: 0;
}

.privacy-policy p {
    margin:0 0 1.5em 0;
}

.privacy-policy ul, .privacy-policy ol {
    margin:0 1.5em 1.5em 1.5em;
}

.privacy-policy li ul, .privacy-policy li ol {
    margin:0 1.5em;
}

.privacy-policy .header {
    font-weight: bold;
    font-size: 13px;
}
/*
.privacy-policy .bonton {
    min-width: 800px;
}
*/
/* Desktops and laptops ----------- */
/*
@media only screen and (min-width: 1224px) {

    .main {
    }

    .logo {
        max-width: 1280px;
        height: 790px;
    }

    #letigre .find-a-store {
        bottom: 7%;   
    }       
    
}
*/