@charset "utf-8";/* CSS Document */body {  background-color: #EEE;  color: #000;  font-size: 16px;  line-height: auto;  font-family: "Arial", sans-serif;  width: auto;}body dl dt {  border-top: 2px solid #00FFFF;  font-size: 1.4rem;  font-weight: bold;  color: #F00;  line-height: normal;}body dl dd {  line-height: 18px;  margin-left: 40px;  margin-bottom: 20px;}sup {  font-size: normal;  line-height: normal;  vertical-align: normal;}sub {  font-size: normal;  line-height: normal;  vertical-align: normal;}table {  border-collapse: collapse;  border-top-style: none;  border-right-style: none;  border-bottom-style: none;  border-left-style: none;}/* --------------------------------------*//* --------------------------------------*//* Mise en couleur du texte important  (couleur rouge) */.red, .rouge {  color: red;}.blue, .bleu {  color: blue;}.white, .blanc {  color: white;}.green, .verte {  color: green;}.insecable {    white-space: nowrap;}/* --------------------------------------*//* --------------------------------------*/@media only screen and (max-width: 480px) {  /*Petit écran*/  body {    background-color: #EEE;    color: #000;    font-size: 16px;    line-height: 1em;    font-family: "Arial", sans-serif;    width: auto;  }  /*Petit écran*/  body dl dt {    border-top: 2px solid #00FFFF;    font-size: 1.4rem;    font-weight: bold;    color: #F00;    line-height: normal;  }  /*Petit écran*/  body dl dd {    line-height: 1.4rem;    margin-left: 0px;    margin-bottom: 20px;  }  /*Petit écran*/  sup {    font-size: normal;  }  /*Petit écran*/  sub {    font-size: normal;  }  /*Petit écran*/  table {    border-collapse: collapse;    border-top-style: none;    border-right-style: none;    border-bottom-style: none;    border-left-style: none;  }}