header{
    margin-top: 0;
}
header nav ul li a{
    color: white;
}
a,
a:hover,
a:focus,
a:active {
  color:brown;
}
.site-header{
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    padding: 25px 0;
}

.site-description{
    color: #FFF;
}
.site-navigation{
    font-weight: 800;
    margin-top: 10px;
}
.site-navigation a{
    display: block;
    
    -moz-box-shadow: inset -2px -2px 1px 0px #666666;
    -webkit-box-shadow: inset -2px -2px 1px 0px #666666;
    -o-box-shadow: inset -2px -2px 1px 0px #666666;
    box-shadow: inset -2px -2px 1px 0px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=315, Strength=1);
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    
    background-color: white;
    color: #000000;
    padding:2px 10px;
}
.site-navigation a:hover{
    -moz-box-shadow: 0px 0px 0px 0px #656565;
    -webkit-box-shadow: 0px 0px 0px 0px #656565;
    -o-box-shadow: 0px 0px 0px 0px #656565;
    box-shadow: 0px 0px 0px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=0);
}
.site-navigation li{
    margin: 0 2% 2% 0;
}
.menu-main-container{
    float: none;
}
article{
    padding-bottom: 20px;
    margin-bottom: 2px;
}
article h2{
    font-size: 1.2em;
}
.home article{
    margin-bottom: 80px;
    width: 100%;
}
article .the-content p{
    clear: both;
    text-align: left;
}
article .the-content img{
    margin-bottom: 2%;
}
article .the-content img.size-medium,
article .the-content img.attachment-medium{
    width: auto;
    height: 225px;
    padding-right: 2%;
}
article .the-content .gallery img{
    height: auto;
    width: auto;
    border: 0 !important;
}
.past-page a, .next-page a{
    font-size: 1em;
}
#respond > h3{
    font-size: 1.6em;
}
h3#comments{
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .site-title img,
    article .the-content img.size-medium,
    article .the-content img.attachment-medium,
    article .the-content .gallery img{
        max-width: 100%;
        height: auto;
        padding-right: 0;
        display: block;
    }
}