@CHARSET "UTF-8";

#team
{
  margin: 0 26px;
}

#team hgroup
{
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #707070;
  display: block;
}

#team .founder
{
  display: block;
  position: relative;
  width: 430px;
  float: left;
}

#team .fabrice
{
  float: right;
}

#team .founder hgroup
{
  border: 0;
  margin: 0;
  padding: 0;
}

#team .description
{
  padding: 20px 0;
}

#team .founder .box-tr
{
  width: 174px; /* image.width + 18px */
  float: left;
  margin-right: 7px;
}

#team .founder .box-content
{
}

#team .founder .text
{
  padding-left: 7px;
  text-align: justify;
}

#team .founder .text p
{
  margin-bottom: 15px;
}

#team .founder .text p.last
{
  margin-bottom: 0;
}

#team .founder .text p span
{
  text-decoration: underline;
}

#team footer
{
  display: block;
  padding:  5px 0 20px;
  text-align: right;
}

#team footer a
{
  color: #11649e;
  text-decoration: underline;
}

#team .blog a:hover
{
  color: #7bb951;
}

#team .members
{
  display: block;
  width: 900px;
  border-top: 1px solid #707070;
  clear: both;
}

#team .members h3
{
  padding: 20px 0 10px;
}

