#nav li a {
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  color: #01edff;
  text-decoration: none;
  padding: 4px 7px;
  background: #0e565b;
}
#nav li a.current {
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  padding: 4px 7px;
  background: #01edff;
}

#first-films-list #film .infos p {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: justify;
  text-decoration: none;
  height: 200px;
}
/*News*/
#news h3 {
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
#news p {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: justify;
  text-decoration: none;
}

.portfolio {overflow: hidden;position:relative;height:150px;}          
.portfolio li {display:none;position:absolute;top:0px;left:0px;} 