body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;    
}
/*header*/
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 66px;
    padding: 0 10px;
    border-bottom: 1px solid #1d50a1;
    box-shadow: 0 0 5px #e9e9e9;
    background-color: #e6eefa;
    z-index: 20;
}

#realheader {
    margin: 0 auto;
    width: 1252px;
    position: relative;
}

.left {
    padding: 18px 10px;
    cursor: pointer;
    float: left
}

.active {
    background: #a3b9d2;
    color: #FFF;
}

#realheader div.menu {
    float: left;
    color: #2355A4;
    font-size: 20px;
    padding-top: 0px;
    width: 51px;
    overflow: hidden;
    height: 60px;
}

#realheader div.actived {
    background: linear-gradient(to bottom, #cbd7e8, #e6eefa) repeat scroll 0 0 transparent;
    float: left;
    color: #2355A4;
    font-size: 20px;
    padding-top: 0px;
    width: 231px;
    height: 60px;
}

#realheader .actived p.texte {
    white-space: nowrap;
    margin: 0px;
    font-weight: bold;
    color: #2355a4;
    padding-top: 16px;
    width: 180px;
    line-height: 60px;
}

#realheader .menu p.texte {
    white-space: nowrap;
    margin: 0px;
    font-weight: bold;
    color: #2355a4;
    width: 180px;
    line-height: 60px;
}

#realheader p.right {
    margin: 0;
    padding: 16px 20px;
    text-align: right;
    float: right;
    color: #91a1bb;
    font-size: 10px;
    font-weight: normal;
}

#realheader .right .header_infos {
    font-weight: bold;
    color: #2355a4;
    font-size: 15px;
    display: block;
    text-decoration: none;
}

/*content*/
#content {
    width: 1254px;
    margin: 0 auto;
    margin-top: 100px;
}
#content.no-top {
    margin-top: 30px;
}
#first-content {
    margin-left: 120px;
    width: 674px;
    margin-right: 12px;
    float: left;
}

#first-content h1 {
    margin: 0px;
    display: block;
    color: #2355A4;
    font-size: 25px;
    padding: 17px 25px;
    width: 624px;
    background: linear-gradient(to top, #f0efef, #ffffff) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#donner-achetant h1 img {
    vertical-align: middle;
    margin-left: 10px;
}
#sidebar {
    width: 308px;
    float: left;
}

#don, #donner-achetant {
    box-shadow: 0px 0px 10px #dadada;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*Donner en achetant*/

#donner-achetant #description {
    border-bottom: 1px solid #dadada;
}

#donner-achetant #description p {
    color: #6C6C6C;
    padding: 30px 20px;
    text-align: left;
    margin: 0px;
}
.letter a:first-child {
    letter-spacing: normal;
}
.letter a {
    letter-spacing: .30em;
}
.letter {
    text-align: center;
    margin-bottom: 10px;
}
#donner-achetant #description input, #donner-achetant #description select {
    box-shadow: 0px 0px 6px #dadada;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
}
#donner-achetant #description select#category_data {
    padding: 8px 5px 8px 10px;
    width: 140px;
    height: 35px;
}
#donner-achetant #description span {
    color: #6C6C6C;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 20px;
    margin-left: 45px;
}

#donner-achetant #infos_search {
    padding: 20px 10px 10px 20px;
}

#donner-achetant #infos_search #number_result {
    font-weight: bold;
    color: #2b2b2b;
}

#donner-achetant #merchant-list .element {
    border: 1px solid #dadada;
    border-left-width: 0px;
    float: left;
    margin-bottom: -1px;
    height: 230px;
}

#donner-achetant #merchant-list .element:nth-child(4n+4) {
    border-right-width: 0px;
}

#donner-achetant #merchant-list .titre {
    background-color: #f5f8fb;
    padding: 10px 5px 10px 0;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

#donner-achetant #merchant-list .titre span {
    background-color: #d5dbe2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    padding: 5px;
    float: right;
    line-height: normal;
}

#donner-achetant #merchant-list .contenu .logo {
    padding: 20px auto;
}
#donner-achetant #merchant-list .element {
    position: relative;
    text-align: center;
    width: 167px;
}
#donner-achetant #merchant-list a.action {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
}
#donner-achetant #merchant-list .contenu img.logo {
    margin: 0px 0 10px;
}
#donner-achetant #merchant-list .contenu a.bouton {
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    border-top: 1px solid #DADADA;
    padding: 10px 60px;
}
#donner-achetant #merchant-list .contenu p {
    color: #6C6C6C;
    text-align: left;
    margin: 0px 5px;
}

#donner-achetant #merchant-list .contenu a span {
    display: block;
    background-color: #1a4992;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#donner-achetant #pagination {
    margin: 9px 10px 10px 10px;
    background-color: #f1f1f1;
    width: 654px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

#donner-achetant #pagination ul {
    padding: 0px;
    display: inline
}

#donner-achetant #pagination ul li {
    display: inline;
    padding: 15px;
    text-align: center;
}

#donner-achetant #pagination ul li.active_pagination {
    background-color: #e6e6e6;
}

#first-content #help-us {
    text-align: center;
    color: #6a6a6a;
    margin-top: 15px;
    margin-bottom: 25px;
}

#sidebar #slider {
    border: 2px solid #c2d3e7;
    padding: 3px;
    background-color: white;
    width: 298px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#sidebar #slider h3 {
    background-color: #f1f6fb;
    width: 268px;
    margin: 0px;
    padding: 15px;
}

#sidebar #slider #slides2 {
    background-color: #f1f6fb;
}

#pub_bottom {
    width: 600px;
    height: 147px;
    display: block;
    padding-left: 37px;
}

#titre_pub {
    margin: 10px 0 5px 0;
}

#titre_pub > * {
    display: inline-block;
    margin: 0px;
    font-size: 9px;
    color: #e7e7e7;
}

.barre {
    background-color: #e7e7e7;
    height: 1px;
    margin: 4px 0px;
}

#titre_pub p {
    padding: 0px 5px;
}

#pub_sidebar {
    margin-bottom: 5px;
}

#sidebar_reduc {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #c8bedb;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 273px;
    width: 304px;
    background: url(./../images/codes-promos-box.png), linear-gradient(to top, #f0efef, #ffffff) repeat scroll 0 0 transparent;
    background-size: 100%;
}

#sidebar_reduc p {
    position: absolute;
    color: #737373;
    font-size: 16px;
    font-weight: bold;
    left: 96px;
    line-height: 16px;
    text-align: center;
    top: 85px;
    width: 120px;
}

#sidebar_reduc button {
    color: #4d4d4d;
    text-transform: uppercase;
    background: linear-gradient(to top, #d2d2d2, #eeeeee) repeat scroll 0 0 transparent;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 23px;
    font-weight: bold;
    left: 80px;
    padding: 5px 10px;
    position: absolute;
}

#all_category {
    width: 100%;
    border-bottom: 1px solid #dadada;
    height: 192px;
    display: none;
}

#all_category ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 224px;
    height: 132px;
    padding-top: 30px;
    padding-bottom: 30px;
    list-style-type: none;
}

#all_category ul li {
    width: 194px;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}