/* activitefiche.css */

#ActiviteFiche .photo {
  width: 200px;
  float: left;
}
#ActiviteFiche .activity {
  list-style-type: none;
  margin: 0;
}
#ActiviteFiche .child {
  background: transparent url(/images/red-arrow.png) no-repeat top left;
  margin-top: 20px;
}
#ActiviteFiche .bordersep {
  border-bottom: 1px solid #CECECE;
  width: 610px;
  height: 1px;
  display: block;
  margin-bottom: 5px;
}
#ActiviteFiche a.activityLink {
  color: #0071BC;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
}
#ActiviteFiche .description,
#ActiviteFiche .childDescription {
  padding-right: 30px;
}
#ActiviteFiche .childDescription {
  margin-top: 5px;
  cursor: pointer;
}
#ActiviteFiche a.link {
  color: #0071BC;
}
#ActiviteFiche .clear {
  clear: both;
}
#ActiviteFiche .return {
  margin-top: 20px;
  text-align: center;
  color: #0071BC;
}
#ActiviteFiche a.returnLink {
  background: transparent url(/images/return.png) no-repeat;
  padding: 0 0 20px 20px;
}
#ActiviteFiche .noshop {
  text-align: center;
  margin-top: 30px;
  border: 1px solid black;
  padding: 5px 0;
}
