a:active, a:hover {
    outline: 0;
}

a {
    color: #ABCE00;
    text-decoration: none;
}

a:hover {
    color: #ABCE00;
    text-decoration: underline;
}

#main.container,
footer .container {
    padding-left: 170px;
    padding-right: 170px;
}

a[target=_blank]:after {
    content: ' >';
}

h1 {
    color: #965C1D;
    margin: 30px 0;
    font-size: 37px;
    text-align: center;
}

h2 {
    font-size: 22px;
    color: #965C1D;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

h5 {
    font-size: 22px;
    color: #965C1D;
}

body {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    line-height:1.31;
    background: url(https://s3-eu-west-1.amazonaws.com/sc-files.pjms.fr/p/localch/000/050/010/875/fec694e95fe5472bb9bcbb4860e4f386.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    background-color: rgb(171, 206, 0);
    height: 180px;
}

header #logo {
    text-align: center;
    margin-top: 28px;
}

header #logo a {
    display: inline-block;
}

header #logo a img {
    display: block;
	width: 120px;
	height: 120px;
}

#menubar {
    border-bottom: 1px solid rgb(171, 206, 0);
    background: white;
}

#menubar .container {
    padding: 0;
}

#menubar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
}

#menubar ul li {
    float: left;
}

#menubar ul li a {
    display: block;
    color: white;
    background-color: #ABCE00;
    height: 50px;
    line-height: 50px;
    padding: 0 57px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 1px;
}

#menubar ul li a:hover {
    background-color: #779000;
}

#main {
    background: white;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer {

}

footer .container {
    border-top: 1px solid #965C1D;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: white;
}

.footer-menu {
    text-align: right;
    background: white;
    padding-bottom: 10px;
}

#bao_nfwbe {
	width: 100%!important;
}