.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
    }
.clearfix:after {
    clear: both
    }
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
    }
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
    }
audio, canvas, video {
    display: inline-block
    }
audio:not([controls]) {
    display: none
    }
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    }
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
a:hover, a:active {
    outline: 0
    }
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
    }
sup {
    top: -0.5em
    }
sub {
    bottom: -0.25em
    }
img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    width: auto	;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
    }
#map_canvas img, .google-maps img {
    max-width: none
    }
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
    }
button, input {
    line-height: normal
    }
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
    }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
    }
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
    }
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
    }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
    }
textarea {
    overflow: auto;
    vertical-align: top
    }
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }
body {
    margin: 0;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff
    }
a {
    color: #08c;
    text-decoration: none
    }
a:hover {
    color: #005580;
    text-decoration: underline
    }
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
    }
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
    }
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
    }
.row {
    margin-left: -20px
    }
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0
    }
.row:after {
    clear: both
    }
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
    }
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px
    }
.span12 {
    width: 940px
    }
.span11 {
    width: 860px
    }
.span10 {
    width: 780px
    }
.span9 {
    width: 700px
    }
.span8 {
    width: 620px
    }
.span7 {
    width: 540px
    }
.span6 {
    width: 460px
    }
.span5 {
    width: 380px
    }
.span4 {
    width: 300px
    }
.span3 {
    width: 220px
    }
.span2 {
    width: 140px
    }
.span1 {
    width: 60px
    }
.offset12 {
    margin-left: 980px
    }
.offset11 {
    margin-left: 900px
    }
.offset10 {
    margin-left: 820px
    }
.offset9 {
    margin-left: 740px
    }
.offset8 {
    margin-left: 660px
    }
.offset7 {
    margin-left: 580px
    }
.offset6 {
    margin-left: 500px
    }
.offset5 {
    margin-left: 420px
    }
.offset4 {
    margin-left: 340px
    }
.offset3 {
    margin-left: 260px
    }
.offset2 {
    margin-left: 180px
    }
.offset1 {
    margin-left: 100px
    }
.row-fluid {
    width: 100%
    }
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0
    }
.row-fluid:after {
    clear: both
    }
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%
    }
.row-fluid [class*="span"]:first-child {
    margin-left: 0
    }
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%
    }
.row-fluid .span12 {
    width: 100%
    }
.row-fluid .span11 {
    width: 91.489362%
    }
.row-fluid .span10 {
    width: 82.978723%
    }
.row-fluid .span9 {
    width: 74.468085%
    }
.row-fluid .span8 {
    width: 65.957447%
    }
.row-fluid .span7 {
    width: 57.446809%
    }
.row-fluid .span6 {
    width: 48.93617%
    }
.row-fluid .span5 {
    width: 40.425532%
    }
.row-fluid .span4 {
    width: 31.914894%
    }
.row-fluid .span3 {
    width: 23.404255%
    }
.row-fluid .span2 {
    width: 14.893617%
    }
.row-fluid .span1 {
    width: 6.382979%
    }
.row-fluid .offset12 {
    margin-left: 104.255319%
    }
.row-fluid .offset12:first-child {
    margin-left: 102.12766%
    }
.row-fluid .offset11 {
    margin-left: 95.744681%
    }
.row-fluid .offset11:first-child {
    margin-left: 93.617021%
    }
.row-fluid .offset10 {
    margin-left: 87.234043%
    }
.row-fluid .offset10:first-child {
    margin-left: 85.106383%
    }
.row-fluid .offset9 {
    margin-left: 78.723404%
    }
.row-fluid .offset9:first-child {
    margin-left: 76.595745%
    }
.row-fluid .offset8 {
    margin-left: 70.212766%
    }
.row-fluid .offset8:first-child {
    margin-left: 68.085106%
    }
.row-fluid .offset7 {
    margin-left: 61.702128%
    }
.row-fluid .offset7:first-child {
    margin-left: 59.574468%
    }
.row-fluid .offset6 {
    margin-left: 53.191489%
    }
.row-fluid .offset6:first-child {
    margin-left: 51.06383%
    }
.row-fluid .offset5 {
    margin-left: 44.680851%
    }
.row-fluid .offset5:first-child {
    margin-left: 42.553191%
    }
.row-fluid .offset4 {
    margin-left: 36.170213%
    }
.row-fluid .offset4:first-child {
    margin-left: 34.042553%
    }
.row-fluid .offset3 {
    margin-left: 27.659574%
    }
.row-fluid .offset3:first-child {
    margin-left: 25.531915%
    }
.row-fluid .offset2 {
    margin-left: 19.148936%
    }
.row-fluid .offset2:first-child {
    margin-left: 17.021277%
    }
.row-fluid .offset1 {
    margin-left: 10.638298%
    }
.row-fluid .offset1:first-child {
    margin-left: 8.510638%
    }
[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none
    }
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right
    }
.container {
    margin-right: auto;
    margin-left: auto
    }
.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0
    }
.container:after {
    clear: both
    }
.container-fluid {
    padding-right: 20px;
    padding-left: 20px
    }
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0
    }
.container-fluid:after {
    clear: both
    }
.border-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wekbit-boz-sizing: border-box
    }
h1, h2, h3, h4 {
    line-height: 1.15
    }
h1, h3 {
    font-size: 30px;
    font-weight: normal;
    color: #1B84BE;
    border-bottom: 2px solid #C5C5C5;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    text-transform: uppercase
    }
h2 {
    font-size: 25px;
    font-weight: normal;
    color: #1B84BE;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    text-transform: uppercase
    }
h4 {
    color: #5db003;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin: 4px 0 10px 0;
    padding: 0
    }
h4 span {
    font-size: 24px
    }
/*h4 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 4px 0;
  padding: 0;
}*/
ul, ol {
    margin: 0.75em 0 0.75em 32px;
    padding: 0
    }
p {
    margin: 0.75em 0
    }
section {
    margin-bottom: 1em
    }
a {
    text-decoration: none;
    color: #474D4D;
    cursor: pointer
    }
a:hover {
    color: #333;
    text-decoration: underline
    }
.breadcrumb {
    margin: 1em 0
    }
.breadcrumb a {
    text-decoration: underline
    }
.map-bordered {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wekbit-boz-sizing: border-box;
    border: 3px solid #C4C4C6
    }
.read-next {
    color: #000;
    font-weight: bold
    }
.read-next:hover {
    color: #666
    }
.button {
    border: 1px solid #E1E1E1;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer
    }
.button-primary {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #689ae5;
    background: -moz-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689ae5), color-stop(100%, #3c72ad));
    background: -webkit-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: -o-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: -ms-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: linear-gradient(to bottom, #689ae5 0%, #3c72ad 100%)
    }
input[type=submit] {
    border: 1px solid #E1E1E1;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer
    }
input, textarea {
    background: #FFF;
    font-family: inherit;
    font-size: 14px;
    padding: 3px;
    border: 1px solid #E1E1E1;
    margin-bottom: 2px;
    border-radius: 4px
    }
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888
    }
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888
    }
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888
    }
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888
    }
input:focus, textarea:focus {
    box-shadow: 0 0 5px -1px #3c7dde
    }
.alert {
    border: 1px solid #E1E1E1;
    padding: 0.5em;
    margin-bottom: 0.5em;
    color: #000;
    border-radius: 5px
    }
.alert-error {
    color: #B00;
    border-color: #900
    }
.alert-info {
    border-color: #689ae5;
    color: #13376e
    }
dl {
    margin: 5px 0
    }
dl dt {
    float: left;
    color: #656565;
    padding-right: 10px
    }
dl dd {
    color: #DF0000;
    font-weight: bold
    }
dl dd:before, dl dd:after {
    display: table;
    content: "";
    line-height: 0
    }
dl dd:after {
    clear: both
    }
.horizontal-divider {
    margin: 5px 0;
    padding: 0;
    height: 1px;
    background: #CDCDCD;
    line-height: 0;
    font-size: 0
    }
.offre-list {
    margin-top: 2em
    }
.offre-list .offre {
    overflow: auto;
    margin-bottom: 2em
    }
.offre-list .offre .info {
    margin-left: 190px
    }
.offre-list .offre .info h2 {
    margin-top: 0;
    padding-top: 0
    }
.offre-list .offre .info .link {
    text-align: right;
    display: inline-block;
    border: 1px solid #000
    }
.offre-list .offre .image {
    width: 160px;
    text-align: left;
    float: left
    }
.offre-list .offre .image img {
    padding: 5px;
    border: 1px solid #BBB;
    background: #FFF;
    border-radius: 3px
    }
.main .announce {
    background: #171717;
    color: #FFF;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    font-style: italic
    }
.main .announce.breadcrumbs {
    background: #171717 url(../images/breadcrumbs-background.png) no-repeat left center;
    padding-left: 45px
    }
.main .content {
    padding: 5px
    }
.actualite {
    margin-bottom: 1.5em
    }
.actualite:before, .actualite:after {
    display: table;
    content: "";
    line-height: 0
    }
.actualite:after {
    clear: both
    }
.actualite .image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
    }
.actualite .title {
    display: block;
    color: #EB0000;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px
    }
.actualite .description {
    line-height: 1.1;
    color: #000
    }
.actualite .description a {
    font-weight: bold;
    color: inherit;
    text-decoration: none
    }
.actualite .description a img {
    vertical-align: middle
    }
.form input, .form textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wekbit-boz-sizing: border-box
    }
.form .input {
    margin-bottom: 3px
    }
.form.form-contact .captcha .label {
    width: 75%;
    float: left
    }
.form.form-contact .captcha .input {
    text-align: right
    }
.form.form-contact .captcha .input input {
    text-align: center;
    width: 50px
    }
.form .buttons {
    text-align: center
    }
.form .buttons input {
    border: 1px solid #E1E1E1;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #689ae5;
    background: -moz-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689ae5), color-stop(100%, #3c72ad));
    background: -webkit-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: -o-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: -ms-linear-gradient(top, #689ae5 0%, #3c72ad 100%);
    background: linear-gradient(to bottom, #689ae5 0%, #3c72ad 100%);
    width: 70%
    }
#home-slideshow .link {
    display: block;
    color: #FFF
    }
#home-slideshow .link:hover {
    text-decoration: none
    }
#home-slideshow .description {
    padding: 1em;
    background: #171717
    }
#home-slideshow .description .price {
    float: right;
    background: #55AF4B;
    padding: 2px 0.5em;
    margin-right: -1em
    }
#home-slideshow .description .price span {
    padding-left: 10px;
    font-size: 16px
    }
#home-slideshow .description .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px
    }
#home-slideshow .description .read-next {
    color: #589FF7
    }
#home-slideshow .description .read-next:hover {
    color: #2783f5
    }
.menu-agences .agence {
    display: block;
    color: #000;
    margin-bottom: 1em
    }
.menu-agences .agence .title {
    color: #000;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px
    }
.agence-fiche .info {
    color: #555
    }
.agence-fiche .info .name {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em
    }
.agence-fiche .info .phone {
    margin: 5px 0
    }
.agence-fiche .description {
    margin: 1em 0;
    color: #555
    }
.agences .agence {
    display: block
    }
.agences .agence:hover {
    text-decoration: none
    }
.agences .agence h4 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase
    }
.offres .offre {
    display: block;
    margin-bottom: 0.5em
    }
.offres .offre:hover {
    text-decoration: none
    }
.offres .offre .image {
    min-height: 100px;
    background: #222;
    position: relative
    }
.offres .offre .image img {
    max-width: 100%
    }
.offres .offre .image .price {
    position: absolute;
    right: 0;
    bottom: 6px;
    font-size: 12px;
    padding: 0 3px;
    color: #FFF;
    background: #58ae4c
    }
.offres .offre .image .price span {
    padding-left: 10px;
    font-size: 14px
    }
.offres .offre .title {
    color: #000;
    text-transform: uppercase;
    margin: 5px 0
    }
.offres .offre .description {
    font-size: 12px;
    color: #000
    }
.offre-search {
    border: 1px solid #E1E1E1;
    background: #ECECF4;
    margin-bottom: 20px
    }
.offre-search .search {
    padding: 1em
    }
.offre-search .search .search-range {
    padding: 5px
    }
.offre-search input {
    vertical-align: middle
    }
.offre-search .buttons {
    background: #DEDEE6;
    text-align: center;
    padding: 3px
    }
.offre-fiche .link-print, .offre-fiche .link-sendto {
    float: right;
    cursor: pointer
    }
.offre-fiche .link-sendto {
    margin-left: 20px
    }
.offre-fiche .offre-infos .col-left {
    padding-left: 10px
    }
.legal {
    font-size: 11px
    }
.gallery img {
    max-width: 100%;
    border: 1px solid #E1E1E1
    }
.gallery .photos-small .photo {
    margin-bottom: 0.5em
    }
.gallery .photo-large {
    position: relative
    }
.gallery .photo-large .icon-magnifier {
    height: 29px;
    width: 29px;
    background: url(../images/icon-magnifier.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer
    }
.modeles .modele {
    display: block;
    margin-bottom: 0.5em
    }
.modeles .modele:hover {
    text-decoration: none
    }
.modeles .modele .image {
    min-height: 100px;
    background: #222;
    position: relative
    }
.modeles .modele .image img {
    max-width: 100%
    }
.modeles .modele .title {
    color: #000;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: bold
    }
.terrains .terrain {
    display: block;
    margin-left: 20px;
    margin-bottom: 2em
    }
.terrains .title {
    color: #58ae4c;
    text-transform: uppercase;
    font-size: 24px
    }
.terrains .price {
    font-size: 18px;
    padding-left: 30px
    }
.terrains .terrain img {
    max-width: 180px;
    max-height: 100px;
    float: left;
    margin-right: 15px
    }
.agence-contact {
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    background: #f4f4f4 url(../images/agence-contact-signet.png) no-repeat 5px 0;
    padding: 7px
    }
.agence-contact p {
    margin: 2px 0
    }
.agence-contact > div {
    margin-top: 5px
    }
.agence-contact h5 {
    font-weight: normal;
    margin-top: 0;
    font-size: 20px;
    color: #DF0000;
    font-style: italic;
    margin-left: 25px;
    margin-top: -5px;
    margin-bottom: 5px
    }
body, html {
    margin: 0;
    padding: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: normal
    }
.page-centered {
    width: 960px;
    margin-left: auto;
    margin-right: auto
    }
.debug {
    border: 1px solid red
    }
/**
 * RULES
 */
body {
    background: #171717;
    position: relative
    }
.header-wrap {
    background: #FFF
    }
.header {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    position: relative
    }
.header .phrase {
    font-style: italic;
    color: #888;
    font-size: 14px;
    position: absolute;
    top: 35px;
    width: 650px;
    left: 300px
    }
.header .menu {
    position: absolute;
    right: 10px;
    bottom: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px
    }
.header .menu li {
    display: inline
    }
.header .menu li a {
    padding: 5px;
    float: left;
    color: #000
    }
.header .menu li a.active {
    color: #34b200
    }
.header .menu li.sep div {
    padding: 4px 5px 5px 5px;
    float: left
    }
.header .menu li ul li {
    text-align: left
    }
.header .menu li ul li div {
    background: #1C5D9F;
    padding: 3px;
    padding-bottom: 0;
    width: 144px
    }
.header .menu li ul li div a {
    float: none;
    border-top: 1px solid #2972C1;
    padding: 3px 6px;
    width: 132px;
    display: block;
    color: #fff;
    margin-top: -1px
    }
.header .menu li ul li.last a {
    padding-bottom: 6px
    }
.header .menu li ul li.arrow {
    height: 10px;
    background: transparent url(../images/menu-arrow.png) no-repeat center top;
    border-bottom: 3px solid #1C5D9F
    }
.header .menu li ul li.bottom {
    background: #1c5d9f url(../images/menu-bottom-background.png) repeat-x bottom;
    height: 15px;
    font-size: 0;
    line-height: 0
    }
#mainlogo {
    padding-top: 5px;
    padding-left: 5px;
    display: block
    }
.diapo-wrap {
    height: 500px;
    position: absolute;
    z-index: 10;
    top: 100px;
    width: 100%;
    overflow: hidden
    }
.diapo-wrap .flex-control-nav {
    top: 330px;
    bottom: none
    }
.diapo-wrap .flex-direction-nav {
    width: 960px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 160px
    }
.diapo-wrap .flex-direction-nav .flex-next, .diapo-wrap .flex-direction-nav .flex-prev {
    opacity: 0.8;
    height: 70px;
    width: 31px
    }
.diapo-wrap .flex-direction-nav .flex-next {
    right: 5px;
    background: url(../images/slider-next.png)
    }
.diapo-wrap .flex-direction-nav .flex-prev {
    left: 5px;
    background: url(../images/slider-prev.png)
    }
.diapo-wrap a {
    display: block
    }
.diapo-wrap .slide {
    position: relative
    }
.diapo-wrap .slide .text {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative
    }
.diapo-wrap .slide .text .title {
    top: 140px;
    background: #285fa2;
    background: rgba(40, 95, 162, 0.8);
    text-transform: uppercase;
    font-size: 36px;
    color: #FFF;
    padding: 0 10px;
    line-height: 46px
    }
.diapo-wrap .slide .text .price {
    top: 186px;
    background: #58ae4c;
    color: #FFF;
    font-size: 18px;
    padding: 6px 40px 6px 10px
    }
.diapo-wrap .slide .text .price .plus {
    background: #77de68;
    position: absolute;
    padding: 6px 10px;
    right: 0;
    top: 0;
    bottom: 0
    }
.diapo-wrap .slide .text > * {
    position: absolute;
    right: 50px
    }
.diapo-wrap .slides {
    list-style: none;
    margin: 0;
    padding: 0
    }
.diapo-wrap .slides li {
    padding: 0;
    margin: 0
    }
.main-wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 350px;
    z-index: 100
    }
.main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px -5px #000;
    background: #FFF
    }
.footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background: #3e8abe url(../images/footer-background.png) repeat-x;
    position: relative
    }
.footer .sharing {
    position: absolute;
    right: 8px;
    top: 8px
    }
.footer .column {
    float: left;
    width: 21%
    }
.footer .column a {
    color: #000;
    font-size: 14px
    }
.footer .column a:hover {
    text-decoration: underline;
    color: #333
    }
.footer .column h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 35px;
    margin-bottom: 15px;
    text-transform: none
    }
.footer .column ul {
    margin: 0;
    padding: 0 10px 0 10px;
    border-left: 1px solid #6CB7EB;
    list-style: none
    }
.footer .column ul li {
    margin: 0;
    margin-bottom: 6px
    }
.footer .column:first-child h4 {
    margin-left: 30px
    }
.footer .column:first-child ul {
    border-left: none;
    padding-left: 30px
    }
.footer .copyright {
    text-align: center;
    color: #000;
    font-size: 10px;
    clear: both
    }
.footer .copyright a {
    color: #000
    }
.breadcrumbs h3 {
    font-size: 13px;
    text-transform: none;
    margin: 0;
    display: inline;
    border: none
    }
.breadcrumbs h3 a {
    color: #FFF
    }
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
    }
.sf-menu {
    line-height: 1
    }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 150px;
    /* left offset of submenus need to match (see below) */
    }
.sf-menu ul li {
    width: 100%
    }
.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
    }
.sf-menu li {
    float: left;
    position: relative
    }
.sf-menu a {
    display: block;
    position: relative
    }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 50%;
    margin-left: -75px;
    top: 20px;
    /* match top ul list item height */
    z-index: 99
    }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em
    }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0
    }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em
    }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0
    }
/*** DEMO SKIN ***/
.sf-menu a, .sf-menu a:visited {
    /* visited pseudo selector so IE6 applies text colour*/
    }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0
    }
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
    }
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 0.75em;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/arrows.png) no-repeat -10px -100px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
    }
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 0.8em;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
    }
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
    /* arrow hovers for modern browsers*/
    }
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0
    }
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0
    }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
    }
.modele-infos h2 {
    color: #5db003;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin: 4px 0 10px 0;
    padding: 0
    }
.actualite h3 {
    font-size: 20px;
    border: none
    }
.content .pagination {
    text-align: center
    }
.pagination > a, .pagination > span {
    background-color: #FFF;
    border: 1px solid #DDD;
    color: #428BCA;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none
    }
/* lien alerte */
p.p_alert {
    font-style: italic;
    color: #626262;
    margin: 10px 0;
    text-align: right
    }
a.link_alert, a.link_alert:hover {
    margin: 0 10px 0 10px;
    font-style: normal;
    text-decoration: none;
    color: #FFF
    }
.mess_alert {
    margin: 5px 0;
    font-weight: bold
    }
.mess_alert.green {
    color: #0A0
    }
.mess_alert.red {
    color: #A00
    }
/* lightbox alerte */
.lightbox_alerte {
    z-index: 900;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none
    }
.lightbox_alerte .content_lightbox {
    background: #FFF;
    z-index: 901;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border: 1px solid #E1E1E1;
    width: 800px;
    min-height: 300px;
    max-height: 600px
    }
#alerte_lightbox .content_lightbox {
    height: 460px
    }
.lightbox_alerte .content_lightbox h2, .lightbox_alerte .content_lightbox p.title {
    background: #1B84BE;
    color: #ECECF4;
    display: block;
    font-size: 25px;
    height: 36px;
    line-height: 36px;
    margin: 5px 7px;
    padding: 0 18px;
    text-transform: uppercase
    }
.lightbox_alerte .content_lightbox .lightbox_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    padding: 5px;
    background: none;
    z-index: 995
    }
.lightbox_alerte .content_lightbox .content {
    padding: 0 20px;
    overflow: auto;
    height: 86%;
    line-height: 1.4
    }
.lightbox_alerte .content_lightbox .content h3 {
    font-size: 21px;
    margin: 20px 0
    }
.lightbox_alerte .content_lightbox .content h4 {
    text-transform: none
    }
.lightbox_alerte .content_lightbox .content p.sstitle {
    border-bottom: 1px solid #4F4F4F;
    color: #888;
    display: block;
    font-family: "SansationLight", "Lucida Sans Unicode", "Lucida Grande", Garuda, Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.8;
    margin: 20px 0 25px
    }
.lightbox_alerte .content_lightbox .content ul {
    width: auto
    }
.lightbox_alerte .content_lightbox .content ul li {
    border: 1px solid rgba(200, 0, 0, 0.3);
    display: block;
    padding: 5px 40px 5px 5px;
    float: none;
    list-style: none outside none;
    margin: 2px 0;
    position: relative;
    width: auto
    }
.lightbox_alerte .content_lightbox .content ul li a ul.list {
    margin: 0
    }
.lightbox_alerte .content_lightbox .content ul li a ul.list li {
    border: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 3px
    }
.lightbox_alerte .content_lightbox .content ul li a.close {
    border: 1px solid rgba(200, 0, 0, 0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(200, 0, 0, 0.3);
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0
    }
.lightbox_alerte .content_lightbox .content form {
    text-align: center
    }
.lightbox_alerte .content_lightbox .content .bold {
    font-weight: bold
    }
.lightbox_alerte .content_lightbox .content input[type="text"], .lightbox_alerte .content_lightbox .content input[type="mail"] {
    background: #FFF;
    color: #171717;
    border: 1px solid #C5C5C5;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    margin: 10px;
    width: 250px;
    padding: 0 10px
    }
.lightbox_alerte .content_lightbox .content input[type="submit"] {
    display: block;
    margin: 12px auto 0;
    border: medium none;
    border-radius: 6px;
    cursor: pointer;
    height: 34px;
    outline: 0 none;
    padding: 0 15px;
    opacity: 1
    }