/*
This CSS reset file is an adaptation of Eric Meyer's "Reset Reloaded".
You can find the original in Eric's Blog following this link:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

Project: Blank CSS Template
Project Website: http://code.google.com/p/blank-css-template/
Last updated:  2008-01-03
License: GNU-GPL v2
file: reset.css
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}


body {
    background: none repeat scroll 0 0 #F6F6F6;
    font-family: trebuchet MS;
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
#headerSup {
    background: url("images/header.png") repeat-x scroll 0 0 transparent;
    height: 164px;
    text-align: center;
}
#header {
    height: 188px;
    margin: auto;
    position: relative;
    width: 900px;
}
#logo {
    left: 0;
    position: absolute;
    top: 30px;
}
#social {
    position: absolute;
    right: 25px;
    top: 40px;
    width: 232px;
}
.social_item {
    float: right;
    margin-right: 11px;
}
#menu {
}
#menuContainer {
    background: url("images/menu.png") no-repeat scroll 0 4px transparent;
    border-radius: 7px 7px 7px 7px;
    clear: both;
    height: 40px;
    position: absolute;
    right: 0;
    top: 136px;
    width: 797px;
}
#menu ul {
    list-style: none outside none;
}
#menu ul li {
    float: left;
    height: 41px;
}
.Menuleft {
    background: url("images/menu_l.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    width: 5px;
}
.Menuright {
    background: url("images/menu_r.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    width: 5px;
}
#menu ul li a.selected {
}
#menu ul li a:hover {
}
#menu ul li a {
    color: #FFFFFF;
    display: block;
    font-family: trebuchet MS;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#etiquette_haut {
    background: url("images/menu_small.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    padding-left: 10px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: 81px;
    width: 538px;
}
#etiquette_haut ul {
}
#etiquette_haut li {
    float: left;
    margin-left: 20px;
    margin-right: 3px;
    margin-top: 8px;
}
#etiquette_haut li a {
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#ruban {
    background: url("images/ruban_rouge.png") repeat-x scroll 0 0 transparent;
    height: 6px;
    width: 100%;
}
#slides {
    height: 613px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 5px;
    width: 900px;
}
#slides .pagination {
    background: url("images/slide_pagination.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    left: 47px;
    position: absolute;
    top: 162px;
    width: 118px;
    z-index: 111;
}
#slides .pagination li {
    float: left;
    font-size: 0;
    margin-left: 16px;
    margin-right: 0;
    margin-top: 14px;
}
#slides .pagination a {
    background: url("images/pagination.png") no-repeat scroll 0 0 transparent;
    color: #C50005;
    display: block;
    font-size: 0;
    height: 14px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 14px;
}
#slides .pagination li.current {
}
#slides .pagination li.current a {
    background: url("images/pagination_selected.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
#slides_mini {
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 5px;
    width: 960px;
}
#slides_mini .pagination {
    background: url("images/slide_pagination.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 48px;
    left: 407px;
    position: absolute;
    width: 118px;
    z-index: 111;
}
#slides_mini .pagination li {
    float: left;
    font-size: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 14px;
}
#slides_mini .pagination a {
    background: url("images/pagination.png") no-repeat scroll 0 0 transparent;
    color: #C50005;
    display: block;
    font-size: 0;
    height: 14px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 14px;
}
#slides_mini .pagination li.current {
}
#slides_mini .pagination li.current a {
    background: url("images/pagination_selected.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.separation_slide {
    background: url("images/rubon_under_slide.png") repeat-x scroll 0 0 transparent;
    height: 4px;
    position: relative;
    top: -13px;
}
#pre_bodyCore {
    min-height: 411px;
    position: relative;
}
.bodyCore {
    margin: 259px auto 0;
    position: relative;
    width: 900px;
}
.imgfixed {
    bottom: 0;
    clear: both;
    left: 64px;
    position: absolute;
}
#newsBloc .content {
    padding-top: 0;
    text-align: left;
}
#newsBloc .item {
    border-bottom: 1px dashed #373D43;
    margin: 10px auto auto;
    padding-bottom: 10px;
    width: 235px;
}
#largeBloc {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-right: 0;
    width: 635px;
}
#largeBloc img {
    bottom: 73px;
}
#footer {
    background: url("images/footer.png") repeat-x scroll 0 0 transparent;
    height: 152px;
}
#under_footer {
    margin: auto;
    position: relative;
    width: 905px;
}
#footer_img_logo {
    margin-left: 27px;
    margin-top: 30px;
}
#menu_footer {
    display: block;
    left: 20px;
    position: absolute;
    top: 28px;
}
#menu_footer li {
    display: block;
    float: left;
    margin-right: 15px;
}
#menu_footer li a {
    color: #EDEDED;
    font-family: trebuchet MS;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
#menu_footer li a:hover {
    color: #122631;
}
#footer_social {
    position: absolute;
    right: 60px;
    top: 86px;
}
.footer_social_item {
    float: left;
    margin-right: 7px;
}
#copyright {
    color: #EDEDED;
    font-family: trebuchet MS;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 28px;
}
#copyright a {
    color: #64A21C;
    text-decoration: none;
}
#copyright a:hover {
    color: #122631;
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0;
}
div.slides_control {
    height: 262px !important;
}
.prod_title {
    bottom: 42px;
    color: #373D43;
    font-size: 14px;
    position: absolute;
}
.product_container {
    border-right: 1px solid #7D7D7D;
    float: left;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    text-align: center;
    width: 173px !important;
}
#slides_nouveaute .div {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 11px;
    width: 566px;
}
#slides_nouveaute .slides_container {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 566px;
}
#slides_nouveaute .pagination {
    background: url("images/pagination.png") no-repeat scroll 0 0 transparent;
    bottom: -38px;
    height: 29px;
    padding-left: 14px;
    padding-top: 7px;
    position: absolute;
    right: 19px;
    width: 49px;
    z-index: 111;
}
#slides_nouveaute .pagination li {
    float: left;
    margin-right: 5px;
}
#slides_nouveaute .pagination a {
    background: url("images/slide_paginate.png") no-repeat scroll 0 0 transparent;
    color: #C50005;
    display: block;
    font-family: trebuchet MS;
    font-size: 0;
    font-weight: bold;
    height: 7px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 7px;
}
#slides_nouveaute .pagination li.current {
}
#slides_nouveaute .pagination li.current a {
    background: url("images/slide_paginate_selected.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.linksContentimg {
    display: table-cell;
    height: 164px;
    vertical-align: middle;
    width: 185px;
}
.product_container .name {
    display: block;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    width: 171px;
}
.etiquette_link {
    color: #FFFFFF;
    float: left;
    font-family: trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 10px;
    text-decoration: none;
}
#menuContainer .separator {
    width: 4px;
}
#slides .slides_container > div {
    display: block;
    height: 363px !important;
    width: 900px;
}
#slides_mini .slides_container > div {
    display: block;
    height: 254px !important;
    width: 900px;
}
#slides_rampe .slides_container > div {
    height: 244px !important;
}
.pagination {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pagination .current a {
    color: red;
}
.index_top {
}
.index_top .first {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B5B3;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 194px;
    margin-bottom: 5px;
    padding: 15px 15px 6px;
    width: 663px;
}
.index_tleft {
    float: left;
    margin-right: 10px;
    width: 290px;
}
.title {
    color: #005990;
    font-family: trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
.bloc {
    color: #005990;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    line-height: 16px;
    width: 634px;
}
#index_suite {
    background: url("images/suite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 27px;
    line-height: 19px;
    margin-top: 14px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 96px;
}
.presentation_news {
    float: right;
    margin-top: 5px;
    text-align: center;
    width: 260px;
}
.contact_bloc {
    background: url("images/contact_bloc.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-family: trebuchet MS;
    height: 219px;
    text-align: center;
    width: 260px;
}
.presentation_news .title {
    background: url("images/actualite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: 27px;
    margin-top: 0;
    padding-top: 8px;
    text-transform: uppercase;
}
.presentation_news .item {
    color: #000000;
    font-size: 12px;
    text-align: left;
}
.news_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B5B3;
    border-radius: 5px 5px 5px 5px;
    height: 188px;
    padding: 7px;
}
.hrnews {
    margin-bottom: 17px;
    margin-top: 17px;
    width: 123px;
}
.rampe {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B5B3;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 242px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 305px;
}
.title_rampe {
    color: #FC0A18;
    font-family: trebuchet MS;
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}
.forRampe {
    width: 305px !important;
}
#slides_rampe .pagination {
    background: url("images/rampe_pagination.png") no-repeat scroll 0 0 transparent;
    bottom: -13px;
    height: 48px;
    padding-left: 7px;
    position: absolute;
    right: -35px;
    width: 118px;
    z-index: 111;
}
#slides_rampe .pagination li {
    float: left;
    font-size: 0;
    margin-left: 2px;
    margin-right: 0;
    margin-top: 10px;
}
#slides_rampe .pagination a {
    background: url("images/rampe_pagination_normal.png") no-repeat scroll 0 0 transparent;
    color: #C50005;
    display: block;
    font-size: 0;
    height: 14px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 14px;
}
#slides_rampe .pagination li.current {
}
#slides_rampe .pagination li.current a {
    background: url("images/rampe_pagination_selected.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.footer {
    background: url("images/footer.png") repeat-x scroll 0 0 transparent;
    clear: both;
    height: 133px;
    margin: 10px auto 0;
    position: relative;
    width: 100%;
}
.contact_title {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 17px;
    margin-left: 42px;
    margin-top: 18px;
}
.contact_autreinfo {
    font-size: 16px;
    margin-bottom: 14px;
}
.contact_adresse {
    color: #333333;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}
.contact_tel {
    font-size: 30px;
    margin-bottom: 3px;
}
.contact_email {
    font-size: 14px;
}
.linkindexselection {
    display: table-cell;
    height: 206px;
    vertical-align: middle;
    width: 305px;
}
#rubanrouge {
    background: url("images/rubanrouge.png") repeat-x scroll 0 0 transparent;
    height: 10px;
}
#presentation_title {
    color: #FE0A18;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top: 0;
}
#title_presentation_left {
    color: #5B6573;
    font-family: trebuchet MS;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
}
#presentation_left {
    color: #5B6573;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    line-height: 13px;
    margin-top: 10px;
    padding: 10px;
    text-align: left;
    width: 471px;
}
#presentation_right {
    float: right;
    margin-top: 25px;
}
#presentation_bottom {
    color: #333333;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
}
.presentation_ul {
    color: #FFFFFF;
    margin-left: 38px;
    text-align: left;
    width: 497px;
}
.presentation_ul span {
    color: #FFFFFF;
}
.totaluxcaption {
    color: #C30E18;
    font-weight: bold;
}
#footer_core {
    margin: auto;
    position: relative;
    width: 900px;
}
#presentation_fond_list {
    background: none repeat scroll 0 0 #FE0A18;
    border-radius: 5px 5px 5px 5px;
    height: 265px;
    padding-top: 11px;
}
.presentation_ul li {
    background: url("images/bullet-menu.png") no-repeat scroll 0 5px transparent;
    margin-bottom: 1px;
    padding-left: 13px;
}
#slides a {
    display: block;
    font-size: 0;
    height: 38px;
    position: absolute;
    top: 174px;
    width: 19px;
    z-index: 11;
}
#slides a.next {
    background: url("images/slide_right.png") no-repeat scroll 0 0 transparent;
    right: 0;
}
#slides a.prev {
    background: url("images/slide_left.png") no-repeat scroll 0 0 transparent;
    left: 0;
}
#header_montain {
    background: url("images/imontain.png") repeat-x scroll center -10px transparent;
    height: 527px;
}
.blocindex {
    float: left;
    height: 267px;
    margin-right: 19px;
    position: relative;
    width: 330px;
}
.blocindex_title {
    background: url("images/env_index.png") no-repeat scroll 0 0 transparent;
    color: #172025;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    height: 37px;
    padding-top: 16px;
    text-align: center;
    width: 261px;
}
.bloc_suite {
    background: url("images/suite.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    display: block;
    font-size: 0;
    height: 31px;
    position: absolute;
    right: 10px;
    width: 89px;
}
.blocindex_img {
    float: left;
}
.blocindex_txt {
    color: #122631;
    float: left;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
    margin-top: 10px;
    width: 150px;
}
.title_span {
}
.title_img {
    float: left;
}
#service_list {
}
#service_list li {
    background: url("images/services_bullets.png") no-repeat scroll 0 0 transparent;
    color: #122631;
    font-family: arial;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 23px;
}
#actualite {
    background: url("images/actualite_bck.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    height: 391px;
    width: 307px;
}
#actualite_title {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-left: 65px;
    margin-top: 34px;
}
#actualite_content {
    font-size: 12px;
    padding: 10px;
}
#index_contact {
    background: url("images/index_contact.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-family: arial;
    height: 118px;
    margin-top: 12px;
    padding-top: 25px;
    text-align: center;
    width: 319px;
}
#ic_c {
    font-size: 24px;
    font-weight: bold;
    margin-left: 69px;
}
#ic_tel {
    font-size: 18px;
    font-weight: normal;
    margin-left: 75px;
}
#ic_mail {
    font-size: 14px;
    margin-left: 81px;
}
.index_left {
    float: left;
    width: 648px;
}
.index_right {
    float: right;
    margin-top: -25px;
    width: 308px;
}
#slides_nouveaute {
    background: none repeat scroll 0 0 #151515;
    border: 2px solid #383838;
    float: left;
    font-style: italic;
    height: 231px;
    margin-left: 10px;
    padding: 0 11px 6px;
    position: relative;
    width: 566px;
}
#slides_nouveaute a.next {
    background: url("images/selection_right.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 51px;
    position: absolute;
    right: 6px;
    top: 97px;
    width: 26px;
}
#slides_nouveaute a.prev {
    background: url("images/selection_left.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 51px;
    left: 3px;
    position: absolute;
    top: 97px;
    width: 26px;
}
#header_tel {
    color: #F5F5F5;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 24px;
}
#suiveznous {
    color: #F5F5F5;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin-left: 37px;
    margin-top: 3px;
}
.required_field {
    border: 1px solid #FF0000 !important;
}
#requirfieldalert, #email_fieldalert {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    bottom: 0;
    box-shadow: 0 0 4px 2px #FFFFFF;
    color: #CC3333;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 4px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}
#inscription_succes {
    background: none repeat scroll 0 0 #00CC33;
    border: 1px solid #00FF00;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    display: none;
    font-size: 14px;
    font-style: italic;
    left: 19px;
    margin-bottom: 10px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 390px;
}
.contact {
    color: #A02979;
    float: left;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    width: 443px;
}
.contact_barre {
    color: #333333;
    float: left;
    height: 133px;
    text-align: center;
}
.con-acc {
    background: url("images/contact-accueil.png") no-repeat scroll -3px top transparent;
    color: #FFFFFF;
    font-style: italic;
    height: 239px;
    margin: 100px 0 0 690px;
    padding: 40px 20px 0 0;
    text-align: center;
    width: 198px;
}
.map {
    background: url("images/contact_digidel.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    height: 388px;
    margin-top: 46px;
    padding: 9px 0;
    text-align: center;
    width: 442px;
}
.contact_input {
    background: url("images/input.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #000000;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    height: 21px;
    margin-bottom: 8px;
    padding-left: 10px;
    width: 241px;
}
.contact_textarea {
    background: url("images/textarea.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    height: 153px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 9px;
    width: 396px;
}
.button {
    background: url("images/button.png") no-repeat scroll 0 6px transparent;
    border: medium none navy;
    color: #FAFAFA;
    cursor: pointer;
    display: block;
    float: right;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    height: 38px;
    line-height: 20px;
    margin-left: 10px;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
    width: 75px;
}
#contact_form_container {
    clear: both;
    height: 328px;
    padding: 17px 20px 20px;
    position: relative;
    text-align: left;
    width: 407px;
}
.contact-left {
    float: left;
}
.contact_barre_left {
    color: #333333;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    padding-left: 30px;
    /* padding-top: 12px; */
    text-align: left;
    width: 381px;
}
.contact_barre_right {
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    height: 88px;
    left: 324px;
    line-height: 16px;
    position: absolute;
    text-align: left;
    top: 12px;
    width: 272px;
}
.displaygmap .linklarge {
    color: #F7F7F7;
    font-family: trebuchet MS;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}
.displaygmap {
    clear: both;
    display: block;
    margin-top: 5px;
}
#followus {
    position: absolute;
    right: 0;
    top: 84px;
    width: 217px;
}
#suiveznous_contact {
    color: #333333;
    font-family: trebuchet MS;
    font-size: 13px;
    left: 99px;
    position: relative;
    top: -30px;
}
.num_tel {
    display: block;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    margin-bottom: 5px;
    width: 122px;
}
.num_tel_libelle {
    clear: left;
    display: block;
    float: left;
    font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 72px;
}
.page_title {
    background: url("images/page_title.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: trebuchet MS;
    font-size: 18px;
    height: 31px;
    left: 0;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 187px;
    z-index: 1111;
}
.social_item_contact {
    float: right;
    margin-right: 11px;
    width: 20px;
}
#pagination_produit {
    float: right;
    margin-bottom: 10px;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    width: 721px;
}
#pagination_produit a {
    font-size: 14px;
    margin-right: 5px;
    padding: 4px 9px;
    text-decoration: none;
}
.pagination_prev {
    background: url("images/pagination_prev.png") no-repeat scroll 0 0 transparent;
    padding: 4px 10px !important;
}
.pagination_next {
    background: url("images/pagination_next.png") no-repeat scroll 0 0 transparent;
    padding: 4px 10px !important;
}
.pagination_selected {
    background: url("images/pagination_selected.png") no-repeat scroll 0 0 transparent;
    color: #F7F7F7;
}
.pagination_elem {
    background: url("images/pagination_page.png") no-repeat scroll 0 0 transparent;
    color: #496C92;
}
#slides_nouveaute img {
}
.bloc_index {
    background: url("images/cadreindex.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-family: arial;
    font-style: italic;
    height: 182px;
    margin-left: 13px;
    margin-right: 0;
    position: relative;
    width: 305px;
}
.bloc_index_marque {
    color: #DE5812;
    font-size: 24px;
    font-weight: bold;
    left: 6px;
    position: absolute;
    top: 6px;
}
.bloc_index_reference {
    color: #17499C;
    font-size: 20px;
    font-weight: bold;
    left: 6px;
    position: absolute;
    top: 40px;
    width: 150px;
}
.bloc_index_prixlabele {
    color: #8B8A88;
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    position: absolute;
    top: 110px;
}
.bloc_index_prixvalue {
    color: #284974;
    font-size: 12px;
    font-weight: bold;
    left: 36px;
    position: absolute;
    top: 110px;
}
.bloc_index_detail {
    background: url("images/details.png") no-repeat scroll 0 0 transparent;
    bottom: 13px;
    color: #FAFAFA;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    left: 62px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 75px;
}
.bloc_index_image {
    margin-right: 1px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.clearboth {
    clear: both;
    height: 0;
}
#secondBloc {
    background: none repeat scroll 0 0 #242424;
    height: 254px;
    padding-top: 14px;
}
#news {
    float: left;
    font-family: arial;
    font-style: italic;
    line-height: 20px;
    padding: 10px 35px;
    width: 224px;
}
.news_title {
    color: #FFD20A;
    font-size: 18px;
    font-weight: bold;
}
.news_content {
    color: #FAFAFA;
    font-size: 12px;
}
#ombre_selection {
    background: url("images/ombre_selection.png") no-repeat scroll 0 0 transparent;
    height: 34px;
    margin-top: 0;
}
.prix_selection {
    color: #284974;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
}
#services {
    background: url("images/c1.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 141px !important;
    left: 10px !important;
    position: absolute;
    top: 10px !important;
    width: 217px !important;
}
#produits {
    background: url("images/c2.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 141px !important;
    left: 235px !important;
    position: absolute;
    top: 10px !important;
    width: 217px !important;
}
#partenaire {
    background: url("images/c3.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 141px !important;
    left: 459px !important;
    position: absolute;
    top: 10px !important;
    width: 216px !important;
}
#contact {
    background: url("images/c4.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 141px !important;
    left: 683px !important;
    position: absolute;
    top: 10px !important;
    width: 208px !important;
}
#bottounslide {
    background: url("images/bottounslide.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-style: italic;
    height: 214px;
    position: absolute;
    top: 361px;
    width: 900px;
}
#bloc_actualite {
    background: url("images/bloc_index_green.png") no-repeat scroll 0 0 transparent;
}
#bloc_equipe_prof {
    background: url("images/bloc_index_normal.png") no-repeat scroll 0 0 transparent;
}
#bloc_conseil {
    background: url("images/bloc_index_normal.png") no-repeat scroll 0 0 transparent;
}
.bodyCore_bloc {
    float: left;
    height: 403px;
    margin-right: 13px;
    position: relative;
    width: 287px;
}
.btnslide_title {
    color: #FFFFFF;
    display: block;
    font-size: 24px !important;
    font-weight: bold;
    left: 37px !important;
    margin-bottom: 13px;
    margin-left: 58px;
    position: absolute;
    text-decoration: none;
    top: 10px !important;
}
.btnslide_contenu {
    color: #E2E2E2;
    font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    margin-left: 76px;
    margin-top: 44px;
}
.telblocindex {
    font-size: 17px;
    margin-left: -52px;
    margin-top: 11px;
}
.contenu_bodyCore {
    color: #F8F8F8;
    font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 12px;
}
.suite_blanc {
    background: url("images/gris_blanc.png") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    display: block;
    float: right;
    height: 27px;
    margin-right: 10px;
    margin-top: 13px;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 96px;
}
.suite_gris {
    background: url("images/suite_gris.png") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    display: block;
    float: right;
    height: 27px;
    margin-right: 10px;
    margin-top: 13px;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 96px;
}
.title_bodyCore {
    color: #626262;
    font-family: trebuchet MS;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
    margin-left: 14px;
    margin-top: 10px;
}
.contenu_normal {
    color: #626262;
    font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}
#sstexte {
    left: 127px;
    position: absolute;
    top: 77px;
}
.mapcompany {
    color: #50A026;
}
.partenaire_bloc {
    background-repeat: no-repeat;
    float: left;
    height: 150px;
    margin-right: 21px;
    padding-left: 170px;
    width: 257px;
}
.title_partenaire_bloc {
    color: #5B6573;
    font-family: trebuchet MS;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
    text-transform: uppercase;
}
.contenu_partenaire_bloc {
    color: #5B6573;
    font-family: trebuchet MS;
    font-size: 12px;
    line-height: 18px;
}
#part1 {
    background-image: url("images/partenaires1.jpg");
    margin-top: 50px;
}
#part2 {
    background-image: url("images/partenaires2.jpg");
    margin-top: 50px;
}
#part3 {
    background-image: url("images/partenaires3.jpg");
}
#part4 {
    background-image: url("images/partenaires4.jpg");
}
#part5 {
    background-image: url("images/partenaires5.jpg");
}
.service_bloc {
    background-repeat: no-repeat;
    float: left;
    height: 150px;
    margin-right: 21px;
    padding-left: 143px;
    width: 257px;
}
.title_service_bloc {
    color: #5B6573;
    font-family: trebuchet MS;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
    text-transform: uppercase;
}
.contenu_service_bloc {
    color: #5B6573;
    font-family: trebuchet MS;
    font-size: 12px;
    line-height: 18px;
}
#ser1 {
    background-image: url("images/services1.jpg");
    background-position: 12px 0;
    margin-bottom: 82px;
}
#ser2 {
    background-image: url("images/services2.jpg");
}
#ser3 {
    background-image: url("images/services3.jpg");
}
#ser4 {
    background-image: url("images/services4.jpg");
    background-position: 14px 0;
}
#ser5 {
    background-image: url("images/services5.jpg");
    background-position: 13px 0;
}
#service_left {
    float: left;
    margin-top: 50px;
    width: 435px;
}
#service_right {
    float: right;
    margin-top: 50px;
    width: 454px;
}
.prtn_presentation {
    color: #5B6573;
    font-family: trebuchet MS;
    font-size: 18px;
    margin-left: 12px;
    margin-top: 10px;
    text-align: left;
}
.img_marque_auto {
    margin-top: 7px;
}
.img_marque_auto_cadre {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    float: left;
    height: 125px;
    margin-bottom: 7px;
    margin-right: 7px;
    text-align: center;
    width: 125px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }