/* pink = #ff78bf */

.entete1 {
  background-color: #ff78bf;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-indent: 5px;
}

.entete2 {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-indent: 5px;
}

.entete3 {
  color: #ff78bf;
  font-size: 14px;
 margin-left: 5px;
 margin-right: 5px;
}

a {
  color: #ff78bf;
}

a:hover {
   color: #000;
}

.entete3 a {
  color: #ff78bf;
  text-decoration: none;
}

.entete3 a:hover {
   color: #000;
}


.lignebottom {
 border-bottom: 1px solid #ff78bf;
}

.label {
 color: #ff78bf;
 width:220px;
 font-size: 12px;
 font-weight: bold;
 padding-bottom: 20px;
}

.champ {
 font-size: 12px;
 padding-bottom: 20px;
}

