TABLE, TR, TD {
  border: 0;
  /*border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 0px;
}

INPUT[type=radio] {
  margin-right: .3em;
}

UL, LI, UL LI {
  list-style: none;
}


H1 {
  color: #FF7F00;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 .28em;
}

H2 {
  color: #369;
  font-size: 1.2em;
  margin-bottom: 8px;
}

H3 {
  color: #369;
  font-size: 1.1em;
  margin-bottom: 8px;
}



.left {
  float: left !important;
}

.center {
  text-align: center;
}

.right {
  float: right !important;
}

.placeholder {
  color: #aaa;
}

/*.high {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #666;
  line-height: 1.5em;
  -moz-border-radius: 5px;
  padding-left: .5em;
  padding-right: .5em;
  -webkit-border-radius: 5px;
}

.high:hover {
  background-color: #e5e5e5 !important;
  border: 1px solid #e5e5e5;
  text-decoration: none !important;
}*/


/*#region Popup avis OVERRIDE */

#lightbox_internal {
  width: 440px !important;
  padding: 10px !important;
}

  #lightbox_internal .select ul {
    margin: 0px 0px 0px 5px !important;
    width: 438px !important;
  }

  #lightbox_internal .choice {
    margin: 7px 0 0 0 !important;
  }

#advice ul {
  font-size: 11px !important;
  min-height: 10px;
  padding: 3px 0 !important;
  margin-left: 5px !important;
}

#lightbox_internal .vote .vote_graph {
  padding: 2px !important;
  margin-right: 29px;
}

#lightbox_internal .vote .vote_txt {
  line-height: 2.3em;
  min-width: 135px !important;
}

#lightbox_internal .comment .text_zone {
  padding: 7px 7px 4px 7px !important;
}

  #lightbox_internal .comment .text_zone input {
    background: #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 97%;
    max-width: 97%;
    height: 1em;
    padding: 5px;
    outline: none;
    margin-bottom: 2px;
  }

#question_type_option {
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 23px;
  width: 24%;
  margin-left: 2px;
  color: #666;
  outline: none;
  line-height: 18px;
  padding: 2px 0 2px;
}

#brand_dialog_title {
  width: 70% !important;
}

#forum_text_option, #brand_dialog_text_option, #comment_text {
  /*height: 3em !important;*/
}

#review_title {
  margin-top: 0;
}

.separator {
  border-top: 1px solid #ECEEF5;
  padding-top: 9px;
}

.bottom_separator {
  border-bottom: 1px solid #ECEEF5;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
/*#endregion*/

.miniprofile H4 {
  color: #f90;
  font-size: 1.25em;
}

/*#region Ajax Status */

#ajax_status {
  background-color: #fef087;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 15px #ccc;
  display: none;
  font-size: 1.1em;
  font-weight: 700;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-box-shadow: 0 5px 15px #ccc;
  padding: .3em 1em;
  position: fixed;
  right: 45%;
  top: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 5px 15px #ccc;
  z-index: 1000;
}

  #ajax_status.error {
    background-color: Red;
    color: White;
  }

/*#endregion*/

.mb74_74 {
  max-width: 74px;
  max-height: 74px;
}

/*#region Box */

.bbox {
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid;
  padding: 1em;
}

.bbox_white {
  background-color: white;
  border-color: #CCC;
}

.bbox_blue {
  color: #369;
  background-color: #ECEEF5;
  border-color: #CAD4E7;
}

.bbox_arrow P {
  background: url(img/light_icon.png) no-repeat 10px 10px;
  font-size: 1.06em;
  font-weight: 700;
  min-height: 32px;
  padding: 10px 0 0 36px;
}

/*#endregion */

.hint {
  padding-top: 0;
  border-color: #F90;
}

  .hint .title {
    background: url(img/light_icon.png) no-repeat 7px 15px;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    min-height: 32px;
    margin-bottom: 0;
    padding: 13px 15px 5px 35px;
  }

TABLE.bbox {
  background-color: #fff;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

  TABLE.bbox THEAD {
    background-color: #E5E5E5;
    color: #369;
    font-size: .9em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 3px 0;
    padding: 0 0 0 10px;
  }

  TABLE.bbox TD {
    /* border-left: 1px solid #CCC; */
    border-bottom: 5px solid white;
  }

  TABLE.bbox TBODY TD {
    padding-top: .7em;
    padding-bottom: .7em;
    background-color: #F7F7F7;
  }

.box_text {
  display: inline;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px 8px;
}

.box_white {
  color: #666;
  background-color: #fff;
  border-color: #ccc;
}

.box_orange {
  color: #666;
  background-color: #fff;
  border-color: #f90;
}

.box_faux {
  border-color: #ccc;
}

/*.btn_white {
  color: #f90;
  background-color: #D0E5F5;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ccc;
  border-color: #ccc;
  background: url(img/highlight.png) 50% 50% repeat-x;
}

.btn_white:hover {
  border-color: #369;
}
*/
.btnox_white {
  color: #666;
  background-color: #D0E5F5;
  cursor: pointer;
  border-color: #f90;
  background: url(img/highlight.png) 50% 50% repeat-x;
}

  .btnox_white:hover {
    box-shadow: 1px 1px 1px #ccc;
    border-color: #369;
  }

/*.btn_orange {
  color: #f90;
  background-color: #D0E5F5;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ccc;
  border-color: #f90;
  background: url(img/highlight.png) 50% 50% repeat-x;
}

.btn_orange:hover {
  color: #369;
  border-color: #369;
}*/

/*
.btn_orange {
  color: white;
  background-color: #f90;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ccc;
  border-color: #f90;
  background: url(img/highlight_orange.png) 50% 50% repeat-x;
}

.btn_orange:hover {
  background-color: #369;
  border-color: #369;
}


input[type=submit].btn, A.btn {
  display: inline-block;
  background: #FF7F00 url(img/orange_grad.png) repeat-x 0 -10px;
  border: 1px solid #FF7F00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 4px 10px 5px;
  cursor: pointer;
}

input[type=submit].btn:hover, A.btn:hover {
  background: #2a5288 url(img/main_nav_active_bg_s1.png) repeat-x 0 -1px;
  border: 1px solid #3D7BBC;
  text-decoration: none !important;
}

/* .profile {
  cursor: pointer;
} */

.pager {
  width: 100%;
  text-align: center;
  margin: 1em 0 2em;
}

/*.pager > SPAN {
  background-color: white;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 5px;
  padding: 2px 5px;
}

.pager A {
  color: #666;
  font-size: .9em;
  padding: 1px 3px;
}

.pager A:hover, .pager .active {
  background-color: #369;
  color: #fff;
  text-decoration: none !important;
  padding: 3px;
}

.pager .active {
  font-size: 1em;
  font-weight: bolder;
}

.pager A.prev, .pager A.next {
  text-transform: uppercase;
}

.pager .page_numbers {
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 5px;
  padding: 2px 5px;
}*/

.social_share .twitter-share-button {
  display: inline-block;
  height: 22px;
  position: relative;
  top: 10px;
  width: 90px !important;
}

.social_share .fb_iframe_widget {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  left: -10px;
  position: relative;
  top: 7px;
  width: 90px;
}

.social_share .googleplus {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  top: 7px;
  width: 90px;
}

.question_form #question_title, .question_form #question_txt, .question_form #reply_txt {
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 98%;
  background-color: #FFF;
  color: #6C6559;
  font-size: 1.1em;
  font-weight: 400;
  padding: .17em .42em;
}

.question_form INPUT:focus, .question_form TEXTAREA:focus, .question_form SELECT:focus {
  border: 1px solid #f90 !important;
}

.question_form P {
  margin-bottom: .7em;
}

#contact #agence {
  font-size: 1.1em;
  display: inline-block;
  margin-left: 3em;
  width: 402px;
}

#contact #default_form {
  display: inline-block;
  margin-left: 3em;
}

#contact #submit {
  text-align: right;
}

#contact.main_box {
  line-height: 1.7em;
}

#contact .sep {
  color: #ccc;
  margin-left: .3em;
  margin-right: .3em;
}

#contact INPUT {
  padding: 3px 2px;
}

#contact SELECT {
  padding: 3px 2px;
}

#contact TEXTAREA {
  padding: 3px;
}

#tab_index .unstyle_list A {
  color: #666;
}

  #tab_index .unstyle_list A:hover {
    text-decoration: none !important;
  }

#tab_manuals .pdfpreview {
  max-height: 20px;
  vertical-align: middle;
  border: 1px solid #ccc;
  margin: 0 .5em 0 0;
}

#member_home .bbox TABLE {
  margin-bottom: 0;
}

.jcarousel-skin .jcarousel-clip-horizontal {
  height: 78px !important;
}

#member_home #carousel {
  height: 78px;
  overflow: hidden;
  margin-left: 0;
}

  #member_home #carousel LI {
    float: left;
    margin-right: 3px;
  }

#member_home .asset {
  width: 177px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

  #member_home .asset .img {
    float: left;
    width: 58px;
    height: 58px;
    border: dashed 1px #ccc !important;
    margin: 3px;
  }

    #member_home .asset .img IMG {
      max-width: 58px;
      max-height: 58px;
    }

  #member_home .asset .noimg {
    float: left;
    width: 58px;
    height: 58px;
    border: dashed 1px #ccc !important;
    background: url(img/picture_icon.png) no-repeat 50% 50%;
    margin: 3px;
  }

/*#region Member Assets */

#member_assets #tabs #tab_menu A {
  text-decoration: none !important;
}

#member_assets #tabs .ui-corner-all {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

#member_assets TBODY TD {
  height: 30px;
}

  #member_assets TBODY TD.img {
    width: 45px;
    background-color: #fff;
    padding: 0;
  }

    #member_assets TBODY TD.img IMG {
      display: block;
      max-width: 39px;
      max-height: 39px;
      margin-left: auto;
      margin-right: auto;
    }

/*#endregion */

#MainContent_hypBrandDialog {
  max-width: 244px;
  height: 16px;
}

  #MainContent_hypBrandDialog SPAN {
    display: inline-block;
    overflow: hidden;
    height: 16px;
  }

#tab_brand .type {
  width: 91px;
  margin: 2px 7px 0;
}

#tab_brand.question .line1 {
  border-bottom: 0;
}

#tab_brand.dialog .icon_comment {
  height: 12px;
  width: 14px;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}

#tab_brand.dialog .icon_interested {
  height: 15px;
  width: 16px;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}

#tab_brand.question .discussion_item .show_comments {
  margin-left: 80px;
  float: none;
  margin-bottom: .5em;
  min-height: 1em;
}

#tab_brand.question .discussion_item .contribute {
  position: absolute;
  right: 0;
  bottom: .5em;
}

#tab_brand.question .reply-marquee .show_comments {
  margin-left: 40px;
  min-height: 1em;
}

#tab_brand.question .reply-marquee .contribute {
  position: absolute;
  right: .5em;
  bottom: 10px;
}

#tab_brand.question .date {
  margin-left: 8px;
}

#tab_brand.question .responses {
  padding-right: 10px;
}

/*#tab_brand .intro {
  margin-bottom: 18px; 
  color: #2C598C;
  float: left;
  font-size: 1.1em;
  width: 622px;
  padding-left: 10px;
  padding-right: 18px;
  line-height: 130%;
  font-weight: 400;
}*/

#tab_brand STRONG.link A {
  display: inline-block;
  width: 100%;
}

#tab_brand .line1 {
  position: relative;
  width: 100%;
}

#tab_brand.dialog .line2 {
  position: relative;
  width: 100%;
  height: 20px;
}

#tab_brand.question #goback {
  color: #FF9900;
  float: left;
  font-size: 1.1em;
  width: 622px;
  padding-left: 10px;
  padding-right: 18px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 1em;
}

.cFF9900 {
  color: #FF9900 !important;
}

.buttomComent {
  border: 1px solid #CCCCCC;
  color: #FF9900;
  font-size: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-right: 5px;
  cursor: pointer;
  padding: 3px 5px;
}

#tab_brand .button {
  float: right;
  width: 177px;
}

#tab_brand .filterBox {
  width: 622px;
  padding-left: 10px;
  padding-right: 18px;
  margin-bottom: 7px;
  float: left;
}

  #tab_brand .filterBox .filter {
    height: 14px;
    float: left;
    margin-right: 6px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #999999;
    background-color: #FFFFFF;
    font-size: 1.1em;
    padding: 2px 8px;
  }

    #tab_brand .filterBox .filter:hover {
      border: 1px solid #336699;
      color: #336699 !important;
    }

    #tab_brand .filterBox .filter .arrow-img {
      float: right;
      height: 6px;
      width: 10px;
      margin-left: 10px;
      display: block;
      margin-top: 5px;
      background-image: url(img/arrow-down.png);
      background-repeat: no-repeat;
      background-position: top;
    }

    #tab_brand .filterBox .filter:hover .arrow-img {
      background-position: bottom;
    }

#tab_brand .image_button {
  display: block;
  height: 43px;
  overflow: hidden;
  cursor: pointer;
}

  #tab_brand .image_button:hover img {
    margin-top: -43px;
  }

#tab_brand .discussion_list .discussion_item {
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
}

#tab_brand .discussion_list .line1 {
  width: 100%;
  float: left;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #CCC;
}

#tab_brand .discussion_list .line2 {
  width: 100%;
  float: left;
}

#tab_brand .discussion_list .boxAuthor {
  width: 153px;
}

#tab_brand .discussion_list .box-commentaires-membres {
  width: 312px;
}

#tab_brand .discussion_list .date {
  color: #f90;
  float: left;
  margin-top: 1px;
  width: 64px;
}

#tab_brand .subline1 {
  width: 85%;
}

#tab_brand .discussion_list .subject {
  width: 60%;
  color: #666666;
  float: left;
  margin-top: 0;
  font-size: 13px;
  max-width: 65%;
}

#tab_brand.question .discussion_list .subject {
  width: 57%;
}

#tab_brand .discussion_list .author_avatar {
  line-height: 0;
  width: auto;
  margin: 0 5px 0 0;
}

  #tab_brand .discussion_list .author_avatar img {
    border: 1px solid #ccc;
    line-height: 0;
    margin: 0;
  }

#tab_brand .discussion_list .author {
  width: 110px;
  color: #f90;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
}

#tab_brand .answer_box {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: .5em 0 1em;
  padding: .5em;
}

#tab_brand .owner .nick {
  color: #369 !important;
}

#tab_brand .input_box {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 515px;
  min-height: 93px;
  color: #666666;
  margin: .5em 0 1em;
  padding: .5em;
}

#tab_brand .redes {
  float: left;
  margin-right: 15px;
}

#tab_brand .reply-marquee {
  width: 558px;
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
  float: left;
  color: #666666;
  font-size: 13px;
  line-height: 130%;
  margin: .5em 0 1em;
  padding: 9px 9px 8px 10px;
}

#tab_brand .index_prod .text_button {
  font-size: 11px !important;
  background-color: #f90;
  border: 0 solid #f90;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline;
  height: 15px;
  padding: 2px 8px;
}

#tab_brand .comment .text_button {
  font-size: 11px !important;
}

.manual {
  font-size: 1.1em;
  line-height: 130%;
}

  .manual .preview_box {
    margin-top: 1em;
    color: #2C598C;
    float: left;
    width: 50%;
    padding: 0 1em 1em;
  }

  .manual LI {
    padding-bottom: .4em;
    list-style-type: circle !important;
  }

  .manual H2 {
    color: #FF8000;
    font-size: 1.4em;
  }

.brand_reply {
  background-color: #ECEEF5 !important;
  border: 1px solid #CAD4E7 !important;
  color: #666;
  font-size: 13px;
  line-height: 130%;
  margin: .5em 0 0;
  padding: 9px 9px 5px 10px;
}

#product_nav .brand_logo {
  max-height: 16px;
  margin-left: 5px;
  margin-bottom: -2.5px;
}

.responses .logo {
  height: 1em;
  margin-right: .6em;
  padding-left: .6em;
  background-color: #fff;
}

BODY {
  background: url(img/bg.png) repeat-x scroll 0 0 transparent;
  color: #666;
  font: 12px Arial,Helvetica,sans-serif;
  padding: 12px 0;
}

.a_small_font {
  font-size: 11px;
}

.a_h_gradient {
  background: url(img/header_grad.png) no-repeat top right;
}

.a_v_gradient {
  background-image: 0 0 rgb(230,230,230) 50%;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-bottom: 12px;
}

H6 {
  color: #369;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}

#a_page {
  width: 1010px;
  margin: 0 auto;
}

#a_header {
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 927px;
  margin: 0 0 13px 13px;
  padding: 0 20px 0 33px;
}

#a_top .main_logo {
  float: left;
  margin-top: .8em;
}

#a_top_box {
  float: right;
  height: 92px;
  width: 590px;
  margin: 0;
  padding: .2em 0;
}

.login #a_top_box {
  height: 62px;
}

/* .home #a_top_box {
  height: 70px;
} */

#a_search_box form {
  width: 354px;
}

.search.logoff {
  top: 48px;
  margin-left: -380px;
}

.a_column_1 {
  float: right;
  width: 255px;
  position: relative;
}

.a_column_2 {
  float: right;
  width: 276px;
}

.banner_top {
  width: 100%;
  padding: 0 0 10px;
}

  .banner_top A {
    width: 728px;
    height: 90px;
    display: block;
    margin: 0 auto;
  }

.home #a_top .login p {
  color: #369;
  font-size: 1.1em;
  font-weight: 700;
  float: left;
  margin: 0 4px 12px 0;
}

#a_top .login p {
  color: #369;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 11px 12px 0;
}

.a_column_1 .creer {
  color: #369;
  font-size: 1.1em;
  float: left;
  margin: 7px 4px 12px 0;
}

  .a_column_1 .creer SPAN {
    margin-left: 22px;
    float: left;
  }

  .a_column_1 .creer A {
    background: url(img/home/btn_creer.png) no-repeat;
    width: 102px;
    height: 17px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    float: left;
    margin-left: 15px;
    padding: 2px 0 0 14px;
  }

#a_top .facebook_login {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 115px;
  height: 22px;
  margin: 0 .3em;
}

#a_top .login_form {
  float: right;
  margin: .5em 0 .4em;
}

  #a_top .login_form input {
    border: 1px solid #CAD4E7;
    background-color: #ECEEF5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100px;
    margin: 0 .5em 0 0;
    padding: .2em .5em;
  }

  #a_top .login_form .login_button {
    background-color: #FF7F00; /* background-image: 0 47% rgb(255,128,0) 59%; */
    background-image: -moz-linear-gradient(center top, #FFC47B 47%, #FF8000 59%);
    border: 1px solid #FF7F00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 22px;
    width: 30px;
    padding: 1px 0 2px;
  }

    #a_top .login_form .login_button:hover {
      background-color: #3D7BBC; /* background-image: 0 47% rgb(44,89,140) 59%; */
      background-image: -moz-linear-gradient(center top, #3D7ABC 47%, #2C598C 59%);
      border: 1px solid #3D7BBC;
      color: #fff;
    }

.a_column_1 hr {
  width: 218px;
  float: left;
  border: 1px solid #cad4e7;
  margin: 0;
}

#a_top .remember_me {
  left: 318px;
  position: absolute;
  top: 41px;
}

  #a_top .remember_me span {
    color: #5973A7;
    font-size: .9em;
    left: 3px;
    position: relative;
    top: -2px;
  }

#a_top .password_forgot {
  left: 440px;
  position: absolute;
  top: 40px;
}

  #a_top .password_forgot a {
    color: #5973A7;
    font-size: .9em;
    text-decoration: underline;
  }

.topsearch {
  position: relative;
  top: 19px;
  left: 50%;
  float: left;
  margin-left: -274px;
}

/*.search_input {
  border: 1px solid #CCC;
  background-color: #FFF;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-right: none;
  color: #6C6559;
  font-size: 13px;
  font-weight: 400;
  height: 16px;
  width: 225px !important;
  padding: 3px 10px 4px;
}*/


.search_button:hover {
  cursor: pointer;
}

#a_top_box .user_profile {
  float: right;
  margin-top: 8px;
  width: 219px;
}

  #a_top_box .user_profile p {
    color: #369;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
  }

  #a_top_box .user_profile .user_welcome {
    margin: 0 0 3px 10px;
  }

#a_top_box .profile_options {
  border: 1px solid #CAD4E7;
  background-color: #ECEEF5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 2px 5px 3px 7px;
}

#a_top_box .user_profile p a {
  color: #369;
  margin: 0 3px;
}

  #a_top_box .user_profile p a:hover {
    color: #333;
  }

  #a_top_box .user_profile p a.mon_profil {
    background: #ECEEF5 url(img/mon-profil.png) no-repeat right 1px;
    padding-right: 17px;
  }

#a_nav {
  background-color: #FF7F00;
  background: url(img/orange_grad.png) repeat-x 0 -10px;
  border: 1px solid #FF7F00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 0;
  height: 26px;
  left: -33px;
  position: relative;
  width: 922px;
  margin: 0 auto;
  padding: 0 28px;
}

  #a_nav ul {
    height: 25px;
    list-style: none;
    position: absolute;
    top: -1px;
    margin: 0;
    padding: 0;
  }

    #a_nav ul li {
      color: #FFF;
      float: left;
      font-size: 13px;
      font-weight: 700;
      line-height: 1em;
      list-style: none;
      margin: 0;
    }

      #a_nav ul li a {
        border-left: 1px solid #ed983c;
        border-right: 1px solid #ffa544;
        color: #FFF;
        display: block;
        padding: 7px 16px 8px;
      }

        #a_nav ul li a:hover, #a_nav ul li a.active {
          background: transparent url(img/main_nav_active_bg_s1.png) repeat-x left top;
          border-left: 1px solid #2A5386;
          border-right: 1px solid #2A5386;
          color: #FFF;
          text-decoration: none !important;
        }

      #a_nav ul li.no_border_right a {
        border-right: none;
      }

#a_main_content {
  margin: 0 1.17em 1.33em;
}

#a_product_box {
  background-color: #F7F7F7;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  min-height: 85px;
  margin: 0 0 1.33em;
  padding: .83em 1.33em;
}

  #a_product_box .welcome_image {
    float: left;
    margin-right: 1em;
  }

  #a_product_box.welcome .product_main_info h1 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 1em 0 .2em;
  }

  #a_product_box.welcome .product_main_info h2 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 .2em;
  }

  #a_product_box .product_thumb {
    background-color: #FFF;
    border: 1px solid #eee;
    float: left;
    margin-right: 1em;
    max-height: 75px;
    height: auto;
    max-width: 75px;
    width: auto;
  }

  #a_product_box .product_thumb2 {
    background-color: #FFF;
    border: 1px solid #CCC;
    float: left;
    margin-right: 2em;
    width: 115px;
    padding: 4px;
  }

  #a_product_box .product_thumb img {
    display: block;
    margin: 0 auto;
  }

  #a_product_box .product_main_info {
    float: left;
    width: 600px;
  }

.logout #a_product_box .product_main_info {
  float: left;
  width: 440px;
}

#a_product_box .product_main_info h1 {
  color: #369;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 .28em;
}

#a_product_box .product_main_info p {
  color: #369;
  margin-bottom: 10px;
}

  #a_product_box .product_main_info p.members {
    color: #369;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: .67em;
  }

    #a_product_box .product_main_info p.members img {
      vertical-align: bottom;
      margin: 0 0 0 .67em;
    }

    #a_product_box .product_main_info p.members span {
      font-weight: 700;
      text-decoration: underline;
    }

  #a_product_box .product_main_info p.brand {
    color: #369;
    font-size: 1.16em;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
  }

.logout #a_product_box .product_main_info p.brand {
  font-size: .9em;
  font-weight: 400;
}

#a_product_box .product_main_info p.brand .brand_description {
  position: relative;
  top: -5px;
}

#a_product_box .product_main_info p.brand .brand {
  height: 21px;
  margin-right: .8em;
  position: relative;
  top: 0;
}

#a_product_box .product_main_info p .help_icon {
  margin-left: .8em;
}

#a_product_box .contact_box {
  position: absolute;
  bottom: 10px;
  right: 20px;
  top: 10px !important;
}

  #a_product_box .contact_box p {
    height: 36px;
    min-width: 210px;
    overflow: hidden;
    margin: 0;
  }

    #a_product_box .contact_box p a:hover img {
      margin-top: -36px;
    }

  #a_product_box .contact_box .twitter-share-button {
    background: url(img/twitter_icon.png) no-repeat left top;
    display: inline-block;
    height: 22px;
    position: relative;
    top: 4px;
    width: 65px;
    left: 4px;
  }

  #a_product_box .contact_box .fb_iframe_widget {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    left: 4px;
    position: relative;
    top: 1px;
    width: 59px;
  }

  #a_product_box .contact_box .email_icon {
    background: url(img/e-mail_icon.png) no-repeat left top;
    display: inline-block;
    height: 22px;
    position: relative;
    top: 6px;
    width: 66px;
    left: 0;
  }

#a_product_box .signin_box {
  background: transparent url(img/sign_in_box_bg.png) no-repeat left top;
  float: right;
  height: 115px;
  margin-top: 10px;
  position: relative;
  width: 285px;
  padding: 32px 0 0 20px;
}

  #a_product_box .signin_box h3 {
    color: #FF7F00;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 .3em;
  }

  #a_product_box .signin_box h4 {
    color: #369;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
  }

#a_product_box .signin_form .text {
  border: 1px solid #ccc;
  background-color: #F5F5F5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #6C6559;
  font-size: 1em;
  font-weight: 400;
  height: 12px;
  width: 185px;
  margin: 0 0 .4em;
  padding: 5px .42em 6px;
}

#a_product_box .signin_form .signin_button {
  background: transparent url(img/oui-btn.png) no-repeat left top;
  border: none;
  cursor: pointer;
  height: 25px;
  left: 5px;
  position: relative;
  text-indent: -9000em;
  top: -14px;
  width: 55px;
}

  #a_product_box .signin_form .signin_button:hover {
    background: transparent url(img/oui-btn.png) no-repeat left -25px;
  }

#a_main_content_tabs ul li {
  list-style: none;
  margin: 0;
}

#a_main_content_tabs .tabs {
  position: relative;
  z-index: 2;
}

  #a_main_content_tabs .tabs li {
    background-color: #FFF;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.17em;
    font-weight: 700;
    float: left;
    list-style: none;
    margin-right: 10px;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 14px;
  }

    #a_main_content_tabs .tabs li.asset {
      float: right;
      margin-right: 0;
    }

    #a_main_content_tabs .tabs li.notice {
      border: none;
      text-align: center;
      padding: 0;
    }

    #a_main_content_tabs .tabs li a {
      color: #f90;
      display: block;
    }

      #a_main_content_tabs .tabs li a:hover {
        color: #369;
        text-decoration: none !important;
      }


    #a_main_content_tabs .tabs li.notice.active a, #a_main_content_tabs .tabs li.notice a:hover {
      background: #3D7BBC url(img/main_nav_active_bg_s1.png) repeat-x 0 -1px;
      border: 1px solid #3D7BBC;
    }

    #a_main_content_tabs .tabs li.active {
      background-color: #F7F7F7;
      border-bottom: none;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      background-image: 0 color-stop(100%,#F7F7F7));
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

      #a_main_content_tabs .tabs li.active a {
        color: #369;
      }

#a_main_content_tabs li.asset {
  padding-left: 0;
}

#a_main_content_tabs .tabs li.asset a {
  background: url(img/protect_icon.png) no-repeat 12px 5px;
  padding-left: 40px;
}

  #a_main_content_tabs .tabs li.asset a:hover, #a_main_content_tabs li.proteger_votre_produit.active a {
    background: url(img/protect_icon_over.png) no-repeat 12px 5px;
  }

#a_main_content_tabs .tab_content {
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -1px;
  z-index: 1;
  padding: 10px 14px 25px;
}

  #a_main_content_tabs .tab_content h5 {
    font-weight: 400;
  }

  /*#a_main_content_tabs .tab_content h2, #a_main_content_tabs .tab_content h3 ,#a_main_content_tabs .tab_content h5  {
  color: #369;
  font-size: 14px;
  margin-bottom: 8px;
}*/

  #a_main_content_tabs .tab_content .title_plus_icon {
    float: left;
    margin: 17px 0 0 10px;
  }

/*#a_main_content_tabs .tab_content h4 {
  font-size: 1.08em;
}*/

#a_main_content_tabs .width_460 {
  width: 460px;
}

#a_main_content_tabs .link_list_inline_style li {
  border-right: 1px solid #f90;
  float: left;
  margin: 0 .3em .6em 0;
  padding: 0 .3em 0 0;
}

/*
#a_main_content_tabs .link_list_inline_style li.last {
  border: 0;
  margin: 0;
  padding: 0;
}

#a_main_content_tabs .link_list_inline_style li a {
  border: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 0 4px;
}

#a_main_content_tabs .link_list_inline_style li a:hover {
  border: 1px solid #f90;
  text-decoration: none !important;
}
*/

/*#a_main_content_tabs .link_list a {
  border-right: 1px solid #f90;
  color: #666;
  line-height: 1.6em;
  margin: 0 .6em 0 0;
  padding: 0 .6em 0 0;
}*/

#a_main_content_tabs .tab_content h3 .logo {
  display: inline-block;
  position: relative;
  top: 4px;
}

#a_main_content_tabs .editable {
  border: 2px solid #369;
}

#a_main_content_tabs .light_blue_box {
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 1em;
  padding: 10px 10px 0;
}

#a_main_content_tabs .extract a:hover {
  border: 1px solid #2A5386;
  color: #2A5386;
  text-decoration: none !important;
}

.tab_main_content_header {
  position: relative;
  background: url(img/home/img_home_header.png) no-repeat;
  width: 592px;
  height: 260px;
  z-index: 1;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 0 0 48px;
}

  .tab_main_content_header h1 img {
    position: relative;
    float: left;
    margin: 0;
  }

  .tab_main_content_header h1 strong {
    font: normal 24px Arial, Helvetica, sans-serif;
    color: #369;
    float: left;
    margin-top: -4px;
  }

  .tab_main_content_header h1 span {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #369;
    float: left;
  }

  .tab_main_content_header .counter {
    width: 200px;
    position: absolute;
  }

  .tab_main_content_header .counter01 {
    left: 144px;
    top: 101px;
  }

  .tab_main_content_header .counter02 {
    left: 16px;
    top: 141px;
  }

  .tab_main_content_header .counter03 {
    left: 266px;
    top: 136px;
  }

  .tab_main_content_header .counter H5 {
    font: bold 28px/28px Arial, Helvetica, sans-serif !important;
    color: #f90 !important;
    text-align: center;
    margin: 0 !important;
  }

  .tab_main_content_header .counter P {
    font: 17px/17px Arial, Helvetica, sans-serif !important;
    color: #369 !important;
    text-align: center;
  }

  .tab_main_content_header .search {
    position: relative;
    top: 10px;
    left: 391px;
    float: left;
    margin-left: 0;
    width: 176px;
    height: 144px;
    background: url(img/home/bg_search.png) no-repeat;
    padding: 11px 7px 0 10px;
  }

    .tab_main_content_header .search label {
      float: left;
      font: bold 20px Arial, Helvetica, sans-serif;
      color: #fff;
      margin: 0 12px 0 4px;
    }

    .tab_main_content_header .search P {
      margin-top: 15px;
      float: left;
    }

/* .home .search_input {
  border: 1px solid #ff7f00;
  background-color: #FFF;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-right: none;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  height: 16px;
  width: 125px !important;
  padding: 3px 10px 4px;
}

.home .search_button {
  background: url(img/home/search_button.png) no-repeat;
  width: 32px;
  height: 37px;
  display: block;
  text-indent: -5555px;
  margin: -7px 0 0 -4px;
}

.home .search_button:hover {
  background: url(img/home/search_button_over.png) no-repeat;
} */

.tab_main_content .box {
  position: relative;
  z-index: 10;
  float: left;
  width: 152px;
  height: 234px;
  margin: -37px 0 14px 7px;
}

  .tab_main_content .box A {
    background: url(img/home/bg_home_box.png) top left no-repeat;
    height: 219px;
    width: 142px;
    display: block;
    padding: 15px 5px 0;
  }

    .tab_main_content .box A:hover {
      text-decoration: none !important;
      background-position: -158px top;
    }

    .tab_main_content .box A H2 {
      font: 20px/20px Arial, Helvetica, sans-serif !important;
      color: #f90 !important;
      text-align: center;
      margin: 0 0 8px !important;
    }

    .tab_main_content .box A P {
      font: bold 15px Arial, Helvetica, sans-serif;
      color: #333;
      text-align: center;
      margin-bottom: 6px !important;
    }

    .tab_main_content .box A .box_notice {
      background: url(img/home/bg_box_notice.png) no-repeat;
      width: 142px;
      height: 29px;
      position: relative;
      overflow: hidden;
      padding: 2px 0 4px;
    }

      .tab_main_content .box A .box_notice H4 {
        font: bold 12px Arial, Helvetica, sans-serif !important;
        color: #369;
        text-align: center;
        overflow: hidden;
        height: 14px;
        margin: 0 !important;
      }

      .tab_main_content .box A .box_notice P {
        font: normal 12px Arial, Helvetica, sans-serif !important;
        color: #666;
        overflow: hidden;
        height: 14px;
        margin: 0 !important;
      }

    .tab_main_content .box A .box_title {
      background: url(img/home/bg_box_titile.png) top right no-repeat;
      width: 142px;
      height: 29px;
      padding: 2px 0 4px;
    }

      .tab_main_content .box A .box_title H4 {
        font: bold 13px Arial, Helvetica, sans-serif !important;
        color: #369;
        text-align: center;
        overflow: hidden;
        height: 15px;
        margin: 0 !important;
      }

      .tab_main_content .box A .box_title P {
        font: normal 11px Arial, Helvetica, sans-serif !important;
        color: #666;
        overflow: hidden;
        height: 13px;
        margin: 0 !important;
      }

    .tab_main_content .box A .box_comments P {
      font-size: 11px !important;
      font-style: italic;
      color: #666;
      font-weight: 400;
      height: 56px;
      overflow: hidden;
    }

#partners {
  text-align: center;
  font: 11px Arial,Helvetica,sans-serif;
  margin: 2em 0 0;
}

  #partners > STRONG {
    margin-right: 1em;
  }

  #partners LI {
    display: inline;
    border-right: 2px solid #acacac;
    margin: 0 3px 0 0;
    padding: 0 8px 0 0;
  }

  #partners A {
    color: #808080;
  }

.tab_main_content_box {
  float: left;
  position: relative;
/*  margin-bottom: 14px;*/
}

  .tab_main_content_box .box_mois {
    position: relative;
    width: 49%;
    /*height: 204px;*/
    float: left;
   /* margin-right: 12px;*/
  }

/*    .tab_main_content_box .box_mois A {
      display: block;
      position: relative;
      overflow: hidden;
      background: #f8f8f8 url(img/home/bg_box_mois.png) repeat-x;
      border: 1px solid #ccc;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 10px 10px 10px 13px;
    }

      .tab_main_content_box .box_mois A:hover {
        background: #f8f8f8 url(img/home/bg_box_mois_over.png) repeat-x;
        text-decoration: none !important;
      }

    .tab_main_content_box .box_mois H3 {
      font-size: 16px !important;
      margin: 0 !important;
    }*/

/*    .tab_main_content_box .box_mois H4 {
      font: normal 18px Arial, Helvetica, sans-serif !important;
      color: #333;
      margin: 0 0 7px !important;
    }*/



      .tab_main_content_box .box02 .box_comment P {
        font: normal 12px Arial, Helvetica, sans-serif !important;
        color: #333;
        height: 92px;
        overflow: hidden;
        margin: 0 !important;
        padding: 9px 9px 0 159px;
      }

      .tab_main_content_box .box_mois .box_comment H5 {
        font: normal 13px Arial, Helvetica, sans-serif !important;
        color: #666 !important;
        text-align: right;
        background: url(img/arrow.png) right 2px no-repeat;
        margin: 5px 9px 0 0 !important;
        padding: 0 15px 0 0;
      }

    .tab_main_content_box .box_mois A:hover .box_comment H5 {
      background: url(img/arrow_over.png) right 2px no-repeat;
    }

  .tab_main_content_box .box02 H3 {
    margin-bottom: 19px !important;
  }

  .tab_main_content_box .box02 .data_mois {
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
  }

  .tab_main_content_box .box02 .box_person {
    background: url(img/home/bg_mois_responsable.png) no-repeat;
    width: 114px;
    height: 135px;
    position: relative;
    float: left;
    text-align: center;
    padding: 4px 15px 4px 6px;
  }

    .tab_main_content_box .box02 .box_person P {
      text-align: left;
      font: normal 11px Arial, Helvetica, sans-serif !important;
      color: #333 !important;
      height: 41px;
      overflow: hidden;
      margin: 0 !important;
    }

      .tab_main_content_box .box02 .box_person P STRONG {
        height: 13px;
        overflow: hidden;
        margin-bottom: -13px;
      }

/*  .tab_main_content_box .box02 .box_comment {
    background: none;
    border: none;
    width: 130px;
    float: right;
    padding: 3px;
  }*/

    .tab_main_content_box .box02 .box_comment H4 {
      font: bold 14px Arial, Helvetica, sans-serif;
      height: 21px;
      overflow: hidden;
      width: 130px;
    }

    .tab_main_content_box .box02 .box_comment H5 {
      padding: 0 15px 0 0 !important;
    }

.home #a_main_content_tabs .tab_left_side_content .arrow_list UL {
  margin-bottom: 8px;
}

.home #a_main_content_tabs .tab_left_side_content .arrow_list li {
  background: none;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #666;
  padding: 3px 1px 3px 8px;
}

  .home #a_main_content_tabs .tab_left_side_content .arrow_list li a {
    color: #666;
    font-weight: 400;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding: 4px 0 0;
  }

    .home #a_main_content_tabs .tab_left_side_content .arrow_list li a SPAN {
      text-align: left;
      position: relative;
      width: 160px;
      height: 20px;
      display: block;
      float: left;
      overflow: hidden;
      line-height: 1.4em;
    }

      .home #a_main_content_tabs .tab_left_side_content .arrow_list li A SPAN.star {
        float: right;
        width: 60px;
        text-align: right;
        background: #f7f7f7 url(img/home/img_star.png) no-repeat 6px 4px;
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #f90;
        margin: -4px 0 0;
        padding: 4px 16px 4px 6px;
      }


      .home #a_main_content_tabs .tab_left_side_content .arrow_list li a SPAN IMG {
        height: auto;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
      }

    .home #a_main_content_tabs .tab_left_side_content .arrow_list li A:hover P {
      background: #369 url(img/home/img_star_over.png) no-repeat 6px 4px;
      color: #fff;
    }

#a_main_content_tabs .tab_content .tabs_second_level li .plus_icon {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

#a_main_content_tabs .tab_content .tabs_second_level li.active {
  background: none;
  background-color: #FFF;
  border-bottom: none;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 5px;
}

#a_main_content_tabs .white_tab_box {
  background-color: #FFF;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -1px;
  z-index: 1;
  padding: 15px 14px 10px;
}

#a_main_content_tabs .tab_content .documentation_tabs li a, #a_main_content_tabs .tab_content .documentation_tabs li a.active {
  background: url(img/more_icon.png) no-repeat right 3px;
  margin-right: 10px;
  padding: 3px 18px 3px 10px;
}

  #a_main_content_tabs .tab_content .documentation_tabs li.active a, #a_main_content_tabs .tab_content .documentation_tabs li a:hover {
    background: url(img/more_active_icon.png) no-repeat right 3px;
  }

  #a_main_content_tabs .tab_content .documentation_tabs li a span {
    margin-left: .5em;
  }

#a_main_content_tabs .tab_content .thumbs_display {
  width: 573px;
  margin: 0 auto;
}

/*#a_main_content_tabs .tab_content .thumbs_display li {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 130px;
  width: 130px;
  margin: 0 15px 15px 0;
}

#a_main_content_tabs .tab_content .thumbs_display li img {
  display: block;
  max-width: 110px;
  height: auto;
  max-height: 120px;
  margin: 5px auto;
}*/

#a_main_content_tabs .tab_content .pdf_list_item {
  border: none;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
}

  #a_main_content_tabs .tab_content .pdf_list_item .head {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.1em;
    margin: .2em 0;
    padding: 2px 1.5%;
  }

  #a_main_content_tabs .tab_content .pdf_list_item .title {
    float: left;
    padding-top: 2px;
    width: 70%;
    height: 1.6em;
    overflow: hidden;
  }

  #a_main_content_tabs .tab_content .pdf_list_item .info {
    color: #FF9900;
    float: right;
    width: 25%;
    padding: 2px 0 2px 25px;
  }

  #a_main_content_tabs .tab_content .pdf_list_item .file_description {
    display: none;
    margin: 1em 1.5% 0;
  }



/*#tab_forum #goback {
  float: left;
  font-size: 1.1em;
  width: 622px;
  line-height: 130%;
  font-weight: 400;  margin-bottom: 20px; 
  padding-left: 10px;
}*/

#tab_forum #sender.avatar_info {
  margin-top: 3px;
  padding-bottom: 6px;
}

#tab_forum .discussion_list {
  border: none;
  border-bottom: 1px solid #D1D1D1;
  text-align: left;
  vertical-align: middle;
  cursor: default;
  padding: .2em 0;
}

  /*#tab_forum .discussion_list .discussion_item .date {
  color: #f90;
  float: left;
  margin-top: 1px;
  padding: .2em;
}*/

  #tab_forum .discussion_list .discussion_item .hover_row {
    float: left;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 88%;
    padding: .2em;
  }

    #tab_forum .discussion_list .discussion_item .hover_row:hover {
      background-color: inherit;
      border: none;
    }

  #tab_forum .discussion_list .discussion_item .subject {
    width: 50%;
    font-size: 13px;
    padding-left: .5em;
    overflow: hidden;
  }

    #tab_forum .discussion_list .discussion_item .subject A {
      display: inline-block;
      width: 94%;
    }

  #tab_forum .discussion_list .discussion_item .author_avatar {
    line-height: 0;
    width: 4%;
    margin: 0;
    padding: 3px 0;
  }

    #tab_forum .discussion_list .discussion_item .author_avatar img {
      line-height: 0;
      margin: 0;
    }

#tab_forum.question .discussion_list .discussion_item .author {
  font-weight: 700;
  color: #f90;
}

#tab_forum .discussion_list .discussion_item .responses {
  position: absolute;
  right: 0;
  top: 3px;
}

#tab_forum .answer_box {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: .5em 0 1em;
  padding: .5em .5em .8em;
}

#tab_brand #bdsearch {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 550px;
}

#tab_brand #bdq {
  width: 500px !important;
}

#a_main_content_tabs .tab_left_side_content .orange_border_box {
  border-color: #f90;
}

#a_main_content_tabs .tab_left_side_content .white_box h3 {
  color: #999;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 1em;
}

#a_main_content_tabs .white_box.whyBecomeMember {
  height: 180px;
  overflow: hidden;
  border: 0;
  padding: 0;
}

  #a_main_content_tabs .white_box.whyBecomeMember p {
    line-height: 18px;
    padding: 0 12px;
  }

#a_main_content_tabs .tab_content .lightbulb {
  background: url(img/light_icon.png) no-repeat 7px 15px;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 15px 5px 35px;
}

#MainContent_TabContent_productWidget_pnlTip {
  padding-top: 0 !important;
}

#a_main_content_tabs .tab_left_side_content .arrow_box p {
  background: url(img/light_icon.png) no-repeat 10px 10px;
  font-size: 1.06em;
  font-weight: 700;
  padding: 10px 0 0 36px;
}

#a_main_content_tabs .blue {
  color: #1F4679;
}

#a_main_content_tabs .tab_left_side_content .white_box dl {
  padding-left: 32px;
  margin: 0 0 .6em;
}

  #a_main_content_tabs .tab_left_side_content .white_box dl.moyenne {
    background: url(img/graph_icon.png) no-repeat left 6px;
  }

  #a_main_content_tabs .tab_left_side_content .white_box dl.duree {
    background: url(img/clock_icon.png) no-repeat 2px 6px;
  }

  #a_main_content_tabs .tab_left_side_content .white_box dl.avis {
    background: url(img/hanf_icon.png) no-repeat 4px 6px;
  }

  #a_main_content_tabs .tab_left_side_content .white_box dl.discussions {
    background: url(img/comments_icon.png) no-repeat left 6px;
  }

  #a_main_content_tabs .tab_left_side_content .white_box dl.dialog {
    background: url(img/megaphone.png) no-repeat left 6px;
  }

#a_main_content_tabs .tab_left_side_content .white_box dd {
  color: #f90;
  font-weight: 700;
  margin-left: 0;
}

#a_main_content_tabs .tab_left_side_content .user img {
  border: 1px solid #CCC;
  float: left;
  margin-right: 1em;
}

#a_main_content_tabs .tab_left_side_content .user span {
  color: #FF9200;
  font-size: 1em;
  font-weight: 700;
}

#a_main_content_tabs .tab_left_side_content .arrow_list li {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 1.08em;
  text-align: left;
  width: 90%;
  background: url(img/arrow.png) no-repeat 7px 7px;
  margin: 0;
  padding: 4px 0 7px 32px;
}

  #a_main_content_tabs .tab_left_side_content .arrow_list li a {
    color: #666;
    font-weight: 400;
  }

#a_main_content_tabs .tab_left_side_content .arrow_list img {
  height: 21px;
  left: 140px;
  position: absolute;
  top: 12px;
}

#a_main_content_tabs .tab_content .qualification_box {
  float: left;
  width: 440px;
  margin: 0 0 .3em;
}

  #a_main_content_tabs .tab_content .qualification_box h3 {
    margin: 0 0 .5em;
  }

#a_main_content_tabs .tab_content .qualification {
  margin: .4em 0;
}

  #a_main_content_tabs .tab_content .qualification dt {
    border: none;
    color: #369;
    float: left;
    font-size: 1.17em;
    font-weight: 400;
    width: 150px;
  }

  #a_main_content_tabs .tab_content .qualification dd {
    border: none;
    color: #369;
    float: left;
    font-size: 1.17em;
    font-weight: 400;
    width: 185px;
  }

    #a_main_content_tabs .tab_content .qualification dd span {
      background-color: #ECEEF5;
      border: 1px solid #CAD4E7;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: block;
      float: right;
      color: #369;
      text-align: center;
      width: 80px;
      margin: 0;
      padding: 1px 5px;
    }

#a_main_content_tabs .tab_content .ma_note_box {
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  color: #369;
  text-align: center;
  width: 160px;
  padding: 1px 5px 5px;
}

  #a_main_content_tabs .tab_content .ma_note_box p {
    margin: 0 0 .2em 0;
  }

  #a_main_content_tabs .tab_content .ma_note_box h3 {
    margin: .2em 0 .5em;
  }

  #a_main_content_tabs .tab_content .ma_note_box .changer {
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 11px;
    font-weight: 700;
    list-style: none;
    height: 15px;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 50px;
    margin: 0 auto 2px;
    padding: 2px 8px 0;
  }

#a_main_content_tabs .tab_content .avis_tabs {
  z-index: 1;
}

  #a_main_content_tabs .tab_content .avis_tabs .tabs_second_level {
    z-index: 3;
  }

  #a_main_content_tabs .tab_content .avis_tabs li {
    text-align: left;
    z-index: 3;
  }

    #a_main_content_tabs .tab_content .avis_tabs li.label {
      background: none;
      border: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      padding-right: 5px;
    }

#a_main_content_tabs .tab_content .avis_container h5 {
  font-weight: 400;
  margin: 0;
}

#a_main_content_tabs .tab_content .avis_container .avatar_info {
  font-size: 1em;
  margin: .5em 0;
}

#a_main_content_tabs .tab_content .avis_container .comment {
  background: none;
  border: none;
}

#a_main_content_tabs .tab_content .avis_container .comment_body {
  background-color: #F7F7F7;
  clear: both;
  padding: .7em;
}

#a_main_content_tabs .tab_content .avis_container .comment_text {
  background-color: #E5E5E5;
  border: 1px solid #CCC;
  margin-bottom: 1em;
  padding: .7em;
}

#a_main_content_tabs .tab_content .avis_container .comment_body .qualification_box {
  float: right;
  width: 250px;
}

  #a_main_content_tabs .tab_content .avis_container .comment_body .qualification_box dt {
    width: 150px;
  }

  #a_main_content_tabs .tab_content .avis_container .comment_body .qualification_box dd {
    margin-left: 0;
    width: 80px;
  }

.tooltip_button {
  cursor: pointer;
  vertical-align: top;
}

.help_tooltip {
  cursor: pointer;
  position: relative;
  top: 5px;
  margin: 0 5px;
}

/*#a_main_content_tabs .tab_content .text_button {
  font-size: 12px;
  text-transform: uppercase;
}*/

#a_main_content_tabs .tab_content .text_button a:hover {
  background-color: #369;
  text-decoration: none !important;
}

#a_main_content_tabs .tab_content .blue a:hover {
  background-color: #333;
}

#a_main_content_tabs .tab_content .avis_container .comment_body .comment_utils {
  border-top: 1px solid #E5E5E5;
  clear: both;
  padding-top: .5em;
  text-align: right;
  margin: .5em 0;
}

#a_main_content_tabs .tab_content .reply_comments {
  margin-left: 52px;
}

#tab_forum .toolbox {
  float: right;
}
/* 
#tab_forum .toolbox A {
  font-size: 9px;
}
#tab_forum .reply_comment {
  float: right;
  width: 90%;
} */

#a_main_content_tabs .tab_content .reply_title {
  height: 35px;
  position: relative;
}

  #a_main_content_tabs .tab_content .reply_title .avatar_info {
    position: absolute;
    right: 0;
    top: 9px;
  }

#a_main_content_tabs .tab_content .reply_comments h5 {
  font-size: 1em;
  margin: .5em 0 !important;
}

#a_main_content_tabs .tab_content .reply_comments .comment_text {
  margin: .5em 0 0;
}

#a_main_content_tabs .tab_content .reply_comments .comment_utils {
  border: none;
  margin: 0;
}

#a_main_content_tabs .tab_content .company_response .comment_text {
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
}

#a_main_content_tabs .tab_content .company_response .avatar_thumb {
  position: relative;
  top: 4px;
}

.home #a_main_content_tabs .white_tab_box {
  background: #f8f8f8 url(img/bg_deniers.png) left center repeat-x;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -1px;
  z-index: 1;
  float: left;
  width: 622px;
  padding: 15px 8px 14px;
}

  .home #a_main_content_tabs .white_tab_box H3 {
    float: left;
    width: 100%;
    color: #369;
    font-size: 16px;
    margin: 0 0 12px 6px;
  }

.home #accompagne_tab1 {
  float: left;
  position: relative;
}

.gallery_container {
  height: 78px;
}

.home #a_main_content_tabs .gallery_container .arrow_left {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 27px;
}

.home #a_main_content_tabs .gallery_container .arrow_right {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 27px;
}

.home #a_main_content_tabs .tab_content .thumbs_display {
  width: 588px;
  margin: 0 14px;
}

  .home #a_main_content_tabs .tab_content .thumbs_display li {
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    height: 70px;
    width: 190px;
    margin: 0 6px 0 0;
  }

    /* .home #a_main_content_tabs .tab_content .thumbs_display li A:hover {
  background: #c1d5e0;
} */

    .home #a_main_content_tabs .tab_content .thumbs_display li img {
      display: block;
      height: auto;
      width: auto;
      float: left;
      margin: 0 9px 0 0;
    }

    .home #a_main_content_tabs .tab_content .thumbs_display li A H4 {
      font: 12px Arial, Helvetica, sans-serif;
      color: #f90;
      margin: 0;
    }

    .home #a_main_content_tabs .tab_content .thumbs_display li A P {
      color: #333;
      font-size: 12px;
    }

.bannerTest1 a {
  display: block;
  width: 300px;
  height: 250px;
  padding-bottom: 10px;
  overflow: hidden;
}

  .bannerTest1 a:hover {
    background-position: -300px 0;
  }

#a_main_content_tabs .tab_content .my_printer {
  float: left;
  width: 446px;
  margin: 0 0 12px;
  padding: .5em;
}

  #a_main_content_tabs .tab_content .my_printer input {
    background: none;
    border: none;
    color: #FF7F00;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    width: 90%;
    margin: 0;
  }

.facebook_friends_visible {
  background: transparent url(img/facebook_icon2.gif) no-repeat left top;
  float: right;
  padding: 7px 0 8px 38px;
}

.state {
  float: left;
  padding: 7px 0 8px;
}

.my_product_thumb {
  float: right;
  width: 120px;
  margin: 0 1px 0 0;
}

  .my_product_thumb a {
    display: block;
    text-align: center;
    color: #597FAC;
  }

.my_product_thumb_container {
  border: 1px solid #E0E0E0;
  display: block;
  float: right;
  height: 120px;
  width: 120px;
  background: url(img/picture_icon.png) no-repeat 50% 50%;
  text-align: center;
  margin: 0 0 .3em;
}

.my_product_thumb img {
  display: block;
  margin: auto 0;
}

.form_box {
  padding: 0 0 10px;
}

.itemFormList {
  margin: 0 -15px;
  padding: 0;
}

.form_box .itemFormLblInp {
  float: left;
  width: 305px;
  margin-left: 15px;
  display: table-row;
  height: 30px;
}

  .form_box .itemFormLblInp label {
    width: 145px;
    display: table-cell;
    height: 20px;
    vertical-align: middle;
    line-height: 12px;
  }

  .form_box .itemFormLblInp .input {
    display: table-cell;
  }

  .form_box .itemFormLblInp input {
    width: 120px;
    margin: 0;
    padding: 0 7px;
  }

  .form_box .itemFormLblInp .input .input_options {
    float: left;
    color: #597FAC;
    background-color: #ECEEF5;
    border: 1px solid #CAD4E7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 126px;
    margin: 0;
    padding: 0 3px 0 5px;
  }

    .form_box .itemFormLblInp .input .input_options input {
      background-color: none;
      border: none;
      width: 120px;
      padding: 0 2px;
    }

.editable .form_box .itemFormLblInp .input .input_options input {
  width: 106px;
}

.form_box .input .input_options img, #a_main_content_tabs .form_box td .input_options .plus_icon {
  display: none;
  vertical-align: top;
  margin-top: 3px;
  top: 0;
}

.editable .form_box .input .input_options img, .editable #a_main_content_tabs .form_box td .input_options .plus_icon {
  display: inline;
}

a.tooltip_button {
  background: url(img/quest_icon.png) no-repeat 3px 0px;
  line-height: 8px;
  font-size: 10px;
  float: right;
  width: 20px;
  padding: 6px 0;
}

#a_main_content_tabs .form_box td {
  border: none;
  position: relative;
  vertical-align: middle;
  padding: 0;
}

#a_main_content_tabs .tab_content p.edit_button {
  color: #FF7F00;
  float: left;
  margin: 0;
  padding: 15px 0 4px 8px;
}

#a_main_content_tabs .my_product_options {
  border-top: 1px solid #CDCDCD;
  clear: both;
  margin: 7px 0 0;
  padding: 11px 3px 0 0;
}

  #a_main_content_tabs .my_product_options li {
    background: transparent url(img/arrow.png) no-repeat left top;
    float: left;
    margin: 3px 30px 11px 0;
    padding: 0 0 0 15px;
  }

#a_main_content_tabs .tab_content p.protection_level {
  color: #369;
  float: right;
  font-size: .9em;
  margin: 0;
  padding: 16px 158px 4px 0;
}

.red_light {
  background: url(img/red_light.png) no-repeat right 13px;
}

.yellow_light {
  background: url(img/yellow_light.png) no-repeat right 13px;
}

.green_light {
  background: url(img/green_light.png) no-repeat right 13px;
}

.red_light span {
  color: #FF0C00;
}

.green_light span {
  color: #009933;
}

.form_box table {
  float: left;
  height: 24px;
  margin: 0 0 .3em;
}

.form_box .label label {
  display: block;
  line-height: 1em;
  margin-right: 10px;
  width: 135px;
}

.form_box input {
  color: #597FAC;
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 30px;
  height: 18px;
  text-align: center;
  width: 130px;
  padding: 0 7px;
}

  .form_box input.sb-select {
    margin-right: 0;
    text-align: left;
  }

.form_box.expertise {
  position: relative;
  float: left;
  width: 220px;
}

.form_box.utilisation {
  position: relative;
  float: right;
  width: 220px;
}

.form_box.emplacement {
  position: relative;
  float: left;
  width: 460px;
}

  .form_box.emplacement input {
    float: right;
    text-align: left;
    width: 360px;
  }

  .form_box.emplacement .sb-dropdown {
    width: 364px;
    top: 10px;
  }

.form_box .resseller {
  float: right;
  width: 295px;
}

  .form_box .resseller label {
    float: left;
    width: 72px;
    text-align: right;
    padding: 3px 7px 0 0;
  }

  .form_box .resseller input {
    width: 200px;
    float: left;
    text-align: center;
  }

.form_box.confidentialite label {
  background: transparent url(img/facebook_icon2.gif) no-repeat right top;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 1px;
  padding: 3px 25px 2px 0;
}

.form_box.etat label {
  position: relative;
  top: 3px;
}

  .form_box.etat label.label_selectbox {
    float: left;
    margin-right: 10px;
  }

.form_box .red input {
  color: #f90;
  background-color: #FFF4E3;
  border: 1px solid #EEC08E;
  text-align: center;
}

.form_box .input .input_options {
  color: #597FAC;
  background-color: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  margin-right: 30px;
  width: 134px;
  padding: 0 5px;
}

  .form_box .input .input_options input {
    color: #597FAC;
    background-color: #ECEEF5;
    border: none;
    font-size: 1em;
    opacity: 1 !important;
    text-align: center;
    width: 112px;
    margin: 0;
    padding: 0 3px;
  }

.form_box .red .input_options input {
  color: #f90;
  background-color: #FFF4E3;
}

#a_main_content_tabs .form_box td .plus_icon {
  cursor: pointer;
  position: relative;
  top: 1px;
}

.table_header {
  background-color: #E5E5E5;
  border: 1px solid #fff;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 0 .5em;
}

#a_main_content_tabs .table_box .table_header li {
  border-left: 1px solid #ccc;
  color: #369;
  float: left;
  font-size: .9em;
  font-weight: 700;
  text-align: left;
  margin: 3px 0;
  padding: 0 0 0 10px;
}

.table_box .date_column {
  width: 75px;
}

.table_box .type_column {
  width: 139px;
}

.table_box .description_column {
  width: 250px;
}

.table_box .rappel_column {
  width: 51px;
}

.table_box .action_column {
  width: 52px;
}

.table_box .gray_rows_content td {
  background-color: #F7F7F7;
  border: none;
  border-left: 1px solid #ccc;
  border-bottom: 5px solid #fff;
  line-height: 1em;
  height: 33px;
  vertical-align: middle;
  padding: 3px 0 3px 10px;
}

  .table_box .gray_rows_content td.date_column {
    border-left: 1px solid #F7F7F7;
  }

  .table_box .gray_rows_content td.action_column {
    border-right: 1px solid #F7F7F7;
    text-align: center;
    padding: 0 5px;
  }

  .table_box .gray_rows_content td.rappel_column {
    text-align: center;
    padding: 0 5px;
  }

    .table_box .gray_rows_content td.rappel_column input {
      margin: 2px 0 0;
    }

  .table_box .gray_rows_content td.action_column img {
    cursor: pointer;
    margin: 2px 3px 0;
  }

.user_profile_box {
  display: none;
  position: absolute;
  width: 270px;
  z-index: 999;
}

  .user_profile_box .content {
    background-color: #FFF;
    border: 1px solid #CCC;
    position: relative;
    z-index: 1;
    padding: .7em;
  }

  .user_profile_box h5 {
    color: #f90;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
  }

  .user_profile_box img {
    border: 1px solid #CCC;
    float: left;
    margin-right: .7em;
  }

  .user_profile_box .profile_data {
    float: left;
    width: 180px;
  }

  .user_profile_box dd {
    color: #369;
    float: left;
    margin: 0;
  }

  .user_profile_box dt {
    color: #f90;
    float: left;
    margin: 0 .3em 0 0;
  }

  .user_profile_box .button {
    clear: both;
    text-align: left;
    margin: .2em 0 0;
  }

    .user_profile_box .button a {
      background-color: #f90;
      border: 0 solid #f90;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #FFF;
      font-size: .8em;
      font-weight: 700;
      padding: .2em .4em;
    }

  .user_profile_box .tooltip_arrow {
    border: none;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    margin: -1px 0 0 50px;
  }

.useful_box {
  width: 285px;
}

  .useful_box .button {
    color: #369;
    margin: 0;
  }

    .useful_box .button a {
      background-color: #FFF;
      border: 1px solid #999;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #999;
      font-size: .8em;
      font-weight: 400;
      margin-left: .4em;
      padding: .2em .4em;
    }

      .useful_box .button a:hover {
        background-color: #FFF;
        border: 1px solid #f90;
        color: #f90;
      }

  .useful_box .tooltip_arrow {
    margin: -1px 0 0 100px;
  }

#help_tooltip .content {
  background: #fff url(img/light_icon.png) no-repeat 15px 20px;
  padding: 10px 15px 0 45px;
}

#help_tooltip .tooltip_arrow {
  margin: -1px 0 0 76px;
}

#description_tooltip {
  width: 400px;
}

  #description_tooltip .tooltip_arrow {
    margin: -1px 0 0 200px;
  }

#a_main_content_tabs .news_tab_container {
  background-color: #FFF;
  border: none;
}

#tab_manuals {
  background-color: #fff;
  border: none;
}

  #tab_manuals .clip {
    left: 9px;
    position: absolute;
    top: -5px;
  }

  #tab_manuals .pdf_container_box {
    background-color: #F7F7F7;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 810px;
    margin-top: 20px;
    width: 910px;
  }

#a_main_content_tabs #tab_manuals .pdf_list_item .head {
  background-color: #F7F7F7;
}

#a_footer {
  width: 1010px;
  margin: 0 auto 2em;
}

.footer_box {
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 1.17em .7em;
  padding: 10px;
}

.copyright_box {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.large_copyright_box {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

#a_sitemap {
  background: #F7F7F7 url(img/footer_sitemap_top_bg.png) no-repeat 1px 1px;
  padding: 6px 10px;
}

  #a_sitemap ul {
    margin: 0 1em;
  }

    #a_sitemap ul li {
      float: left;
      list-style: none;
      margin: 0 2.5em 0 0;
    }

      #a_sitemap ul li.column_4 {
        max-width: 195px;
      }

      #a_sitemap ul li h3 {
        font-size: 1em;
        font-weight: 700;
        margin: 0;
      }

      #a_sitemap ul li li a.blog {
        background: url(img/footer_blog.gif) no-repeat left top;
        padding-left: 18px;
      }

      #a_sitemap ul li li a.gps {
        background: url(img/footer_gps.gif) no-repeat left top;
        padding-left: 18px;
      }

      #a_sitemap ul li li a.twitter {
        background: url(img/twitter_footer_icon.gif) no-repeat left top;
        padding-left: 18px;
      }

      #a_sitemap ul li li a.facebook {
        background: url(img/facebook_footer_icon.gif) no-repeat left top;
        padding-left: 18px;
      }

    #a_sitemap ul ul {
      margin: .7em 0 0;
    }

    #a_sitemap ul li li {
      clear: both;
      display: block;
      margin: 0 0 .4em;
    }

/*.expColTyp1 .expColTitle {
  background: url(img/arrow.png) no-repeat 0 3px;
  cursor: pointer;
  padding: 0 0 0 18px;
}

.expColTyp1.expanded .expColTitle {
  background: url(img/arrow_down.png) no-repeat 0 6px;
}*/

.breadcrumb {
  margin: -5px 0 8px 18px;
  padding: 0;
}

  .breadcrumb ul {
    margin: 0;
    padding: 0;
  }

    .breadcrumb ul li {
      list-style: none;
      color: #369;
      float: left;
      margin: 0;
      padding: 0;
    }

      .breadcrumb ul li a {
        color: #369;
        font-size: 12px;
        background: url(img/arrow_bc.png) no-repeat 100% 4px;
        padding-right: 10px;
        margin-right: 3px;
      }

.inscription {
  width: 979px;
  margin-bottom: 13px;
  position: relative;
  background: #fff url(img/inscription_bg.png) no-repeat top right;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.CTA {
  display: block;
  background: url(img/inscription_cta.png) no-repeat 0 0;
  color: #fff;
  line-height: 1.5em;
  height: 77px;
  padding: 6px 0 0 20px;
}

.alert-CTA {
  display: block;
  color: #fff;
  font-size: 15px;
  height: 77px;
  padding: 6px 0 0 29px;
}

#tab_manuals .CTA {
  margin-top: 2em;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.CTA:hover {
  text-decoration: none!important;
}

.inscription .CTA {
  position: absolute;
  top: 23px;
  width: 255px;
  left: 670px;
}

.inscription .disclaimer {
  color: #369;
  position: absolute;
  top: 122px;
  left: 675px;
  width: 280px;
}

.inscr_type1 .visu {
  position: absolute;
  top: 15px;
  left: 37px;
  border: solid 1px #ccc;
  width: 108px;
  height: 154px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.inscr_type1 .desc {
  position: absolute;
  top: 12px;
  left: 178px;
  color: #369;
}

  .inscr_type1 .desc h1 {
    font-size: 18px;
    color: #FF7F00;
    font-weight: 700;
    width: 450px;
    line-height: 18px;
    margin: 3px 0 2px;
  }

  .inscr_type1 .desc h2 {
    font-size: 18px;
    font-weight: 400;
    width: 450px;
    line-height: 18px;
    margin: 3px 0;
  }

  .inscr_type1 .desc .line1 {
    font-size: 14px;
    width: 400px;
    padding: 7px 0 0;
  }

  .inscr_type1 .desc .line2 {
    font-size: 14px;
    width: 450px;
    padding: 7px 0 0;
  }

  .inscr_type1 .desc .help {
    /*  position: absolute;   top: 137px;   left: 0; */
    padding-top: .5em;
    font-size: 13px;
    line-height: 20px;
  }

.inscr_type2 .visu {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 58px;
  height: 105px;
  background: url(img/inscription_ampoule.png) no-repeat 0 0;
}

.inscr_type2 .desc {
  position: absolute;
  top: 22px;
  left: 97px;
  color: #369;
}

  .inscr_type2 .desc h1 {
    font-size: 18px;
    color: #FF7F00;
    font-weight: 700;
    width: 550px;
    line-height: 18px;
    margin: 3px 0 2px;
  }

  .inscr_type2 .desc h2 {
    font-size: 18px;
    font-weight: 400;
    width: 550px;
    line-height: 18px;
    margin: 3px 0;
  }

  .inscr_type2 .desc .line1 {
    font-size: 14px;
    width: 560px;
    padding: 7px 0 0;
  }

  .inscr_type2 .desc .line2 {
    font-size: 14px;
    width: 560px;
    padding: 1px 0 0;
  }

  .inscr_type2 .desc .help {
    position: absolute;
    top: 127px;
    left: 0;
    font-size: 13px;
    line-height: 20px;
  }

.sb-custom {
  cursor: pointer;
  display: inline;
  position: relative;
  width: 100%;
}

.sb-select {
  background: #ECEEF5 url(img/arrow_selectbox.png) no-repeat 100% 50%;
  color: #597FAC;
  cursor: pointer;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
  z-index: 0;
  padding: 0 20px 0 5px;
}

.sb-dropdown {
  background-color: #ECEEF5;
  color: #597FAC;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  font-size: 1em;
  left: 0;
  list-style: none;
  position: absolute;
  text-align: left;
  top: -3px;
  width: 139px;
  z-index: 1;
  margin: 0;
  padding: 2px 5px 5px;
}

  .sb-dropdown a {
    color: #597FAC;
    display: block;
    padding: 2px;
  }

  .sb-dropdown .selected {
    background: #ECEEF5;
  }

a3818_top_box {
  background: transparent url(img/top_box.png) no-repeat left top;
}

#a_main_content_tabs .tab_content .url_list td {
  border: none;
  border-bottom: 1px solid #D1D1D1;
  height: 25px;
  text-align: left;
  vertical-align: middle;
  padding: 0;
}

  #a_main_content_tabs .tab_content .url_list td.title {
    width: 60%;
  }

  #a_main_content_tabs .tab_content .url_list td.info {
    color: #f90;
    padding: 0 0 0 25px;
  }

.doUsefulVote {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
  background-color: #369;
  color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: .27em .5em .2em;
}

#a_email_box {
  position: relative;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  background-color: #fff;
  margin: 1em auto;
  padding: 1.33em 1.33em .83em;
}

  #a_email_box .field_box {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
  }

  #a_email_box .email_input {
    background-color: #FFF;
    width: 100%;
    border: none;
    color: #6C6559;
  }

.btnOrange {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
  background-color: #f90;
  color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: .27em .5em .2em;
}

.LB_choixMarchand {
  width: 335px;
  padding: 10px 25px;
}

.LB_newEvent {
  /*width: 290px;*/
  padding: 10px 25px;
}

.LB_newEvent2 {
  width: 390px;
  padding: 10px 25px;
}

table.formLightbox td {
  border: 0;
  vertical-align: top;
  line-height: 20px;
  padding: 0 0 15px;
}

.LB_choixMarchand table.formLightbox td.col1 {
  width: 85px;
}

.suggestField .suggestInput {
  background: #ECEEF5 url(img/lb_search.png) no-repeat 0 0;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #597FAC;
  height: 18px;
  text-align: left;
  width: 161px;
  position: relative;
  padding: 0 33px;
}

  .suggestField .suggestInput .reset {
    position: absolute;
    top: 0;
    right: 3px;
    width: 18px;
    height: 18px;
    background: #ECEEF5 url(img/lb_reset.png) no-repeat 0 -1px;
    display: none;
  }

  .suggestField .suggestInput input {
    border: 0;
    background: none;
    text-align: left;
    width: 161px;
    color: #666;
    padding: 0;
  }

.suggestField ul {
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #597FAC;
  height: 140px;
  text-align: left;
  width: 227px;
  overflow: hidden;
  margin: 10px 0;
  padding: 0;
}

  .suggestField ul li {
    list-style: none;
    color: #666;
    line-height: 16px;
    display: none;
    cursor: pointer;
    padding: 2px 33px;
  }

.LB_button {
  background: url(img/orange_grad.png) repeat-x 0 -14px;
  border: 1px solid #FF7F00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
  line-height: 13px;
  font-weight: 700;
  padding: 3px 10px;
}

  .LB_button:hover {
    text-decoration: none !important;
  }

#marchand_alert {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #FF7F00;
  display: none;
}

.formLightbox input {
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  height: 18px;
  text-align: left;
  width: 200px;
  padding: 0 10px;
}

.formLightbox .LB_select {
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #597FAC;
  height: 18px;
  text-align: left;
  width: 220px;
  padding: 0;
}

  .formLightbox .LB_select select {
    background: #ECEEF5;
    border: 0;
    width: 210px;
    color: #666;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
  }

.formLightbox textarea {
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 18px;
  min-height: 80px;
  text-align: left;
  color: #666;
  padding: 5px 10px;
}

.LB_newEvent .formLightbox .LB_select {
  width: 302px;
}

  .LB_newEvent .formLightbox .LB_select select {
    width: 292px;
  }

.LB_newEvent .formLightbox textarea {
  width: 282px;
}

.LB_newEvent .formLightbox .col2a .LB_select select {
  width: 220px;
}

.LB_newEvent .formLightbox .col2a textarea {
  width: 230px;
}

#content_2 #top_banner {
  height: 202px;
  background: url(img/banner_top_bg.jpg) no-repeat left top;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  color: #333;
  position: relative;
  width: 534px;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 10px 38px 0 410px;
}

  #content_2 #top_banner #en_exclusivite {
    left: 2px;
    position: absolute;
    top: 1px;
  }

  #content_2 #top_banner h3 {
    font-size: 28px;
    color: #FF7F00;
    font-weight: 400;
    margin: 2px 0 0 2px;
  }

  #content_2 #top_banner span.sub_text {
    display: block;
    margin: 0 0 12px;
  }

  #content_2 #top_banner .right {
    float: right;
    width: 176px;
    padding: 13px 0 0;
  }

  #content_2 #top_banner h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 10px;
  }

    #content_2 #top_banner h4 .price {
      color: #ff7f00;
    }

  #content_2 #top_banner .banner_p_bottom {
    font-size: 16px;
    color: #333;
  }

  #content_2 #top_banner .collaboration {
    font-size: 15px;
    display: block;
    padding: 0 38px 0 0;
  }

    #content_2 #top_banner .collaboration a {
      display: block;
      float: right;
      margin: -10px 0 0;
    }

  #content_2 #top_banner .right a {
    background: url(img/btn.png) no-repeat scroll left top transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 161px;
    height: 44px;
    margin: 0 0 5px 4px;
    padding: 5px 8px 5px 0;
  }

    #content_2 #top_banner .right a.auth {
      height: 21px;
      padding: 15px 8px 18px 0;
    }

  #content_2 #top_banner .right p {
    color: #666;
    font-size: 11px;
    width: 190px;
  }

#content_2 #boxes {
  overflow: hidden;
  margin: 0 0 14px;
}

  #content_2 #boxes .box {
    border: 1px solid #f90;
    height: 180px;
    width: 319px;
    -moz-border-radius: 5px;
    border-radius: 8px 8px 8px 8px;
    float: left;
    list-style: none;
    overflow: hidden;
    background: url(img/box_gradient.gif) repeat-x left bottom;
    margin: 0 9px 0 0;
  }

    #content_2 #boxes .box.last {
      text-align: center;
      margin: 0;
    }

    #content_2 #boxes .box h2 {
      background: url(img/top_box_home.gif) no-repeat scroll left top transparent;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      height: 23px;
      text-align: center;
      width: 319px;
      margin: 0 0 6px;
      padding: 6px 0;
    }

    #content_2 #boxes .box img {
      display: block;
      margin: 16px auto 0;
    }

    #content_2 #boxes .box a img {
      position: relative !important;
      margin: 0;
    }

    #content_2 #boxes .box .proteges_list, #content_2 #boxes .box .proteges_list1 {
      margin: 18px 0 0 18px;
    }

      #content_2 #boxes .box .proteges_list li, #content_2 #boxes .box .proteges_list1 li {
        color: #369;
        background-repeat: no-repeat;
        background-position: left 3px;
        list-style: none;
        line-height: 14px;
        padding: 0 25px 12px 33px;
      }

      #content_2 #boxes .box .proteges_list1 li {
        color: #369;
        background-repeat: no-repeat;
        background-position: left 3px;
        list-style: none;
        line-height: 14px;
        padding: 0 15px 5px 5px;
      }

      #content_2 #boxes .box .proteges_list1 li {
        background-image: url(img/arrow.png);
        padding: 0px 5px 5px 15px;
      }

      #content_2 #boxes .box .proteges_list li.item1 {
        background-image: url(img/li_item1.png);
        padding: 5px 25px 12px 33px;
      }

      #content_2 #boxes .box .proteges_list li.item2 {
        background-image: url(img/li_item2.png);
        background-position: left top;
        padding: 3px 25px 10px 33px;
      }

      #content_2 #boxes .box .proteges_list li.item3 {
        background-image: url(img/manito.png);
        padding: 4px 25px 12px 33px;
        background-position: 3px 3px;
      }

      #content_2 #boxes .box .proteges_list li.item4 {
        background-image: url(img/li_item3.png);
        background-position: left top;
      }

    #content_2 #boxes .box .price {
      color: #FF7F00;
      font-size: 32px;
      font-weight: 700;
      padding: 6px 0 0;
    }

      #content_2 #boxes .box .price b {
        font-size: 24px;
      }

    #content_2 #boxes .box p {
      font-size: 16px;
      color: #369;
      padding: 0;
    }

    #content_2 #boxes .box .collaboration {
      -moz-border-radius: 5px;
      background-color: #E4E4E4;
      background-image: 0;
      border: 1px solid #D8D8D8;
      color: #08333D;
      display: block;
      font-size: 14px;
      height: 16px;
      overflow: hidden;
      text-align: left;
      width: 280px;
      margin: 0 auto;
      padding: 13px 13px 13px 17px;
    }

      #content_2 #boxes .box .collaboration a {
        float: right;
        margin: -7px 0 0;
      }

#submenu_buttons {
  overflow: hidden;
  margin: 0 -2px 18px;
}

  #submenu_buttons li {
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
  }

    #submenu_buttons li a {
      background: url(img/submenu_item_bg.png) no-repeat scroll left top transparent;
      color: #fff;
      display: block;
      font-size: 13px;
      font-weight: 700;
      text-align: center;
      width: 160px;
      padding: 9px 0 11px;
    }

      #submenu_buttons li a:hover {
        background: url(img/submenu_item_bg.png) no-repeat scroll left bottom transparent;
      }

.asterisk_p {
  background: url(img/asterisk.gif) no-repeat left 3px;
  color: #666;
  font-size: 11px;
  margin: 0 4px 17px;
  padding: 0 0 0 10px;
}

.social_share {
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  width: 979px;
  height: 37px;
  background: #f7f7f7;
  text-align: right;
  clear: both;
  margin: 17px 0 0;
}

  .social_share img {
    margin: 6px 6px 0 0;
  }

#content3 #content_left {
  float: left;
  width: 632px;
  margin: 0 0 9px;
}

  #content3 #content_left h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 3px 0 2px;
  }

  #content3 #content_left h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 31px;
  }

#content3 .logos_list {
  position: relative;
  z-index: 2;
  margin: 0 0 -12px;
}

  #content3 .logos_list li {
    border-bottom: 1px solid #ccc;
    clear: both;
    list-style: none outside none;
    overflow: hidden;
    margin: 0 0 22px;
    padding: 0 0 12px;
  }

    #content3 .logos_list li img {
      float: left;
      margin: 0;
    }

    #content3 .logos_list li p {
      color: #333;
      float: right;
      font-size: 13px;
      width: 359px;
      padding: 5px 20px 0 0;
    }

    #content3 .logos_list li.item2 img {
      margin: -5px 0 0 4px;
    }

    #content3 .logos_list li.item2 p {
      width: 380px;
      padding: 0;
    }

    #content3 .logos_list li.item3 {
      border: medium none;
      overflow: visible;
      min-height: 125px;
    }

      #content3 .logos_list li.item3 img {
        margin: 0 0 0 10px;
      }

      #content3 .logos_list li.item3 p {
        width: 368px;
        margin: -3px 0 0 -14px;
        padding: 5px 15px 0 0;
      }

#content3 .ealis_box {
  border: 1px #cfcfcf solid;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: -11px;
  background: url(img/box_gradient_3.gif) repeat-x left bottom;
  margin: 0 0 0 -2px;
  padding: 11px 0 15px 26px;
}

#content3 #content_left .ealis_box h3 {
  margin: 0 0 14px;
}

#content3 .ealis_box ul {
  margin: 0;
  padding: 0 0 0 2px;
}

  #content3 .ealis_box ul li {
    background: url(img/list_arrow.gif) no-repeat scroll left 2px transparent;
    list-style: none outside none;
    margin: 0 0 7px;
    padding: 0 0 0 21px;
  }

    #content3 .ealis_box ul li b {
      display: block;
      cursor: pointer;
    }

    #content3 .ealis_box ul li div {
      display: none;
      line-height: 18px;
      margin: 7px 0 3px;
      padding: 0 10px 0 20px;
    }

      #content3 .ealis_box ul li div span {
        background: url(img/line-h.png) no-repeat scroll 0 8px;
        display: block;
        padding: 0 0 0 14px;
      }

#content3 .acordeon ul li.expanded b {
  background: url(img/toggle.png) no-repeat scroll 0 6px;
}

#content3 .acordeon {
  position: static;
}

  #content3 .acordeon ul li {
    background: none;
    padding: 0;
  }

    #content3 .acordeon ul li b {
      background: url(img/list_arrow.png) no-repeat scroll left 2px;
      padding: 2px 0 0 21px;
    }

.acordeon ul li {
  margin: 0 !important;
}

#content3 #content_left #loffre_content h4 {
  margin: 0 0 20px;
}

#content3 #content_left .pourquoi_content h3 {
  font-weight: 700;
  margin: 0 0 16px;
}

#content3 .pourquoi_list li {
  list-style: none;
  margin: 0 0 13px;
}

  #content3 .pourquoi_list li h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 4px;
  }

  #content3 .pourquoi_list li p {
    font-size: 13px;
    color: #333;
    line-height: 20px;
  }

#content3 #content_left .panne_content h3 {
  margin: 0 0 16px;
}

#content3 #content_left .panne_content .procedures_list {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: url(img/gradiente_4.gif) repeat-x scroll left bottom transparent;
  -moz-border-radius: 5px;
  margin: 0 0 12px;
  padding: 18px 0 0 43px;
}

  #content3 #content_left .panne_content .procedures_list ul li {
    color: #FF7F00;
    display: inline-block;
    font-size: 18px;
    list-style: none outside none;
    margin: 0 0 16px;
    padding: 0 0 6px 56px;
  }

    #content3 #content_left .panne_content .procedures_list ul li.item1 {
      background: url(img/number_list_item1.png) no-repeat scroll left top transparent;
    }

    #content3 #content_left .panne_content .procedures_list ul li.item2 {
      background: url(img/number_list_item2.png) no-repeat left top;
    }

    #content3 #content_left .panne_content .procedures_list ul li.item3 {
      background: url(img/number_list_item3.gif) no-repeat left 8px;
      margin: -8px 0 18px;
    }

#content3 #content_left .panne_content p {
  color: #333;
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 14px;
}

#content3 #content_left .panne_content h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 6px;
}

#content3 #content_left .panne_content ul.panne_list2 li {
  list-style: none;
  line-height: 20px;
  font-size: 13px;
  color: #333;
  margin: 1em;
}

#content3 #content_right {
  float: right;
  width: 285px;
  margin: 0 8px 20px 0;
  padding: 9px 0 0;
}

  #content3 #content_right .sub_menu_box {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    margin: 0 0 12px;
    padding: 4px 4px 0;
  }

  #content3 #content_right h3 {
    font-size: 15px;
    color: #666;
    font-weight: 700;
    text-align: center;
    margin: 0 0 7px;
  }

  #content3 #content_right #submenu_buttons_right {
    overflow: hidden;
    margin: 0 0 0 3px;
  }

    #content3 #content_right #submenu_buttons_right li {
      float: left;
      list-style: none outside none;
      margin: 0 3px 2px 0;
    }

      #content3 #content_right #submenu_buttons_right li a {
        background: url(img/submenu_item_bg_3.png) no-repeat scroll left top transparent;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        width: 133px;
        margin: 0 0 2px;
        padding: 8px 0 13px;
      }

        #content3 #content_right #submenu_buttons_right li a:hover {
          background: url(img/submenu_item_bg_3.png) no-repeat scroll left bottom transparent;
        }

  #content3 #content_right .souscrire_box {
    -moz-border-radius: 5px;
    background: url(img/box_gradient_2.gif) repeat-x scroll left bottom transparent;
    border: 3px solid #FF7F02;
    width: 255px;
    margin: 0;
    padding: 12px 10px 0 15px;
  }

    #content3 #content_right .souscrire_box .box_text {
      color: #333;
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      text-align: center;
      text-decoration: none !important;
      border: none !important;
      text-transform: none !important;
      margin: 0 0 12px;
    }

      #content3 #content_right .souscrire_box .box_text span.orange_text, #content3 #content_right .souscrire_box .box_text span.blue_text {
        font-size: 20px;
      }

    #content3 #content_right .souscrire_box a {
      background: url(img/btn.png) no-repeat scroll left top transparent;
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      width: 161px;
      margin: 0 auto 4px;
      padding: 5px 8px 5px 0;
    }

      #content3 #content_right .souscrire_box a.auth {
        height: 22px;
        padding: 14px 8px 18px 0;
      }

    #content3 #content_right .souscrire_box .msouscrire_sub {
      font-size: 11px;
      text-align: center;
      margin: 0 0 15px;
      padding: 0;
    }

.lb_text {
  color: #2A92C9;
}

.blue_text {
  color: #369;
  font-weight: 700;
}


#carousel A:hover {
  background: inherit !important;
}

#carousel H4 A {
  display: inline-block;
  height: 1.2em;
  max-width: 120px;
  overflow: hidden;
}

.home #carousel A.img {
  float: left;
  height: 60px !important;
  width: 60px !important;
  border: dashed 1px #ccc !important;
  margin: 3px;
  padding: 0;
}

.cb_alert {
  display: block;
  margin-top: .3em;
}

.searchbox {
  width: 535px;
  margin: 0 auto;
}

  .searchbox INPUT {
    padding: 3px 10px 4px;
  }

.ajax__tab_body {
  width: 98%;
}

#openX iframe {
  margin-bottom: .5em;
  height: 0;
  display: none;
}

.ariane {
  height: 28px;
  margin-bottom: 13px;
  overflow: hidden;
}

  .ariane a.bc_home {
    background: url(img/bd_home.png) no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 28px;
    text-indent: -999999px;
    width: 49px;
  }

  .ariane span.current {
    background: url(img/bd_bg.png) no-repeat scroll right top transparent;
    color: #999999;
    display: block;
    float: left;
    font-size: 14px;
    height: 22px;
    padding: 6px 18px 0 8px;
  }

  .ariane span {
    background: url(img/bd_bg_m.png) no-repeat scroll right top transparent;
    color: #999999;
    display: block;
    float: left;
    font-size: 14px;
    height: 22px;
    padding: 6px 18px 0 8px;
  }

.main_box {
  background-color: #F7F7F7;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -1px;
  z-index: 1;
  padding: 10px 14px 25px;
}

  .main_box .white_box {
    background-color: white;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
    padding: 10px 10px 0;
  }

#infos.main_box h1 {
  font-size: 18px;
  color: #FF7F00;
  margin-top: .5em;
  font-weight: 700;
}

#infos.main_box h3 {
  font-size: 15px;
  color: #369;
}

#infos.main_box {
  line-height: 1.4em;
}

A.button {
  background-color: #FF7F00;
  background: url(img/orange_grad.png) repeat-x 0 -10px;
  border: 1px solid #FF7F00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.17em;
  font-weight: 700;
  padding: 4px 20px 5px;
}

  A.button:hover {
    background-color: #3D7BBC;
    background: url(img/main_nav_active_bg_s1.png) repeat-x 0 -1px;
    border: 1px solid #3D7BBC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    padding: 4px 20px 5px;
  }

UL.disc LI {
  list-style-type: disc !important;
}

#esearch.search {
  position: inherit;
}

#browse.main_box .group {
  float: left;
  width: 30%;
  padding-left: 1em;
  margin: 1em 0;
}

  #browse.main_box .group LI {
    padding-bottom: .2em;
  }

#browse.main_box .pager {
  text-align: center;
  margin: 1em 0;
}

#browse.main_box .alphaEnv {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 30em;
}

#browse.main_box .alphaPager {
  margin: 0;
  margin-top: 1em;
  margin-left: 1em;
}

  #browse.main_box .alphaPager LI {
    float: left;
    list-style: none outside none;
    padding: 0 .2em;
  }

#browse.main_box .emptyList {
  text-align: center;
  font-size: 1.2em;
}

#share .googleplus {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

SPAN.asterisk {
  background: url(img/asterisk.gif) no-repeat left 3px;
  color: #666666;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 10px;
}

#content3 #content_left ul.panne_list2 li {
  list-style: none;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
  margin: 1em;
}

#MainContent_PanelPreRegistration H1 {
  color: #15487B;
  font-size: 2em;
}

  #MainContent_PanelPreRegistration H1 SPAN {
    color: #FF8000;
  }

#MainContent_PanelPreRegistration #registerInfos TD {
  width: 180px;
}

  #MainContent_PanelPreRegistration #registerInfos TD + TD {
    width: 650px;
  }

#MainContent_PanelPreRegistration #registerInfos INPUT {
  width: 200px;
}

#MainContent_PanelPreRegistration #registerInfos SELECT {
  width: 204px;
}

#MainContent_PanelPreRegistration #doRegister {
  margin-top: 3em;
  margin-bottom: 1em;
}

#a_product_box .contact_box p#share {
  height: 53px !important;
}

#a_product_box .contact_box P#share {
  overflow: visible;
}

#tab_forum #brandReplies .answer_box {
  border: 1px solid #CCCCCC;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  margin: .5em 0 1em;
  padding: .5em .5em .6em;
}

#brandReplies .avatar {
  height: 1em;
}

#tab_forum .discussion_list .discussion_item SPAN.brand {
  font-size: 11px;
  color: #666;
  background-color: #ECEEF5;
  border-color: #CAD4E7;
}

#tab_forum .discussion_list .discussion_item .author {
  overflow: hidden;
  color: #f90;
  font-weight: 700;
  padding: 3px 0;
}


#a_main_content_tabs .tab_content .documentation_tabs li a {
  display: inline-block;
  background: none;
  padding-right: 0;
  margin-right: 0;
}

  #a_main_content_tabs .tab_content .documentation_tabs li a:hover {
    background: none;
  }

#a_main_content_tabs .tab_content .documentation_tabs li.active a {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

#tab_index .url_list_item {
  border: none;
  border-bottom: 1px solid #D1D1D1;
  text-align: left;
  vertical-align: middle;
  cursor: default;
}

  #tab_index .url_list_item .head {
    line-height: 1.1em;
    margin: .2em 0;
    padding: 2px 1.5%;
  }

    #tab_index .url_list_item .head A {
      background-color: #FFFFFF;
      border: 1px solid transparent;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #666666;
      text-decoration: underline;
      line-height: 1.5em;
      padding: 2px 1.5%;
    }

  #tab_index .url_list_item .title {
    float: left;
    padding-top: 2px;
    width: 65%;
  }

  #tab_index .url_list_item .info {
    color: #FF9900;
    float: left;
    width: 30%;
    padding: 2px 0 2px 25px;
  }

#a_main_content_tabs .tab_content .file_description, #a_main_content_tabs .tab_content .pdf_list_item .file_description {
  display: block;
  overflow: hidden;
  margin: .5em 0;
}

  #a_main_content_tabs .tab_content .file_description P, #a_main_content_tabs .tab_content .pdf_list_item .file_description P {
    font-size: 11px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 1.5%;
    padding: 2px 1.5%;
  }

#a_main_content_tabs .tab_content .thumbs_display li .bt_play {
  position: relative;
  top: 50px;
  width: 25px;
  height: 25px;
  display: block;
}

#tab_manuals #previewImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  max-width: 400px;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
}


#tab_manuals .pdf_list_item .head A {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5em;
  color: #666666;
  margin: .2em 0;
  padding: 2px 1.5%;
}

#tab_manuals .pdf_list_item .file_description {
  background-color: #fff !important;
}

#tab_manuals .pdf_list .pdf_list_item:last-child {
  border-bottom: none !important;
}

#a_main_content_tabs .tab_content .avis_container .comment_body .rating_recommend {
  background-color: #FF9900;
  border: 0 solid #FF9900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: .8em;
  font-weight: 700;
  padding: .2em .4em;
}

#a_main_content_tabs .tab_content .avis_container {
  margin-bottom: 2em !important;
}

  #a_main_content_tabs .tab_content .avis_container .brand_answer_body {
    background-color: #FFF !important;
    clear: both;
    padding: 0 !important;
  }

.vote_infos {
  margin-bottom: .4em !important;
  width: 15em;
  text-align: right;
}

/*.vote_up {
  background: url(img/hanf_icon.png) no-repeat 0px 0;
  padding-left: 10px;
  margin-left: 2px;
}*/

.useful_box, .user_profile_box {
  width: auto;
}

.inner_useful_box {
  width: 250px;
}

.voted {
  width: 200px !important;
}

.useful_box .button span.doNoUsefulVote, .useful_box .button span.doUsefulVote {
  background-color: white;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #999;
  font-size: .8em;
  font-weight: 400;
  margin-left: .4em;
  padding: .2em .4em;
}

  .useful_box .button span.doNoUsefulVote:hover, .useful_box .button span.doUsefulVote:hover {
    background-color: #FFF;
    border: 1px solid #FF9900;
    color: #FF9900;
    cursor: pointer;
  }

.useful_box .voted + .tooltip_arrow {
  margin: -1px 0 0 55px;
}

.discussion_item .avatar_info {
  margin-bottom: 0 !important;
}

.reply_comment .avatar_info {
  font-size: 1em !important;
}

.gray {
  color: #CCC;
}

.error_message {
  color: #FF0000;
  display: none;
  position: absolute;
}

.mandatory {
  color: #FF0000;
  font-weight: 700;
}



.description_box {
  width: 350px;
}

  .description_box .tooltip_arrow {
    margin: -1px 0 0 120px;
  }

#a_main_content_tabs .tab_content p.cancel_button {
  color: #FF7F00;
  float: left;
  display: none;
  margin: 0;
  padding: 15px 0 4px 8px;
}

.bubble {
  display: none;
  position: relative;
}

div.notification {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -15px;
  margin: 10px;
  padding: 2px 5px;
}

.notification_arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  border-color: #3CB371 transparent transparent;
  border-style: solid;
  border-width: 6px;
}

.notification_arrow_error {
  border-color: #FF0000 transparent transparent;
}

.success {
  background-color: #3CB371;
}

.error {
  background-color: #FF0000;
}

#cboxLoadedContent {
  padding: 7px 7px 40px;
}

#cboxPrevious {
  bottom: 7px !important;
  left: 7px !important;
}

#cboxNext {
  bottom: 7px !important;
  left: 34px !important;
}

.SelfCareTab TD, TH {
  border: 0 none;
}

#a_main_content_tabs .tab_left_side_content .white_box.categories h3, .categories h3 {
  background: url(img/arrow.png) no-repeat 7px 1px;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin: 0;
  padding: 0 0 7px 32px;
}

.categories ul {
  display: block;
  line-height: 18px;
  margin: 0;
  padding: 0 4px 15px;
}

  .categories ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
  }

#a_main_content_tabs .content_left_header {
  background: url(img/home/img_home_header.png) no-repeat -100px -30px transparent;
  height: 180px;
}

.content_left_header .counter {
  text-align: center;
  left: 20px;
  top: 50px;
  width: 250px;
  position: relative;
  font-size: 14px;
  color: #336699;
  font-weight: 700;
}

  .content_left_header .counter H5 {
    font-size: 28px;
    color: #FF9200;
  }
/*
#search_box {
  background: #fff url(img/productintro_bg.png) repeat-y 100% 0;
  margin-top: 15px;
}

#search_box .search H2 {
  color: #336699;
  text-align: center;
}

#search_box .search {
  top: 0;
  left: 45%;
  width: 99%;
}

#search_box .search input {
  float: none;
}

#search_box .search .search_button {
  margin: 0 0 -14px -4px;
}

#search_input_box {
  text-align: center;
}
*/
#indications_box ul {
  margin-left: 1em;
  font-style: italic;
  margin-bottom: 2em;
}

#how_to_box p {
  margin-left: 1.5em;
}

#how_to_box h3 {
  background: url(img/arrow.png) no-repeat 0 1px;
  padding-left: 1em;
}

.bridge {
  font-size: 13px !important;
  line-height: 1.4em;
}

#demo_box {
  font-size: 12px !important;
  line-height: 1.2em;
  margin-top: 15px;
  color: #336699;
  text-align: center;
}

#register {
  line-height: 1.5em;
}

.subtitle {
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #369;
}

#widget_list h3 span {
  color: #999999 !important;
}

#widget_list li {
  background: url(img/comments_icon.png) no-repeat scroll 7px 7px transparent !important;
  border: none !important;
}

#widget_list .manual_arrow {
  background: url(img/arrow.png) no-repeat scroll 7px 7px transparent !important;
  border: none !important;
}

#protect_infos_box ul {
  margin-left: 3em;
}

#print_screen_box {
  top: 0;
  left: 45%;
  width: 99%;
  padding-bottom: 10px;
}

#demo_box h3 {
  font-style: italic;
  font-weight: 400;
}

.img_thumb {
  position: relative !important;
  width: 108px;
  height: 155px !important;
  top: 0 !important;
  left: 0 !important;
}

.box_ref A {
  color: #FF7F00 !important;
}

.box_comments P {
  font-size: 11px !important;
  font-style: italic;
  color: #666;
}

#inscription_box {
  width: 300px;
  margin-bottom: 5px;
  position: relative;
  background: #fff url(img/inscription_bg.png) no-repeat top right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  #inscription_box .CTA {
    position: absolute;
    top: 10px;
    left: 0;
    background: url(img/inscription_cta.png) no-repeat 0 0;
    color: #fff;
    font-size: 15px;
    width: 255px;
    height: 77px;
    padding: 6px 0 0 29px;
  }

  #inscription_box .CTEXT {
    position: absolute;
    top: 100px;
    left: 0;
    border: 1px solid #CCC;
    background: url(img/productintro_bg.png) repeat-y 100% 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
  }

    #inscription_box .CTEXT span {
      color: #FF9900;
      font-weight: 700;
      font-size: 15px;
    }

  #inscription_box .EXT_GAR {
    position: absolute;
    top: 200px;
    left: 0;
  }

.manual .register_box {
  float: left;
  width: 40%;
  margin-top: 3em;
  background-color: white;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px 0 20px;
}

.manual #MainContent_imgPDFThumb {
  display: block;
  border: 1px solid #000 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  overflow: hidden;
}

.manual #free {
  float: right;
  display: block;
}

.manual #register {
  margin: 2em 1em;
}

.pdf_list_item .preview {
  color: #F90 !important;
}

A:hover, .home #a_main_content_tabs .tab_left_side_content .arrow_list li A:hover SPAN.link {
  text-decoration: underline !important;
}

*, INPUT, #a_product_box .contact_box p a {
  outline: none;
}

.hide, .pager .aspNetDisabled, #a_main_content_tabs .tabs li .bottom_left, #a_main_content_tabs .tabs li .bottom_right, #a_main_content_tabs .tabs li .bottom_left_first, #a_main_content_tabs .tabs li .bottom_right_last, #a_main_content_tabs .tabs_second_level li .bottom_left, #a_main_content_tabs .tabs_second_level li .bottom_right, #a_main_content_tabs .tabs_second_level li .bottom_left_first, #a_main_content_tabs .tabs_second_level li .bottom_right_last, .sparkbox-custom, #marchand_bt_ok, #marchand_bt_create, .main_content_box, #content3 #content_left .sub_content, .ressellerid_box {
  display: none;
}

.relative, #tab_brand.question .discussion_item .line2, #tab_brand.question .reply-marquee, #a_top, #a_top .login, #a_main_content_tabs .tab_left_side_content .arrow_list, .home #a_main_content_tabs .gallery_container, .suggestField {
  position: relative;
}

.pointer, #fb_login, .fb_login, .btnOrange:hover {
  cursor: pointer;
}

.miniprofile UL, .a_no_margin, #a_main_content_tabs ul, #a_main_content_tabs .tabs li.no_margin, #a_main_content_tabs .link_list_inline_style, .tab_main_content_header h1, .tab_main_content_box .box02, #a_main_content_tabs .tab_left_side_content .white_box dt, #a_main_content_tabs .tab_content .ma_note_box p.last-child, #a_main_content_tabs .tab_content .avis_container .comment_text p, #a_main_content_tabs .tab_content .my_printer h2, .form_box table table, .user_profile_box dl, #submenu_buttons li.last, #content3 .pourquoi_list, #content3 #content_left .panne_content .procedures_list ul {
  margin: 0;
}

.bridge UL {
  margin: 1.2em !important;
}

.miniprofile UL LI, .orange, A.box_white:hover, A.box_orange:hover, .a_orange, #a_main_content_tabs .link_list a:hover, #partners A:hover, #a_main_content_tabs .tab_left_side_content .white_box h3 SPAN, #a_main_content_tabs .tab_left_side_content .arrow_list li span.orange, #a_main_content_tabs .tab_content .avis_container h5 .a_orange, .form_box .itemFormLblInp .red .input_options input {
  color: #f90;
}

.miniprofile LI SPAN, .btn_white:hover, .btn_white A:hover, .btnox_white:hover, .btnox_white A:hover, #member_home H2, #tab_brand.question #question.owner .date, #tab_brand.question #question.owner .author, #tab_brand .discussion_item.owner .date, #tab_brand .discussion_item.owner .author, .a_blue, #a_main_content_tabs .tab_content .tabs_second_level li.active a, #tab_forum .discussion_list .discussion_item.owner .date, #tab_forum #question.owner .date, #tab_forum.question #question.owner .author, #a_main_content_tabs .tab_content .reply_comment.owner h5 span.nick, .home #a_main_content_tabs .tab_content .thumbs_display li A:hover H4, .home #a_main_content_tabs .tab_content .thumbs_display li A:hover P, #a_main_content_tabs .tab_content .url_list td.info span {
  color: #369;
}

.bbox H2:first-child, #a_product_box H1, .manual H1, .manual .register_box H2 {
  margin-top: 0;
}

.bbox_arrow A, #tab_brand.dialog .comment_link, #a_main_content_tabs .tab_left_side_content .arrow_box a, #a_main_content_tabs .tab_content .reply_comments h5 span, #a_main_content_tabs .my_product_options li a, #a_sitemap ul li a, .categories ul li a {
  color: #666;
}

TABLE.bbox TD.noborder, #a_nav ul li.no_border_left a {
  border-left: none;
}

.box_text:hover, #tab_brand .unfollow A:hover, #tab_brand .follow A:hover, .home #a_main_content_tabs .tab_left_side_content .arrow_list li a:hover, #a_main_content_tabs .tab_content .tabs_second_level li a:hover, .inscription .CTA:hover, #submenu_buttons li a, #content3 #content_right #submenu_buttons_right li a, #content3 #content_right .souscrire_box a.auth, #content_2 #top_banner .right a.auth, A.ajax__tab_tab:hover {
  text-decoration: none !important;
}

#question_title, #a_main_content_tabs .tab_left_side_content .white_box, #last_subscriptions, #infos.main_box LI, .box_ref {
  margin-bottom: 1em;
}

.question_form .box_text, #tab_brand #question_type {
  margin: .7em 0 1em .5em;
}



#tab_brand .discussion_list .discussion_item.current .subject A /*, #tab_forum .discussion_list .discussion_item.current .subject A */ {
  border: 1px dotted #ccc;
  background-color: #F7F7F7;
}

#questions TR.current .sujet A {
  border: 1px dashed #ccc;
}

#tab_brand .unfollow, #tab_brand .follow, #tab_brand .discussion_item .responses {
  position: absolute;
  right: 0;
}

#tab_brand .operator, #tab_forum .discussion_list .discussion_item.owner .author {
  font-weight: 700;
  color: #369 !important;
}

#tab_brand .filterBox .filter p, #tab_brand .discussion_list .discussion_item div, #a_search_box, .search input, .tab_main_content_header .search input, #tab_forum .discussion_list .discussion_item .hover_row div, #a_main_content_tabs .tab_left_side_content .user p, #a_main_content_tabs .tab_content .qualification dd img, #content_2 #top_banner .left {
  float: left;
}

#tab_brand .filterBox a:link, #tab_brand .filterBox a:visited {
  color: #999999;
}

#tab_brand .filterBox a:hover, #tab_brand .filterBox a:active {
  color: #336699 !important;
}

#tab_brand .white_box, #tab_forum .white_box {
  clear: both;
}

#tab_brand .discussion_list, #tab_forum .discussion_list {
  border: none;
  width: 100%;
  margin: 0 0 1em;
}

#tab_brand.question .nobottom, #a_main_content_tabs .tab_content .pdf_list .last, #a_main_content_tabs .tab_content .url_list .last td, #tab_forum .discussion_list, #tab_index .accompagne_container div div:last-child, #tab_index .url_list .last, #tab_possession .accompagne_container div div:last-child {
  border-bottom: none;
}

/*#tab_brand .discussion_list .botonQuestion, .white_btn {
  background-color: #FFF;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  display: inline;
  font-size: 10px;
  margin-left: 6px;
  margin-right: 7px;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 5px;
}*/

#tab_brand .forum_answers, #tab_forum .forum_answers {
  clear: both;
  display: none;
  margin-right: 1%;
}

#tab_brand .main_answer, #tab_forum .main_answer {
  background-color: #F7F7F7;
  margin: .5em 0 1em;
  padding: .5em;
}

#tab_brand .owner .answer_box, #tab_forum.question #question.owner .question_box, #tab_forum .owner .answer_box {
  background-color: #E5E5E5;
  border-color: #CCC;
}

#tab_brand .index_prod .white-orange, #tab_brand .comment .white-orange a, #a_main_content_tabs .tab_content .white-orange a {
  background-color: #FFF;
  border: 1px solid #ccc;
  color: #FF9900;
}

  #tab_brand .index_prod .white-orange:hover, #tab_brand .index_prod .white-grey:hover, #tab_brand .comment .white-orange a:hover, #tab_brand .comment .white-grey a:hover, #a_main_content_tabs .tab_content .white-orange a:hover, #a_main_content_tabs .tab_content .white-grey a:hover {
    background-color: #FFF;
  }

#tab_brand .index_prod .white-grey, #tab_brand .comment .white-grey a, #a_main_content_tabs .tab_content .white-grey a {
  background-color: #FFF;
  border: 1px solid #ccc;
  color: #666666;
}

/* #tab_brand .comment .text_button a, #a_main_content_tabs .tab_content .text_button a, INPUT.text_button {
  background-color: #f90;
  border: 0 solid #f90;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline;
  font-size: 10px !important;
  font-weight: 700;
  height: 15px !important;
  padding: 1px 8px !important;
} */

#tab_brand .comment .text_button a:hover, #a_main_content_tabs .tab_content .blue a, .user_profile_box .button a:hover {
  background-color: #369;
}

.a_light_blue, #a_main_content_tabs .light_blue {
  color: #268CC5;
}

.a_underline, #a_main_content_tabs .tab_left_side_content .white_box dd a:hover, #a_main_content_tabs .tab_content p.edit_button a, #a_sitemap ul li a:hover, #a_main_content_tabs .tab_content p.cancel_button a {
  text-decoration: underline;
}

#a_top .login p A, #tab_forum .button {
  float: right;
}

.welcome .search, .tab_main_content_header .welcome .search {
  margin: 1em 0 0 3em;
}

#a_top_box .user_profile p span, #a_main_content_tabs .tab_left_side_content .availability h3 span, #a_main_content_tabs .tab_left_side_content .availability p span.orange, #a_main_content_tabs .tab_content .reply_comments h5 span.nick, .orange_text {
  color: #f90;
  font-weight: 700;
}



#a_main_content_tabs .tabs li.active .bottom_left_first, #a_main_content_tabs .tabs_second_level li.active .bottom_left_first {
  bottom: -3px;
  display: block;
  position: absolute;
  left: -1px;
}



#a_main_content_tabs .tabs li.active .bottom_right_last, #a_main_content_tabs .tabs_second_level li.active .bottom_right_last {
  bottom: -3px;
  display: block;
  position: absolute;
  right: -1px;
}

#a_main_content_tabs .tab_content .radio_list label, #a_main_content_tabs .tab_left_side_content .availability p span.label {
  margin-right: 10px;
}

#a_main_content_tabs .unstyle_list, #a_main_content_tabs .extract {
  margin: .2em 0 1em;
}

  #a_main_content_tabs .unstyle_list li {
    margin: .5em 0;
    height: 18px;
  }

#a_main_content_tabs .table_box, .tab_main_content_box .box02 .box_comment P {
  padding: 0;
}

.tab_main_content .box A .box_comments, .box_comments {
  background: url(img/home/bg_box_comment.png) top right;
  width: 122px;
  height: 56px;
  overflow: hidden;
  padding: 5px 10px 15px;
}

.tab_main_content .box A .box_person, .box_person {
  background: url(img/home/img_avatar.png) 4px top no-repeat;
}

  .tab_main_content .box A .box_person P, .box_person P {
    font: normal 12px Arial, Helvetica, sans-serif !important;
    color: #666;
    text-align: left;
    height: 16px;
    overflow: hidden;
    padding: 0 0 0 34px;
  }

.tab_main_content .box A:hover H2, .tab_main_content .box A:hover P {
  color: #fff !important;
}

.tab_main_content .box A:hover .box_notice P, .tab_main_content .box A:hover .box_title P, .tab_main_content .box A:hover .box_comments P, .tab_main_content .box A:hover .box_person P {
  color: #666 !important;
}

.tab_main_content .box A:hover .box_title, .tab_main_content .box A:hover .box_comments {
  background-position: left top;
}

#partners LI.last, .home #a_main_content_tabs .tab_left_side_content .arrow_list li.last-child, #a_main_content_tabs .tab_left_side_content .arrow_list li.last, #a_main_content_tabs .table_box .table_header li.a_no_border, .table_box .gray_rows_content, #tab_manuals .pdf_container_box iframe {
  border: none;
}

#a_main_content_tabs .tab_content .documentation_tabs li, .mon_produit input {
  text-align: left;
}

#a_main_content_tabs .tab_content .thumbs_display li.last_in_row, .home #a_main_content_tabs .tab_content .thumbs_display li.last_in_row, .form_box input.a_no_margin {
  margin-right: 0;
}

#a_main_content_tabs .tab_content .pdf_list, #a_main_content_tabs .tab_content .url_list, #tab_index .url_list {
  border: none;
  width: 100%;
  margin: 0;
}

#a_main_content_tabs .tab_content .pdf_list_item .head:hover, #tab_manuals .pdf_list_item .head A.current, #tab_possession .pdf_list_item .head A:hover, .pdf_list_item .head A:hover {
  background-color: #e5e5e5;
}

#a_main_content_tabs .tab_content .pdf_list_item .full, #tab_index .url_list_item .full {
  width: 100%;
}

#a_main_content_tabs .tab_content .pdf_list_item .pdf, #tab_index .url_list_item .pdf {
  background: url(img/pdf_icon.png) no-repeat left center;
}

#a_main_content_tabs .tab_content .pdf_list_item .info span, #tab_index .url_list_item .info span {
  color: #336699;
}

#tab_forum .image_button, #a_main_content_tabs .tab_content .ma_note_box .image_button {
  display: block;
  height: 23px;
  overflow: hidden;
}

  #tab_forum .image_button:hover img, #a_main_content_tabs .tab_content .ma_note_box .image_button:hover img {
    margin-top: -23px;
  }

/* #a_main_content_tabs .orange, #tab_forum #brandReplies .answer_box A, #a_main_content_tabs #brandReplies .orange {
  color: #FF9200;
} */

#a_main_content_tabs .tab_left_side_content .white_box dd a, A.orange, A.horange {
  color: #F90;
}

#a_main_content_tabs .tab_content .avis_tabs .avis_tabs_content, #a_main_content_tabs .tab_content .avis_tabs .avis_container {
  z-index: 2;
}

#a_main_content_tabs .tab_content .avis_container .comment_body .qualification_box dl, .form_box .row_column {
  margin: 0 0 .3em;
}

#a_main_content_tabs .tab_content .reply_comments h5 .avatar, #brandReplies h5 .brand_avatar_thumb {
  margin: 0 .3em;
}

.form_box .itemFormLblInp .red .input_options, .form_box .red .input_options {
  color: #f90;
  background-color: #FFF4E3;
  border: 1px solid #EEC08E;
}

.yellow_light span, .categories ul li a:hover {
  color: #FF7F00;
}

.form_box.expertise input, .form_box.utilisation input {
  float: right;
  text-align: left;
  width: 100px;
}

.form_box.expertise .select_box, .form_box.utilisation .select_box {
  background: #ECEEF5;
  border: 1px solid #CAD4E7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #597FAC;
  height: 18px;
  text-align: left;
  width: 104px;
  top: 10px;
  padding: 0;
}

  .form_box.expertise .select_box select, .form_box.utilisation .select_box select {
    background: #ECEEF5;
    border: 0;
    width: 100px;
    color: #666;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
  }

    .form_box.expertise .select_box select option, .form_box.utilisation .select_box select option, .formLightbox .LB_select select option {
      background: #ECEEF5;
      color: #666;
      padding: 0 10px;
    }

.form_box.expertise label, .form_box.utilisation label, .form_box.emplacement label {
  float: left;
  padding-top: 3px;
}

.table_box .montant_column {
  width: 65px;
}

.CTA span {
  font-size: 22px;
  display: block;
  line-height: 25px;
  font-weight: bold;
  padding: 0 0 1px;
}

.inscr_type1, .inscr_type2 {
  /*height: 182px;*/
  height: 185px;
}

  .inscr_type1 .desc .help .minilogo img, .inscr_type2 .desc .help .minilogo img {
    vertical-align: middle;
    margin: 0 5px 1px 0;
  }

  .inscr_type1 .desc .help .a_tooltip img, .inscr_type2 .desc .help .a_tooltip img {
    vertical-align: middle;
    margin: 0 0 2px 5px;
  }

.no-js .sparkbox-custom, .main_content_box.active, #content_2, #content3 #content_left .sub_content.active, #tab_forum .question .forum_answers {
  display: block;
}

.sb-dropdown a:hover, .suggestField ul li.focus {
  background: #CAD4E7;
}

#a_useful_vote_box, .a_useful_vote, #content3 #content_left .panne_content ul.panne_list2, #content3 #content_left ul.panne_list2 {
  margin: .5em;
}

.LB_newEvent table.formLightbox td.col1, .LB_newEvent2 table.formLightbox td.col1 {
  width: 130px;
}

.LB_newEvent table.formLightbox td.col1a, .LB_newEvent2 table.formLightbox td.col1a {
  width: 55px;
  margin-right: 17px;
  text-align: right;
}

.LB_newEvent h1 label, .LB_newEvent2 h1 label {
  font-size: 12px;
  font-weight: 400;
  padding-left: 20px;
}

.LB_newEvent .formLightbox .col2a .LB_select, .LB_newEvent .formLightbox .col2a input {
  width: 230px;
  margin-left: 17px;
}

#content_2 #top_banner h4 .small, #content_2 #top_banner h4 .price b {
  font-size: 18px;
}

#content_2 #top_banner .right a:hover, #content3 #content_right .souscrire_box a:hover {
  background: url(img/btn.png) no-repeat scroll left bottom transparent;
}

#content3 #content_right .souscrire_box .box_text span.blue_text b, #content3 #content_right .souscrire_box .box_text span.orange_text b {
  font-size: 16px;
}

.home #find_notice {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  color: #666;
}

#a_main_content_tabs .tab_content H3.a_orange, .SelfCareTab a {
  color: #FF9900;
}

UL.bullet LI, #MainContent_trFacebook LI {
  list-style-type: disc;
}

#a_main_content_tabs li.active A.switchtab, #tab_manuals .pdf_list_item, #tab_index .pdf_list_item .head {
  cursor: default;
}

.solo_box, #how_to_box {
  margin-bottom: 2em;
}

#tab_index .pdf_list div.title, #tab_possession .pdf_list div.title, .pdf_list div.title {
  width: 65% !important;
}

#tab_index .pdf_list div.info, #tab_possession .pdf_list div.info /*, .pdf_list div.info */ {
  width: 30% !important;
}

#tab_index .pdf_list_item, #tab_possession .pdf_list_item, .pdf_list_item {
  cursor: default !important;
}

  #tab_index .pdf_list_item .head:hover, #tab_manuals .pdf_list_item .head:hover, #tab_possession .pdf_list_item .head:hover, .pdf_list_item .head:hover {
    background-color: inherit !important;
  }

  #tab_index .pdf_list_item .head A, #tab_possession .pdf_list_item .head A, .pdf_list_item .head A {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    text-decoration: underline;
    line-height: 1.5em;
    margin: .2em 0;
    padding: 2px 1.5%;
  }

    #tab_index .pdf_list_item .head A:hover, #tab_index .url_list_item .head A:hover, #tab_manuals .pdf_list_item .head A:hover {
      background-color: #e5e5e5;
      text-decoration: none !important;
    }

#showDeleteEventForm, #showDeleteItemForm {
  text-align: center;
  display: none;
  padding: 20px;
}

#lightbox_internal A.ok:hover {
  text-decoration: none !important;
}

/*#region Override UI */

.ui-widget {
  font: 12px Arial,Helvetica,sans-serif;
}

.ui-widget-header {
  border: none;
  border-bottom: 1px solid #AAA;
}

.ui-widget-content {
  color: #666;
}

  .ui-widget-content a {
    color: #FF7F00;
  }

.ui-tabs .ui-tabs-nav li a {
  color: #999;
  font-size: 1.1em;
  font-weight: bold;
}

.ui-tabs .ui-state-active A {
  color: #369 !important;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0 1em 1px 0;
}

.ui-tabs .ui-tabs-nav {
  padding-left: 1em;
}

.ui-tabs.ui-widget-content {
  padding: 0;
}

/*#endregion */

.mavatar {
  line-height: 0;
  border: 1px solid #CCC;
  width: auto;
}

.bavatar {
  height: 1em;
}

#leaderboard {
  width: 728px;
  height: 90px;
  margin: 0 auto 1em auto;
}

/* profil membre */
.profile_page H1 {
  color: #369;
}

.profile_page SPAN.nick {
  color: #f90;
}

.profile_page #summary {
  background: white url(img/productintro_bg.png) repeat-y 100% 0;
  overflow: hidden; /* position: relative;   height: auto !important;   padding: 15px 15px 0 20px; */
}

  .profile_page #summary .avatar {
    margin-left: 1em;
    margin-right: 2em;
    border: solid 1px #ccc;
  }

/* .profile_page */ .list {
  padding: 0;
  padding-top: 10px;
  margin: .5em 0 1em 0;
}

.profile_page .profile {
  cursor: pointer;
  background: url("img/avatar_N.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  font-weight: bold;
  padding-left: 18px;
}
/* .profile_page */ .bbox UL {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
}

.profile_page .empty {
  padding-left: 1em;
}
/* .profile_page */ .bbox LI {
  padding: 5px .5em;
}

.profile_page #forum A, .profile_page #dialog A {
  color: #666;
}

.profile_page .pdt_name {
  font-weight: bold;
}

#profile_index SPAN {
  font-weight: bold;
}

.profile_page A.product {
  /* font-weight: bold; */
  text-transform: uppercase;
}

.profile_page #assets LI {
  margin-bottom: .5em;
  height: 47px;
}

.profile_page #assets .pdt_img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 3px 10px 3px 3px;
}

.profile_page #assets .head IMG {
  float: right;
}

.profile_page .event_time {
  display: block;
  color: #F37A0F;
  height: 20px;
  width: 90px;
  float: left;
  font-weight: bold;
  background-color: #D8D8D8;
  padding: 5px 3px 0 5px;
  margin-right: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.profile_page #arrow {
  margin-bottom: 2em;
  margin-top: 1em;
}

.profile_page #dialog LI, .profile_page #forum LI {
  line-height: 18px;
  overflow: hidden;
  height: 35px;
}

.profile_page #dialog .event_time, .profile_page #forum .event_time {
  margin-top: 5px;
}

.profile_page #forum .symb_t {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("img/symb_conv.png") no-repeat scroll 0 0 transparent;
  margin-left: 5px;
}

.profile_page #dialog .symb_t {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("img/symb_hp.png") no-repeat scroll 0 0 transparent;
  margin-left: 5px;
}

.profile_page .nav {
  background: #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  height: 25px;
  padding-right: 15px;
}

  .profile_page .nav A {
    background: url("img/arrow.png") no-repeat scroll 100% 7px transparent;
    color: #666;
    display: inline-block;
    float: right;
    font-weight: bold;
    padding: 5px 15px 0 0;
  }

#tab_reviews .comment h5 {
  line-height: 18px;
}

#product_index .profile, #tab_reviews .profile {
  background: url("img/thumb_avatar.png") no-repeat scroll 0 0 transparent;
  color: #f90 !important;
  display: inline-block;
  font-weight: bold;
  padding-left: 17px;
}

#product_index #last_events LI {
  line-height: 18px;
  overflow: hidden;
}

#product_index #last_events .rating {
  vertical-align: bottom;
}
/*A.profile {
  color: #f90 !important;
}
.owner A.profile {
  color: #369 !important;
}*/

.profile_page #share_btns /*, #tab_forum #share_btns, #tab_brand #share_btns */ {
  margin-top: 1em;
}

#tab_forum #goback #share_btns {
  margin-bottom: 1em;
}

#goback {
  margin-top: 1em;
}

  #goback #share_btns {
    margin-top: 0;
  }

#tab_reviews H3.first {
  margin-top: 0em;
  margin-bottom: 1.2em;
}

#tab_forum #fsearch fieldset, #tab_brand #bdsearch fieldset {
  margin-bottom: 0;
}

#share_btns .g-plusone_N {
  margin-right: 0;
}

.g-plusone_N IMG {
  height: 22px;
}

DIV.noleft DIV {
  float: none !important;
}

/*#region Bootstrap */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }

  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
  }

  .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
  }

  .dropdown-menu li > a:hover,
  .dropdown-menu .active > a,
  .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
  }

.dropdown.open {
  *z-index: 1000;
}

  .dropdown.open .dropdown-toggle {
    color: #ffffff;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3);
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*#endregion*/

/*#region Registration */

/* register call back */

#a_light_header {
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 927px;
  margin: 0 0 13px 0px;
  padding: 0 20px 0 33px;
}

#form_complete .line {
  margin-bottom: 50px;
  padding-bottom: 15px;
  display: block;
}

#form_complete H3 {
  display: block;
  float: left;
  width: 20%;
}

#form_complete .member_infos {
  display: block;
  float: right;
  width: 80%;
  padding-top: 10px;
}

#form_complete .small {
  width: 80px;
}

#form_complete .member_infos > div {
  float: left;
  margin-right: 25px;
  text-align: center;
}

#form_complete .continue, #continue {
  float: right;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  width: 100%;
}


/* recaptcha */
/*#recaptcha_image 
{
  margin-bottom: 10px;
  float:left;
}

#recaptcha_label 
{
  color: #369;
  font-size: 13px;
  margin-bottom: 5px; 
}

#recaptcha_response_field 
{
  width:180px !important;
}

.reload_captcha 
{
  padding-left:14px;
	background: url(img/refresh.png) repeat-x 0 0px;
}

.audio_captcha 
{
  padding-left:14px;
	background: url(img/sound.png) repeat-x 0 0px;
} */

/* registration form */
#a_register .facebook_login {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 115px;
  height: 22px;
  margin: 0 .3em;
}

#registration_form .form-table {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

#registration_form .i-col {
  width: 200px !important;
}

#registration_form .v-col {
  width: auto;
}

#registration_form select {
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 210px;
  padding: 2px;
}

#registration_form #do-register, #registration_form #do-captcha, #registration_form #do-optin {
  margin-left: 5px;
  margin-bottom: 15px;
  margin-top: 5px;
}

  #registration_form #do-optin input {
    margin-right: 10px;
  }

#registration_form .registration_input {
  width: 200px !important;
}

#registration_form .server_field_error {
  font-weight: bold;
  color: #CE0000;
}

#registration_form .input_label {
  color: #369;
  font-size: 13px;
}

.tip_help_icon {
  float: left;
  width: 40px;
  height: 30px;
  background: url('img/h2aide.gif') no-repeat 0 -5px;
}

#product_desc {
  height: 80px;
}

  #product_desc img {
    float: left;
    padding-right: 1em;
    margin-bottom: 25px;
  }

#product_search .product-search-input {
  margin-bottom: 15px;
  width: 340px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  border-radius: 5px;
  padding: 6px 11px;
  border: 1px solid #ccc;
}

/* coregistration */

#co-registration {
  padding: 5px;
  background: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

  #co-registration .coreg-opt {
    margin-top: 5px;
  }

    #co-registration .coreg-opt > label {
      margin-right: 10px;
    }

/* Popup register */
#lightbox_register {
  width: 630px !important;
  min-height: 100px;
  padding: 20px;
  overflow: hidden !important;
}

#cgu {
  width: 630px !important;
  padding: 0px 20px 20px 20px;
}

#lightbox_register .form-register-opt {
  text-align: center;
  width: 250px;
}

#lightbox_register .fb-register-opt {
  text-align: center;
  width: 300px;
  margin-left: 50px;
  border-left: 1px dashed #369;
}

#lightbox_register .opts {
  margin: 20px auto 0px auto;
}

#register-opts {
  margin-top: 10px;
}

#lightbox_register #fb_box {
  margin-top: 10px;
}

#lightbox_register .or {
  color: #369;
  font-weight: bold;
  position: absolute;
  top: 170px;
  left: 315px;
  background-color: #fff;
  padding: 3px;
}

/*#endregion*/

/*
 * Page mon compte
 */
#member_profile #account TD:first-child {
  font-weight: bold;
}
/* #member_profile #community_alerts .ctrls {
  margin: 0 .5em .8em 0;
} */
#member_profile #account,
#member_profile #product_alerts {
  padding: 0 0 .1em 0;
  background-color: White;
  border: 1px solid #ccc;
}

  #member_profile #account TD {
    background-color: White;
    padding-left: 1em;
  }

  #member_profile #product_alerts TABLE.bbox THEAD {
    text-transform: none;
  }

#member_profile .ctrls {
  margin: 5px .5em .8em 0;
}

  #member_profile .ctrls INPUT {
    margin-left: .5em;
  }

#member_profile #product_alerts TD:first-child {
  width: 35%;
}

#member_profile #product_alerts TD {
  width: 21.6667%;
}

#member_profile .edit {
  padding-bottom: 0;
  padding-right: 0;
}

  #member_profile .edit H4 {
    display: block;
    float: left;
    width: 20%;
  }

  #member_profile .edit .values {
    display: block;
    float: right;
    width: 80%;
    margin-bottom: .5em;
  }

  #member_profile .edit LABEL {
    font-weight: bold;
  }

#member_profile .ctrls {
  clear: both;
}

  #member_profile .ctrls INPUT {
    float: right;
  }

#member_profile .edit label {
  display: inline-block;
  width: 7em;
}

#member_profile .edit input:focus, .alainput:focus {
  border-color: #f90 !important;
}

#member_profile .edit input[type=text],
#member_profile .edit input[type=password],
.alainput {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  color: #6C6559;
  font-size: 1.1em;
  font-weight: 400;
  padding: 0.17em 0.42em;
  width: 60%;
}

#member_profile #gender_edit .values {
  padding-left: 5em;
  width: 50%;
}

  #member_profile #gender_edit .values P {
    margin-right: 2em;
    float: left;
  }

    #member_profile #gender_edit .values P INPUT {
      margin: .4em 0 0 1.2em;
    }

#member_profile #birthday {
  width: 5em;
}

#member_profile label[for=birthday] {
  width: 10em;
}

#ui-datepicker-div A:hover {
  text-decoration: none !important;
}

#member_profile #accounts_edit INPUT {
  margin-right: .5em;
}

#member_profile #emails_edit LI {
  padding-left: 0;
  padding-top: 0;
}

  #member_profile #emails_edit LI SPAN {
    float: right;
    margin-right: 1em;
  }

#member_profile #emails_edit UL#emails_notvalid LI {
  line-height: 2em;
}

#member_profile #emails_edit LI INPUT {
  margin-right: .5em;
}

  #member_profile #emails_edit LI INPUT[type=checkbox] {
    margin-left: 1em;
  }

INPUT.error {
  border-color: #990000 !important;
  background-color: #ffe9e8;
}

#error_container {
  border: 1px solid #ffbaba;
  border-radius: 5px 5px 5px 5px;
  padding: 1em 1em 0 1em;
  /* background-color: #ffbaba; */
  color: #990000;
  box-shadow: 0 5px 15px #ccc;
  font-weight: 700;
}

  #error_container label.error {
    background-color: transparent;
  }

  #error_container UL {
    margin-top: .2em;
  }

  #error_container UL, #error_container LI {
    list-style: disc outside none;
  }

SPAN.mandatory:after {
  font-size: .5em;
  vertical-align: top;
  content: "★";
}

.fb_connect {
  cursor: pointer;
}

/* 
* Ajout video / lien
*/

.add_box .edit LABEL {
  font-weight: bold;
  display: inline-block;
  width: 12em;
}

.add_box .edit SELECT {
  width: 26em;
}

.add_box .edit INPUT[type=text],
.add_box .edit TEXTAREA {
  width: 25em;
}

.add_box .ctrls {
  padding-left: 12em;
}

.add_box .date {
  width: 10em !important;
}

.add_box .desc_wrapper * {
  vertical-align: top;
}

/*
* Validation
*/

#add_form label.field_error {
  width: 25em;
}

#add_form label.field_error,
#registration_form label.field_error {
  padding-left: 10px;
  color: #FF0000;
  font-weight: bold;
}

#add_form label.field_valid,
#registration_form label.field_valid {
  padding-left: 10px;
  background: url("img/check.png") no-repeat 0 0 transparent;
}

/*
* Site Infos
*/

.apreslachat_infos {
  font-size: 2em;
}

.label_infos {
  color: #369;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.number_infos {
  margin-bottom: 4px;
  color: #FF7F00;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 0.28em;
}

/*
* Forum valuation
*/

.valuation_row {
  margin: 6px 0px;
}

/*.question_box .important, .answer_box .thanks 
{
  padding-top:3px;
  margin-right:5px;
  margin-left: 6px;
  font-style: italic;
}*/

.i_am_empathic {
  font-weight: bold;
}

#tab_forum .empty_valuation {
  margin-right: 33px;
}

.thumb_icon_margin {
  margin-left: 6px;
}

/*
* Profile wall
*/
#write_message_box TEXTAREA {
  width: 95%;
}

.noheight {
  height: auto !important;
}

#inbox .pdt_img, #outbox .pdt_img,
.profile_page #received .pdt_img,
.profile_page #sent .pdt_img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 3px 10px 3px 3px;
}

#inbox .head IMG, #outbox .head IMG,
.reply_to_member,
.profile_page #received .head IMG,
.profile_page #sent .head IMG {
  float: right;
}

.profile_page #received .head A .profile_page #sent .head A {
  font-weight: bold;
}

#inbox #inbox_list P,
.profile_page #sent P {
  margin-left: 8px;
}

.message {
  margin-top: 5px;
}

.remove_msg {
  margin-right: 5px;
}

.remove_form {
  float: right;
}

.remove_btn {
  cursor: pointer;
  margin-left: 15px;
  padding: 0px 5px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  text-shadow: 0 1px 0 white;
  opacity: 0.8;
}

.q_plus {
  margin-right: 7px;
  margin-top: 2px;
  padding-top: 15px;
}

#q_valuation_count {
  margin-top: 4px;
}

#choice_group LABEL {
  margin-right: 5px;
}

#choice_group INPUT {
  margin-right: 4px;
}

#jep_subHeader {
  background: url(img/backgroun-subheader.png) no-repeat;
  height: 191px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin: 0 1.17em 1.33em;
}

#jep_subHeader_top {
  height: 105px;
}

  #jep_subHeader_top div {
    float: left;
  }

#jep_subHeader_bot {
  height: 105px;
  padding-top: 12px;
}

  #jep_subHeader_bot div {
    float: left;
  }

#jep_subHeader .jep_counter {
  font-size: 36px;
  font-weight: bold;
  margin-right: 29px;
}

#jep_subHeader .jep_countText {
  text-align: right;
}

#jep_subHeader .jep_consumCount {
  color: #336699;
  font-size: 27px;
  margin-left: 20px;
  margin-right: 16px;
  width: 600px;
}

#jep_subHeader .jep_search {
  background: url("img/back_search.png") no-repeat scroll 0 0 transparent;
  border-radius: 5px 5px 5px 5px;
  width: 293px;
  margin-left: 25px;
}

.jep_search label {
  color: #FFFFFF;
  display: block;
  font: bold 22px/22px Arial,Helvetica,sans-serif;
  margin-top: 8px;
  padding: 0 12px;
}

.jep_search .search_input {
  background-color: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  color: #999999;
  font-size: 15px;
  font-weight: normal;
  height: 16px;
  left: 5px;
  padding: 3px 10px 4px;
  position: relative; /*top: -13px;*/
  width: 220px !important;
  margin-left: 8px;
  margin-bottom: 12px;
  border-color: #cccccc;
}

.jep_search .search_button {
  background: url("img/search-2.png") no-repeat scroll 0 0 transparent;
  height: 37px;
  width: 32px;
  margin: 0;
}
/* .jep_search .search_button:hover {
  background: url("img/home/search_button_over.png") no-repeat scroll 0 0 transparent;
} */

#jep_lastParticipation {
  width: 638px; /*height: 415px;*/
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #ffffff;
  margin-top: 10px;
}

#jep_allPart {
  background: none repeat scroll 0 0 #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  height: 35px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
}

.jep_slideShow {
  width: 550px;
}

  .jep_slideShow .jep_slideText {
    font-size: 22px;
    color: #333333;
    padding-right: 50px;
    display: inline-block;
  }

  .jep_slideShow .jep_slideImg {
    border-top: 1px solid #A7A7A7;
    display: block;
    margin-top: 5px;
    padding-left: 200px;
    padding-top: 5px;
  }

.jep_subHeader_magic {
  width: 45px;
  margin-left: 25px;
  margin-top: 5px;
}

.jep_bgR {
  background: url("img/counter.png") no-repeat scroll 100% 0 transparent;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -10px;
  width: 10px;
  top: 3px;
}

/*.jep_numbers {
  background: url("img/count-border.png") no-repeat scroll 33px 8px transparent;
  display: inline-block;
  letter-spacing: 4px;
  padding-left: 12px;
  padding-top: 3px;
  width: 135px;
}*/

.jep_counter {
  background: url("img/counter.png") no-repeat scroll 0 3px transparent;
  position: relative;
  color: #ffffff;
}

.jep_time {
  display: block;
  color: #F37A0F;
  height: 27px;
  width: 70px;
  float: left;
  font-weight: bold;
  background: url("img/time_butt.png") no-repeat scroll 0 0 transparent;
  margin: 8px 10px;
  padding: 5px;
}

.jep_link {
  color: #666666;
  display: inline-block;
  font-weight: normal;
  margin-top: 6px;
  text-decoration: none;
  float: left;
}

.home .topitem {
  position: relative;
}

.jep_star {
  background: url("img/back-star.png") no-repeat scroll 0 0 transparent;
  color: #F37A0F;
  display: block; /* float: right; */
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  margin-top: 2px;
  padding: 4px 0;
  width: 80px;
  text-align: right;
}

.jep_discust .jep_star_symb {
  background: url("img/symb_t.png") no-repeat scroll 0 0 transparent;
}

.jep_members .jep_star_symb {
  background: url("img/symb_members.png") no-repeat scroll 0 0 transparent;
}

.jep_advices .jep_star_symb {
  background: url("img/symb_conv.png") no-repeat scroll 0 1px transparent;
}

.jep_avis {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  padding-top: 5px;
  display: block;
}

  .jep_avis A {
    color: #666;
  }

#jep_lastParticipation .jep_avis A:hover {
  text-decoration: underline !important;
}

#jep_lastParticipation a:hover {
  text-decoration: none !important;
}

.jep_time .jep_symb {
  display: inline-block;
  height: 15px;
  width: 20px;
}

/*.symb_t {
  background: url("img/symb_t.png") no-repeat scroll 6px 0 transparent;
}

.symb_hp {
  background: url("img/symb_hp.png") no-repeat scroll 0 0 transparent;
}

.symb_conv {
  background: url("img/symb_conv.png") no-repeat scroll 0 0 transparent;
}*/

#jep_lastParticipation li {
  display: block;
  height: 40px;
  overflow: hidden;
}

#jep_lastParticipation ul {
  padding: 10px 0; /*height: 350px;*/
  overflow: hidden;
}

.inpair {
  background: #f2f2f2;
}

.jep_user {
  background: url("img/avatar_N.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  font-weight: bold;
  padding-left: 18px;
}

.jep_star_symb {
  background: url("img/star-orange.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 65px;
  height: 15px;
  float: left;
  margin: 2px 7px 0 7px;
}

.white_box h3 {
  margin-bottom: 8px !important;
}

#jep_allPartnav_down {
  background: url("img/arr_down_b.png") no-repeat scroll 0 0 transparent;
}

#jep_allPartnav_top {
  background: url("img/arr_top_b.png") no-repeat scroll 0 0 transparent;
}

.jep_allPartnav {
  height: 12px;
  width: 18px;
  display: inline-block;
  margin-top: 12px;
  margin-left: 4px;
  float: left;
}

#jep_allPart_r {
  background: url("img/arrow.png") no-repeat scroll 100% 12px transparent;
  color: #666666;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 9px 15px 0 0;
  font-size: 13px;
}

#jep_lastPart_Bloc h4 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}

.jep_titleBloc {
  color: #333333;
  font-size: 17px;
}

/****header***/

.home.anon #a_header {
  padding: 0 0 5px 20px !important;
  width: 960px !important;
  height: 90px !important;
}

.home.anon #a_top_box {
  width: 560px !important;
  padding: 0 !important;
}

.home.anon #a_top .remember_me {
  position: static !important;
  right: 0 !important;
  top: 0 !important;
  float: left;
  margin-left: 10px;
  width: 70px;
  margin-top: 9px;
}

.home.anon #a_top .password_forgot {
  position: static !important;
  right: 0 !important;
  top: 0 !important;
  float: left;
  margin-left: 50px;
  margin-top: 7px;
}

.home .a_column_1 {
  float: left !important;
  position: static !important;
  width: 255px !important;
}

.home .a_column_2 {
  float: left !important;
  width: 290px !important;
}

.home.anon #a_top_box {
  height: 100% !important;
}

.home.anon #a_top .login_form .login_button {
  width: 40px !important;
}

.home .creer .jep_accountLabel {
  color: #336699;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 7px 0 10px;
}

.home.anon .creer a {
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  padding: 5px;
  width: 125px;
}

  .home.anon .creer a span {
    font-weight: normal;
    background: url("img/arrow.png") no-repeat scroll 100% 0 transparent;
    padding-right: 15px;
    color: #336699;
  }

.home .social_icon {
  margin-left: 10px;
  margin-top: 30px;
}

.jep_socialNetworks {
  margin-left: 70px;
  margin-top: 10px;
}

.home #tab_index .tab_left_side_content {
  margin-top: 31px;
}

.home #title_logo {
  margin: 0;
  padding: 0;
}

  .home #title_logo .main_logo {
    margin-top: 15px;
  }

.home .remember_me input {
  margin: 0 !important;
  padding: 0 !important;
  width: 10px !important;
  background: none !important;
  border: none !important;
}

/* LEGACY */
.CMS_HEADER_H1 {
  color: #E17B00;
  font-size: 1.6em;
  font-weight: bold;
}

.CMS_HEADER_H2 {
  color: #003084;
  font-size: 1.5em;
  font-weight: bold;
}

#brand_item H1 {
  font-weight: 700;
  line-height: 1.5em !important;
  color: #369;
}

.categoryTitle {
  font-size: 1.5em;
  margin-top: 0;
}

.ovalbuttonr, .ovalbuttonl, .ovalbuttono, .ovalbuttond, .btn-voir, .CMS_HEADER_CREATEACCOUNT {
  background: url("img/orange_grad.png") repeat-x scroll 0 -10px #FF7F00;
  border: 1px solid #FF7F00;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px 5px;
  text-align: center;
}

.CMS_HEADER_CREATEACCOUNT {
  float: left;
  margin-top: 1em;
}

.tabaide {
  font-size: 1.2em;
  margin: 15px 0 0;
}

.upperleft {
  background-color: #FAEDE3;
  background-image: url("img/upperleft.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.lowerright {
  background-image: url("img/lowerright.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 3%;
}

  .lowerright h1 {
    color: Black;
    font: bold 1.1em Arial,"Trebuchet MS",Sans-Serif;
    margin: 0 0 10px;
    padding: 0;
  }

.tabaide h2 {
  background: none repeat scroll 0 0 transparent;
  color: Black;
  font-size: 1.1em;
  margin-top: 0;
  padding: 0;
}

#category_item h3, #brand_item h3 {
  clear: both;
  font-size: 1.5em;
}
