
#left-thumb {
  position: absolute;
  top: 5px;
  left: 5px;
}

.optim {
  display:none;
}
#right-thumb {
  position: absolute;
  top: 5px;
  right: 5px;
}

#banner-pub {
  position:relative;
  top:10px;
  width:470px;
  margin-left:auto;
  margin-right:auto;
}
#main {
  position:relative;
  height:370px;
}
#feature {
  width:610px;
  float:left;
  height:100%;
  position:relative;
}
#feature-texte {
  position: absolute;
  top:75px;
  bottom:0;
  width:320px;
  left:10px;
  text-align:center;
}
#feature-photo {
  position: absolute;
  top:45px;
  right: 30px;
  width:231px;
  height:288px;
  background-image:url(../images/feature2010.png);
  background-repeat: no-repeat;
  cursor:pointer;
}

#nav {
  width:390px;
  float:left;
  height:100%;
  padding-top: 10px;
}

ul {
  line-height: 17px;
  padding-left: 30px;
}

#nav li {
  padding: 5px;
}

