#nav li + li + li + li {
  margin: 0 0 0 10px;
}

#container .testimony .box_content {
  width: 218px;
  height: 234px;
  border: 1px solid white;
}

#container #content-right .testimony .box_content {
  height: auto;
}

.personnes #container .testimony .box_content:hover, .personnes #container .testimony .box_content.active {
  border-color: #b4d7ac;
}

.particuliers #container .testimony .box_content:hover, .particuliers #container .testimony .box_content.active {
  border-color: #86caeb;
}

.global #container .testimony .box_content:hover, .global #container .testimony .box_content.active {
  border-color: #4D6F7D;
}

.professionnels  #container .testimony .box_content:hover, .professionnels  #container .testimony .box_content.active {
  border-color: #cc6633;
}

.secondaire {
  width: 439px;
}

#container #content-right table tr:first-child {
  border-top: none;
}