* {
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  color: #888;
  font: 13px Arial, sans-serif;
}

#words {
  width: 50%;
  position: absolute;
  top: 30px;
  left: 20px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#words p {
  width: 400px;
  margin-bottom: 20px;
  line-height: 18px;
}

h1 {
  color: #857667;
  font-size: 14px;
  font-style: italic;
}

hr {
  height: 1px;
  margin: 0 60px 10px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

a:link, a:visited {
  color: #bbb;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #bbb;
  background: transparent;
  text-decoration: underline;
}

#words p.footer {
  width: auto;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 15px;
}

.bloc {  
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  position: relative;
  top: 5px;
  background-color: #07558c;
}

#words form input {
  height: 15px;
  width: 45px;
  border-top: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #999;
  color: #888;
  font-size: 11px;
  letter-spacing: 1px;
}

#words form input.btn {
  width: auto;
  border: 0;
  color: #888;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
}

#pictures {
  width: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}

#picture div.big img {
  width: 420px;
  height: 315px;
  margin-bottom: 10px;
  background-color: #eee;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
}

#pictures ul {
  margin-top: 20px;
  list-style: none;
}

#pictures ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

#pictures ul li img {
  width: 80px;
  height: 60px;
  background-color: #eee;
  opacity: 1;
  filter: alpha(opacity=100);
}

#pictures ul li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h2 {
  clear: both;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
}