body{
    margin: 0px;
    min-width: 960px;
    height: 100%;
    background-image: url("../images/backgrounds/bg-menu.png");
}

h3,h2,h1{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3{

    font-weight: normal;
}
a{
    color: #251313;
}

#left{
    float:left
}
#right{
    float:right
}
.richbox-1{
    background-image: url("../images/backgrounds/bg-title-richbox1.png");
    color: #fff5d3;
}

.container{

    width: 960px;
    text-align: center;
    margin: auto auto;
}
/*
MENU

*/
#menu{
    background-image: url("../images/backgrounds/bg-menu.png");
    color: white;
    height: 134px;
    position: relative;
    padding-top: 7px;
}
#menu_cut{
    background-image: url("../images/backgrounds/bg-content-top-t.png");
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0px;

}

ul.menu-mainmenu {
    margin: 0;
    padding: 0;
    clear: both;
    padding-top: 15px;
}

ul.menu-mainmenu li a:hover {
    color: #f4e7c5;
    text-decoration: none;
}

ul.menu-mainmenu li a{
    color: #ffffff;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 13px 17px;
}
ul.menu-mainmenu li {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

/*

HOME_HEADER

*/
#head_maeva_pablo{
    background-image: url("../images/backgrounds/bg-promo.jpg");
    color: white;
    height: 219px;
    position: relative;
    padding-top: 40px;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

#header{
    background-image: url("../images/en-tete.png");
    height: 181px;
    width: 579px;
    margin: auto auto;
}

#head_maeva_pablo_cut{
    background-image: url("../images/backgrounds/bg-content-top-t.png");
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0px;

}
#block1{
    background-image: url("../images/backgrounds/bg_content.png");
    position: relative;
    text-align: center;
}
#block1_cut{
    background-image: url("../images/backgrounds/bg-content-top-b.png");
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

#block1 .cell{
    display: inline;
}
#block1 .cell img{
}

.cell-3{
    float: left;
    width: 33.3%;
}

#block2{
    background-image: url("../images/backgrounds/bg-menu.png");
    color: white;
}

.clearafter:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}



.title-pattern-grey,
.title-pattern-yellow{
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    padding: 10px 10px 0;
}

.title-pattern-grey:before, .title-pattern-grey:after, .title-pattern-yellow:before , .title-pattern-yellow:after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 70px;
    background-image: url("../images/pattern.png");
    background-repeat: no-repeat;
    padding: 0 8px 0;

}

.title-pattern-grey:before {
    background-position: 0 -155px;
}

.title-pattern-grey:after {
    background-position: 15px 0;
}

.title-pattern-yellow:before {
    background-position: 0 -481px;
}
.title-pattern-yellow:after {
    background-position: 15px -302px;
}


#jsn-pos-right p{
    text-align: left;
}

#map_canvas {
    margin-left: 35px;
    width: 650px;
    height: 260px;
    margin-bottom: 50px;
}

img.schernelz{
    width: 650px;
    margin-bottom: 50px;
}

.labels {
    color: black;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    padding: 1px 2px;
    border: 1px solid black;
    white-space: nowrap;
}


span.new{
    color: red;
}