@CHARSET "UTF-8";

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

#realisations
{
  position: relative;
  width: 100%;
}

#realisation table
{
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

#realisation .box-tr table a
{
  display: block;
}

#list
{
  float: left;
  width: 300px;
}

#list section
{
  display: block;
  clear: both;
}

#list li
{
  display: block;
  float: left;
  margin: 0 30px 30px 0;
}

#list .last
{
  margin-right: 0;
}

#list .box-tr
{
  width: 80px;
}

#list .box-content
{
  height: 52px;
}

#list .box-content table.thumb
{
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

#presentation
{
  float: right;
  width: 600px;
  overflow: hidden;
}

#presentation .logo
{
  text-align: center;
  margin-bottom: 30px;
}

#presentation .name
{
  float: left;
}

#presentation .date
{
  text-align: right;
}

#presentation .date a
{
  display: block;
  color: #11649e;
  font-size: 14px;
  outline: none;
}

#presentation .date a:hover
{
  color: #7bb951;
}

#presentation .description
{
  clear: both;
  margin: 30px 0;
}

#references
{
  clear: both;
}

#references ul
{
  display: block;
  position: relative;
  width: 918px;
  margin: 0 auto;
}

#references li
{
  display: block;
  height: 62px;
  float: left;
  margin: 20px 30px;
}

#carousel
{
  position: relative;
  width: 100%;
  border-top: 1px solid #707070;
  padding-top: 30px;
  text-align: center;
  overflow: hidden;
}

#carousel .previous,
#carousel .next
{
  position: absolute;
  height: 46px;
  width: 30px;
  text-decoration: none;
  outline: none;
  bottom: 50%;
  opacity: 0.8;
}

#carousel .previous
{
  left: 0;
  background-image: url(/images/arrows/left.jpg);
}

#carousel .next
{
  right: 0;
  background-image: url(/images/arrows/right.jpg);
}

#carousel .jcarousel-container,
#carousel .jcarousel-clip
{
  width: 600px;
  position: relative;
}

#carousel .jcarousel-list li
{
  display: block;
  width: 600px;
}

