.capitale {
text-transform: capitalize;
}
.go-link {
text-align : left;
margin-top : 30px;
margin-bottom : 30px;
}
.go-link .go {
color : #FFF;
background : bottom repeat-x #bd3b6f;
padding : 7px 10px 7px 10px;
font-weight : bold;
font-size : 12px;
border-radius : 3px;
transition : all 0.2s ease-in-out;
}
.go-link .go:hover {
background : bottom repeat-x #ffcc00;
color : #bd3b6f;
}
.go {
line-height : 14px;
}
a.go:hover {
color : #888;
}
a.go {
color : #333;
}
.termine {
  color: #ed1c24;
  padding: 5px;
  font-weight: bolder;
}
.lien-site a {
  background-color: #bd3b6f;
  color: #ffffff;
  padding: 5px;
  font-weight: bolder;
  text-indent: 4px;
  border-width: 1px;
  border-color: #3b0808;
}

.lien-site a:hover {
background-color: #ffcc00;
  color: #bd3b6f;
}