/* Search */
form.search input{
    position:relative;
    margin: 0;
    padding: 0;
    border: 1px solid #d2d5da;
    width: 150px;
    height: 22px;
}
form#search_simple button.ibutton,form#search_advanced button.ibutton {border: 1px solid;color: white;}
form#search_simple input[type=text] {
    width: 90%;
}
a#advancedSearch {
text-decoration: underline;
cursor: pointer;
display: none;
  color: #5c5b5b;  font-size: 16px;
}
#search_advanced th {
    width: 65px;
    text-align: left;
}
a.tips {
    float: right;
    font-size: 12px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 0 6px;
    border-top-left-radius: 6px;
    text-decoration: underline;
  color: rgb(149,145,138);
}
a.tips img {
    vertical-align: middle;
    display: none;
}
a.tips.simple {
    top: -14px;
}
a.tips.advanced {
  top: 28px;
  left: 7px;
  background: rgb(255, 235, 174);
}

form#search_advanced {background: #FFEBAE; }

#error {text-align: center; color: red; }
#search_advanced #state_code {width: 57%;}
#search_advanced input.wide {width:90%;}
#search_advanced input.medium {width: 50%;}
#search_advanced input.short {width:15%;}
#search_advanced .formDouble input {width: 85%;}
#search_advanced span.heading {
  font-variant: small-caps;
  font-size: 14px;
  display: none;
}
/*__________div de formulaire jaune */
.blocWrapper{
    background: #FED65C;
    margin: 3px 0;
}
.blocContent {
      padding: 0 10px;
    padding-top: 2px;
  display: inline-table;
  width: 97%;
}
.blocContent table {
    float: left;
    border-spacing: 2px;
    width: 75%;
}
.blocContent aside {
    float: right;
    margin-top: 3px;
}
#formPaysContenu.blocContent {
    padding-top: 6px;
}
.blocWrapper nav, #search_advanced nav {
    background-color: rgba(255,255,255,0.72);
    padding-right: 5px;
    text-align: right;
}

