body {
  background-color: #ffffff;
  margin: 0px;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #E9E9E9;
  color: #677EA2;
}

#container {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 780px;
  height: 450px;
  margin-left: -390px;
  margin-top: -235px;
	visibility: visible;
  text-align: center;
  padding: 0px;
}

#bloc1 {
  background-color: #E9E9E9;
  margin: 5px auto 5px auto;
  float: left;
  height: 250px;
  width: 550px;
  align: center;
}

#bloc1 p {
  margin: 40px 0px 40px 0px;
  color: #677EA2;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
  font-weight: bold;
}

#bloc1 a {
  color: #677EA2;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#bloc1 a:hover {
  color: #526481;
  text-decoration: underline;
}

#bloc2 {
  background-color: #DEDEDE;
  margin: 5px auto 5px auto;
  float: right;
  height: 250px;
  width: 220px;
}

#bloc3 {
  background-color: #FAC81C;
  background-color: #C2C2C2;
  background-color: #bfbfbf;
  margin: 5px auto 5px auto;
  float: left;
  height: 200px;
  width: 280px;
}

#bloc4 {
  position: relative;
  background-color: #F2F2F2;
  margin: 5px auto 5px auto;
  float: right;
  height: 200px;
  width: 490px;
}

#bloc4 p {
  color: #677EA2;
  font-family: verdana,arial,helvetica;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
  padding: 5px;
}

#bloc4 img {
  margin-right: 20px;
}

#services, #realisations, #contacts {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 380px;
  height: 100px;
  visibility: hidden;
}

#cache {
  visibility: hidden;
}