/* CSS Document */

#actu_box
{
  min-height: 232px;
  background-color: #000;
}

#actu_box_title
{
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  text-align: center;
}

#actu_box_content
{
  padding: 6px 6px;
}

#actu_box_content ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#actu_box_content ul li
{
  margin-bottom: 10px;
}

#actu_box_content a
{
  font-style: normal;
  text-decoration: none;
}

#actu_box_content a.descr
{
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

#actu_box_content h3
{
  color: #fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
