/* ----- */
/* Titre */
/* ----- */

.title {
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  font-weight: bold;
}

/* ------- */
/* Contenu */
/* ------- */

.content {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}


/* ----- */
/* Liens */
/* ----- */

a, a:link, a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}

a, a:hover, a:focus {
  text-decoration: underline;
  color: #7C7180;
}


/* ------- */
/* Général */
/* ------- */

body {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
}

body,p,a,ul,li,td,tr,h1,h2,h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 17px;
}

p {
  margin-top: 0px;
  margin-bottom: 19px;
}

.csc-caption {
  margin-bottom: 0px;
}

.align-center {
  text-align: center;
}

