body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

h2 {
  text-align:center;
  color:#27367b;
}

#truc1 {
  background-color:#27367b;
}
#truc2 {
  background-color:#FFF;
}


.page-header {
    padding-bottom: 9px;
    margin: 10px;
    border-bottom: 0px solid #FFF;

  color:#FFF;
  font-size: 15px;
}

#truc3 {
  font-size: 16px;
  color: #020B5A;
}
#truc4 {
  font-size: 20px;
  margin-bottom: 10px;
color: #27367b
}

table.selectioncas {
  border: 0px solid #FFF;
  border-collapse:collapse;
}

table.selectioncas td {
  vertical-align: top;
  color: #3b3b3b;
  background-color:#EEE;
  padding:6px;
}
table.bandeau td {
  vertical-align: top;
  color: #3b3b3b;
  background-color:#FFF;
  padding:6px;
  font-size: 15px;
}
table.bandeau th {
  vertical-align: top;
  color:#0071B3;
  background-color:#FFF;
  padding:6px;
  font-size: 15px;
}
table.selectioncas a {
  color: #0071B3;
  font-size: 15px;
  font-weight: bold;
}
table.selectioncas a:link {
  text-decoration: none;
}


