body {
  background-color: #ffffff;
  padding: 20px;
}

#container {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 800px;
  margin-left: -400px;
  margin-top: 0px;
  padding: 5px;
	visibility: visible
}

.bloc1 {
  background-color: #E9E9E9;
  color: #677EA2;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
  padding: 10px;
  font-size: 11px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  text-align: center;
}

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

.bloc2 {
  background-color: #DEDEDE;
  background-color: #dcdcdc;
  color: #ffffff;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
}

.bloc3 {
  background-color: #FAC81C;
  background-color: #bfbfbf;
  background-color: #bcbcbc;
  color: #ffffff;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
  padding: 20px;
  font-size: 12px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  line-height: 1.5em;
}

.bloc3 h1 {
  color: #FAC81C;
  color: #ffffff;
  font-size: 25px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  text-align: left;
}

.bloc3 p {
  margin: 10px 0px 15px 0px;
}

.bloc3 li {
  margin: 4px 0px 0px 0px;
  list-style: none;
  background-image: url(images/puce_off.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding: 0px 0px 0px 15px;
}

.bloc3 li.here {
  margin: 4px 0px 0px 0px;
  list-style: none;
  background-image: url(images/puce_on.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding: 0px 0px 0px 15px;
}

.bloc4 {
  background-color: #F2F2F2;
  color: #526481;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
  padding: 25px;
  font-size: 10px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
  line-height: 1.5em;
}

.bloc4 td {
  color: #526481;
  font-size: 10px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
  line-height: 1.5em;
}

.bloc4 img.left {
  float: left;
  margin-right: 15px;
  text-align: left;
}

.bloc4 img.right {
  float: right;
  margin-left: 15px;
  text-align: right;
}

.bloc4 i {
  font-size: 9px;
  font-style: normal;
}

.bloc4 ul {
  margin: 0px;
  padding: 0px;
}

.bloc4 li {
  background-image: url(images/puce.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  list-style: none;
  padding-left: 10px;
  margin: 25px 0px 10px 0px;
  font-weight: bold;
}

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

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

