/* fiche.css */

.Content .TitleRedDark {
  Font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fa5a03;
}

.Content .TitleOrangeArrow {
  Font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fa5a03;
}

.Content .title {
  color: #072999;
  font-size: 14px;
  padding: 0 0 10px 0;
  text-decoration: underline;
}

.Content .title a {
  color: #072999;
}

.Content .title a:hover {
  color: #EE7C1C;
}

.Content .rubric {
  color: #031F82;
  font-size: 12px;
  padding: 10px 0;
  text-decoration: underline;
}

.Content .articleTitle {
  font-size: 12px;
  padding: 10px 0;
  color: #031F82;
}

.Content p {
  font-size: 12px;
  padding: 5px 0;
  text-align: justify;
}

.Content ul {
  padding: 10px;
  font-size: 12px;
}

.partners {
  font-size: 12px;
}

.partners img {
  width: 40px;
}

.Content ol {
  padding: 10px 25px;
  list-style-type:upper-roman;
  color: black;
}

.Content ol li a {
  font-size: 14px;
  color: #7B3817;
  text-decoration: none;
}

.Content ol li a:hover {
  text-decoration: underline;
}

.Content .diagnosticPartner {
  text-align: right;
}

.Content .diagnosticPartner img {
  display: none;
} 
