.ac_results {
  background-color: white;
  border: 1px solid black; }
  .ac_results ul li {
    padding: 5px;
    font-weight: bold; }
    .ac_results ul li.ac_over {
      color: white;
      background-color: #ff7e19; }

body {
  font-family: Arial;
  font-size: 12px; }

.container {
  margin: 0 auto;
  width: 970px; }

input.button {
  border: none;
  padding: 0; }

.ad_location.sponsored {
  position: relative;
  background-color: #e0e0e0;
  padding: 5px 10px;
  margin: 0 5px 5px;
  border: 1px solid #B3B3B3; }
  .ad_location.sponsored .title {
    position: absolute;
    right: 5px;
    font-size: 80%;
    color: #7f7f7f; }
  .ad_location.sponsored .campaign {
    margin-bottom: 5px; }
    .ad_location.sponsored .campaign a {
      color: #ff7e19;
      text-decoration: none;
      font-weight: bold; }
      .ad_location.sponsored .campaign a:hover {
        text-decoration: underline; }
      .ad_location.sponsored .campaign a:visited {
        color: #ff7e19; }
    .ad_location.sponsored .campaign span {
      padding: 2px 10px;
      color: #303030; }

.pagination {
  text-align: center;
  font-size: 14px;
  height: 24px; }
  .pagination a, .pagination span {
    display: inline-block; }
  .pagination span.current {
    font-weight: bold; }
  .pagination span.current, .pagination a {
    position: relative;
    top: -6px; }
  .pagination .prev_page, .pagination .next_page {
    top: 0px;
    width: 33px;
    height: 100%;
    background: transparent no-repeat left bottom;
    padding-top: 0px; }
  .pagination .prev_page {
    background-image: url(../images/pagination/prev_page-bg.png); }
    .pagination .prev_page.disabled {
      background-image: url(../images/pagination/prev_page-bg-disabled.png); }
  .pagination .next_page {
    background-image: url(../images/pagination/next_page-bg.png); }
    .pagination .next_page.disabled {
      background-image: url(../images/pagination/next_page-bg-disabled.png); }
  .pagination a {
    color: #4b4b4b; }
  .pagination span.current {
    color: #ff7e19; }

.nice input.text_field {
  background: transparent url(/images/forms/input-bg-265.png) no-repeat left top;
  width: 255px;
  height: 21px;
  border: 0px solid black;
  padding: 0 5px;
  margin: 0;
  color: #4b4b4b; }
.nice td.label {
  height: 25px;
  padding-right: 10px;
  text-align: right; }
  .nice td.label label {
    color: #ff7e19; }
.nice td.submit {
  text-align: center; }
  .nice td.submit input {
    cursor: pointer; }

#errorExplanation {
  margin-bottom: 10px; }
  #errorExplanation h2 {
    margin-bottom: 10px;
    color: #ff7e19;
    font-size: 16px;
    font-weight: bold; }
  #errorExplanation ul li {
    color: #545454;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 3px; }

#notice .content {
  text-align: center;
  color: #ff7e19;
  font-weight: bold; }

#engine {
  position: relative;
  top: -12px;
  background: transparent url(../images/engine/bg-long.png) no-repeat left top;
  width: 994px;
  height: 84px;
  margin: 0 auto; }
  #engine #keywords {
    position: absolute;
    background-color: transparent;
    top: 19px;
    left: 306px;
    width: 370px;
    height: 20px;
    border: 0px solid black;
    padding: 0;
    color: #aaa;
    font-size: 16px; }
  #engine input.submit {
    position: absolute;
    top: 12px;
    left: 694px;
    background: transparent url(../images/engine/btn-trouver2.png) no-repeat left top;
    width: 98px;
    height: 34px; }
    #engine input.submit:hover {
      cursor: pointer; }
  #engine #reference {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 154px;
    color: #52575a;
    font-size: 11px; }
    #engine #reference a {
      color: white; }
  #engine #results-count {
    position: absolute;
    bottom: 0px;
    left: 12px;
    color: #4b4b4b; }
  #engine .help, #engine .advanced {
    position: absolute;
    top: 40px;
    color: white;
    font-size: 10px; }
  #engine .help {
    left: 32px; }
  #engine .advanced {
    left: 60px; }
  #engine.engine_manifestations {
    background-image: url(../images/engine/bg-long-manifestations.png); }
    #engine.engine_manifestations #keywords {
      left: 342px; }
    #engine.engine_manifestations input.submit {
      left: 720px; }
    #engine.engine_manifestations .help, #engine.engine_manifestations .advanced {
      display: none; }

.engine_help {
  line-height: 1.2em; }
  .engine_help p {
    margin-bottom: 10px; }
  .engine_help ul {
    margin-bottom: 10px;
    padding-left: 30px;
    list-style-type: disc; }

.main_box {
  position: relative;
  background: transparent url(/images/main_box/bg.png) repeat-y left top;
  width: 667px;
  margin-bottom: 8px;
  line-height: 1.2em;
  font-size: 12px; }
  .main_box.service .top {
    background-image: url(../images/main_box/top-bg-black.png); }
    .main_box.service .top .bottom .content {
      background-color: #ffe4d1; }
  .main_box .top {
    background: transparent url(../images/main_box/top-bg-orange.png) no-repeat left top; }
    .main_box .top .bottom {
      background: transparent url(../images/main_box/bottom-bg.png) no-repeat left bottom;
      padding: 0 4px 9px 5px; }
      .main_box .top .bottom .title {
        color: white;
        margin-bottom: 4px;
        padding: 6px 0 0 11px;
        font-weight: bold; }
      .main_box .top .bottom .content {
        color: #4b4b4b;
        padding: 6px 11px; }
        .main_box .top .bottom .content .main-address, .main_box .top .bottom .content .main-contact {
          margin-top: 16px; }
        .main_box .top .bottom .content .main-contact {
          display: inline-block; }
          .main_box .top .bottom .content .main-contact:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
            overflow: hidden;
            visibility: hidden; }
          .main_box .top .bottom .content .main-contact {
            display: block; }
          .main_box .top .bottom .content .main-contact .contact-name {
            float: left; }
          .main_box .top .bottom .content .main-contact .contact-phones {
            float: right; }
        .main_box .top .bottom .content .campaign.firm_visual {
          margin-top: 10px;
          text-align: center; }
      .main_box .top .bottom ul.links {
        padding: 4px 0 0 10px;
        height: 16px;
        width: 648px;
        background-color: #ddd; }
        .main_box .top .bottom ul.links li {
          float: left;
          margin-right: 29px; }
          .main_box .top .bottom ul.links li.last {
            margin-right: 0px; }
          .main_box .top .bottom ul.links li a {
            display: block;
            color: #4b4b4b; }
      .main_box .top .bottom .infos {
        background-color: #ddd;
        padding: 4px 10px; }

#connection {
  height: 32px;
  line-height: 32px;
  background-color: #545454;
  color: white;
  overflow: hidden; }
  #connection #ie-blocker {
    padding-top: 5px;
    height: 27px;
    line-height: 1em;
    background-color: #ff7e19;
    text-align: center;
    font-size: 10px; }
    #connection #ie-blocker .close-ie-blocker {
      color: black; }
  #connection .container {
    text-align: right; }
    #connection .container form p {
      display: inline; }
    #connection .container form input {
      padding: 0;
      margin: 0;
      border: 0px solid black;
      margin: 0 10px;
      padding: 2px 5px;
      height: 15px;
      width: 133px;
      background: transparent url(/images/forms/input-bg-143.png) no-repeat left top; }
    #connection .container form input.submit {
      padding: 0;
      margin: 0;
      border: 0px solid black;
      cursor: pointer;
      width: 41px;
      height: 24px;
      background: transparent url(/images/forms/buttons.png) no-repeat 0px -34px;
      position: relative;
      top: 2px; }
    #connection .container a {
      color: white; }

#header-w {
  position: relative;
  z-index: 1000;
  background: transparent url(../images/header/w-bg.png) repeat-x left top; }

#header {
  position: relative;
  height: 106px; }
  #header a#logo {
    display: block;
    position: absolute;
    top: 15px; }
  #header ul#navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    font-weight: bold; }
    #header ul#navigation li {
      float: left;
      background: transparent url(../images/header/navigation/li-bg-orange.png) no-repeat center bottom;
      margin-left: 30px;
      padding-bottom: 5px; }
      #header ul#navigation li.last {
        background-image: url(../images/header/navigation/li-bg-orange-last.png); }
      #header ul#navigation li a {
        text-decoration: none;
        display: block;
        height: 23px;
        color: #545454; }
        #header ul#navigation li a:hover {
          text-decoration: underline; }
        #header ul#navigation li a.selected {
          color: #ff7e19; }

body#welcome-index #center {
  margin-bottom: 30px;
  padding-top: 56px; }

#center {
  display: inline-block; }
  #center:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #center {
    display: block; }
  #center #content {
    float: left;
    width: 670px; }
  #center #sidebar {
    float: right;
    width: 300px; }
    #center #sidebar .sidebar_box {
      margin-top: 10px; }
      #center #sidebar .sidebar_box h2 {
        margin-bottom: 10px; }
    #center #sidebar ul#upcoming_manifs {
      margin-bottom: 10px; }
      #center #sidebar ul#upcoming_manifs li {
        color: #4b4b4b;
        margin-bottom: 3px; }
        #center #sidebar ul#upcoming_manifs li a {
          color: #4b4b4b; }
    #center #sidebar #all_manifs_link {
      display: block;
      color: #4b4b4b;
      font-weight: bold; }

#footer {
  background: transparent url(../images/footer/bg.png) repeat-x left top;
  height: 215px;
  padding-top: 23px;
  line-height: 1.2em;
  position: relative; }
  #footer a {
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold; }
  #footer #tags {
    width: 520px;
    float: left;
    font-size: 11px; }
    #footer #tags a {
      color: #ffa337; }
    #footer #tags #copyright {
      color: white; }
  #footer #lpm {
    float: right;
    font-size: 11px; }
    #footer #lpm a {
      color: #ffa337; }
    #footer #lpm #left-links {
      float: left;
      margin-right: 30px; }
    #footer #lpm #right-links {
      float: left;
      width: 200px; }
      #footer #lpm #right-links #copyright {
        color: white; }
  #footer #benchmarks {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #5D5D5D;
    font-size: 8px; }

#main-container {
  padding-bottom: 30px; }

#bottom-pub {
  text-align: center;
  margin-top: 30px; }

.imgbottom {
  vertical-align: bottom; }
