@charset "UTF-8";
/*!
* CSS complémentaire au thème
* 
*/
ul.conversation {
  list-style-type: none;
}
ul.conversation li:before {
  content: '\2013';
  position: absolute;
  margin-left: -24px;

}
a {
	color: #999 !important;
	text-decoration: none !important;
}
a:hover {
	color: #64a19d !important;
	text-decoration: none !important;
}
#liens-series a, a.btn {
  background: #64a19d !important;
  color: white !important;
  font-size: 120%;
  text-decoration: none;
}
#liens-series a:hover, a.btn:hover  {
  background: #50817e !important;
  color: white !important;
  text-decoration: none;
}