/* List items styles */

div.with_arrow p.text {
  margin-left: 125px;
}

div.with_arrow p.title {
  padding-left: 15px;
  background-repeat: no-repeat;
}


/* Partenaires styles */

ul#partenaires {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

li.partenaire {
  margin: 10px;
  border: 0px dotted red;
}

.partenaire_size {
  width: 210px;
  height: 135px;
}

li.partenaire p.text {
  display: block;
  color: gray;
  font-size: 0.7em;
  font-weight: bold;
}

li.partenaire:hover p.text {
  text-decoration: underline;
}