#header ul#navigation li {
  background-image: url(../images/header/navigation/li-bg.png); }
  #header ul#navigation li.last {
    background-image: url(../images/header/navigation/li-bg.png); }

#engine {
  position: relative;
  left: -12px;
  background: transparent url(../images/engine/bg.png) no-repeat left top;
  width: 609px;
  height: 274px;
  color: #52575a;
  font-size: 16px; }
  #engine #total {
    position: absolute;
    top: 60px;
    left: 32px; }
  #engine #reference {
    position: absolute;
    top: 196px;
    left: 96px;
    width: 400px;
    font-size: 16px; }
    #engine #reference a {
      color: white; }
  #engine .help, #engine .advanced {
    top: 152px;
    font-size: 12px; }
  #engine .help {
    left: 55px; }
  #engine .advanced {
    left: 90px; }
  #engine input#keywords {
    position: absolute;
    width: 374px;
    height: 26px;
    top: 119px;
    left: 56px;
    border: 0px solid black;
    padding: 0;
    color: #aaa;
    font-size: 16px; }
  #engine input.submit {
    position: absolute;
    top: 113px;
    left: 440px;
    background: transparent url(../images/engine/btn-trouver.png) no-repeat left top;
    width: 122px;
    height: 39px; }
    #engine input.submit:hover {
      cursor: pointer; }
