body
{
    background-color:  #000;
    font-family:"Arial";
    font-size:100%;
    margin: 0;
    padding: 0;
}

a,
a:hover
{
    font-family: "Arial";
    color: rgb(25,25,25);
}

.container
{
    width: 1024px;
    background-color: #FFF;
    
    border-right: 10px solid rgb(25,25,25);
    border-left: 10px solid rgb(25,25,25);
}

header
{
    margin: 25px 0;
}

header hr 
{
    border-bottom: 2px dotted #BEBEBE;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.separator 
{
    height: 2px!important;
    border-bottom: 2px dotted #BEBEBE;
    margin-left: 25px;
}

.content .separator
{
    margin-left: 0;
}

.content .separator div.span12
{
    height: 3px;
}

div.row-fluid.section
{
    margin-top: 25px;
    margin-bottom: 25px;
}

div#home.row-fluid.section
{
    margin-top: 0px;
}

div.description
{
    font-family: "Arial";
    font-size: 17px;
    color: #6A6C6E;
}

div.description ul
{
    margin-left: 0px;
}

div.description ul li
{
    list-style-type: none;
}

ul#verre li
{
    list-style-type: circle;
    margin-left: 20px;
    font-size: 15px;
}

div.description h3
{
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: rgb(25,25,25);
    margin-bottom: 0px;
}

div.span12.section-title
{
    border-bottom: 5px solid #000;
    margin-bottom: 10px;
}

div.span12.section-title h1
{
    margin: 0;
    font-family:"Arial";
    font-weight: bold;
    color: rgb(25,25,25);
    font-size: 18px;
    line-height: 20px;
}

div.lead
{
    font-family: "Arial";
    color: #BEBEBE;
    font-size: 37px;
    line-height: 40px;
    font-weight: bold;
    padding-right: 0px;
}

p.lead
{
    font-family: "Arial";
    color: #BEBEBE;
    font-size: 31px;
    line-height: 31px;
    margin-top:15px;
    margin-bottom:15px;
}

div#about p.lead
{
    font-family: "Arial";
    color: rgb(19,19,19);
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-top:15px;
    margin-bottom:15px;
}

div#ouvrage p
{
    font-family: "Arial";
    color: rgb(25,25,25);
    font-size: 17px;
    line-height: 20px;
}

div#ouvrage p.lead
{
    font-family: "Arial";
    color: #BEBEBE;
    font-size: 25px;
    font-weight: bold;
    line-height: 27px;
}

div#liens h3
{
    font-family: "Arial";
    color: rgb(19,19,19);
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

div#liens .span4,
div#liens .span3,
div#contact .span4,
div#contact .span3
{
    margin-top: 5px;
    margin-left: 25px;
}

div#liens div.span4.first,
div#contact div.span4.first
{
    margin-left: 0px;
}

div#contact strong
{
    font-family: "Arial";
    color: rgb(19,19,19);
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

div#contact p,
div#contact a
{
    font-family: "Arial";
    color: #6A6C6E;
    font-size: 17px;
    line-height: 20px;
}

div#liens ul
{
    margin-left: 15px;
}

div#liens ul li a
{
    font-family: "Arial";
    color: #6A6C6E;
    font-size: 17px;
    line-height: 20px;
}

div#references ul
{
    margin-top: 15px;
}

div#references ul li
{
    font-family: "Arial";
    color: #BEBEBE;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    list-style-type: none;
}

.horizontal-separator
{
    margin-right: 15px;
    margin-top: 15px;
    background-color: #BEBEBE;
    width:3px;
    height:110px;
}

div#contact .horizontal-separator
{
    height:100px;
}

.content .span8
{
    border-left: 3px solid #BEBEBE;
    padding: 0;
    padding-left: 15px;
}

div#home p.lead
{
    margin-bottom:0px;
}

span.author-name {
    font-family: "Arial";
    font-size: 17px;

    font-weight: bold;
    line-height: 30px;
}

p.ouvrage-description {
    font-family: "Arial";
    font-size: 17px;

    margin-top: 20px;
}

.row-fluid [class*="span"] {
    min-height: 3px;
    margin-left: 0px;
}

#map-canvas
{
    width: 100%;
    min-height: 300px;
    margin: 0px;
    padding: 0px
}

#map-canvas img {
    max-width: none;
}

.nav-links,
.ouvrage-links
{
    margin-right: 10px;
    margin-bottom: 30px;
}

.nav-links li
{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    list-style-type: none;
}

#mobile-navbar
{
   display: none;
}

#desktop-navbar
{
    display: block;
}

div.span12.archive
{
    margin-top: -16px;
}
    
@media(max-width: 767px) {
    
    .navbar-inner
    {
        margin-right: 20px;
    }

    body {;
        padding-top: 50px;
    }
    
    #mobile-navbar
    {
        float: right;
        display: block;
        position: fixed;
        top:0px;
        width: 100%;
    }
    
    #mobile-navbar ul
    {
        margin-top: 30px;
    }

    #mobile-navbar li a
    {
        font-size: 20px;
        line-height: 22px;
    }
    
    #mobile-navbar .brand
    {
        margin-left: 25px;
    }
    
    #mobile-navbar .brand a
    {
        text-decoration: none;
    }
    
    #mobile-navbar .img-ouvrage-1
    {
        margin-top: 20px;
    }
    
    
    .section
    {
        padding-top: 60px;
        margin-top: -60px;
    }
    
    #desktop-navbar
    {
        display: none;
    }
    
    .container
    {
        width: auto;
            
        border-right: 2px solid rgb(25,25,25);
        border-left: 2px solid rgb(25,25,25);
    }
    
    .content .span8
    {
        border-left: 0px;
        padding-right: 15px;
        padding-top: 50px;
    }
    
    .horizontal-separator
    {
        display: none;
    }

    div#liens .span4,
    div#liens .span3,
    div#contact .span4,
    div#contact .span3
    {
        margin-top: 5px;
        margin-left: 0px;
    }
    
    .affix {
      position: static;
      width: auto;
      top: 0;
    }

    div.lead
    {
        font-size: 25px;
        line-height: 30px;
        margin-right: 25px;
    }

    p.lead
    {
        font-size: 21px;
        line-height: 21px;
    }

    div#about p.lead
    {
        font-size: 15px;
        font-weight: bold;
        line-height: 17px;
    }

    div#ouvrage p
    {
        font-size: 15px;
        line-height: 27px;
    }

    div#ouvrage p.lead
    {
        font-size: 18px;
        line-height: 20px;
    }

    div#references ul li
    {
        font-size: 15px;
        line-height: 25px;
    }
    
}
