/* ------------------------ */
/* De basis                 */
/* ------------------------ */

body {
  background-color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  color: #00408e;
  text-align: right;
  margin: 0px;
}

a.link:link {color: #4653ff; font-weight: normal; text-decoration: none}
a.link:active {color: #4653ff; font-weight: normal; text-decoration: none}
a.link:visited {color: #4653ff; font-weight: normal; text-decoration: none}
a.link:hover {color: #2979bf; font-weight: normal; text-decoration: underline}

#img_middle {
  position: relative;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 400px;
}

.img_basic {
  margin: 0px;
  padding: 0px;
  border: 0px;
  overflow: hidden;
}

.div_txt {
  position: absolute;
  right: 5px;
  top: 350px;
  width: 400px;
}