body {
  background-color: #eeeeee;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

#name {
  color: green;
  font-size: x-large;
  font-weight: bold;
  border-bottom: solid; }

#content {
  background-color: white;
  border: solid 1px green;
  position: absolute;
  left: 10%;
  padding-left: 30px;
  padding-right: 30px;
  width: 800px; }
  #content span.software {
    color: green;
    font-weight: bold; }
    #content span.software a {
      text-decoration: none;
      color: green; }
  #content span.home {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 1ex; }
    #content span.home a {
      text-decoration: none;
      color: green; }

h1 {
  color: green;
  font-size: large;
  border-bottom: dotted;
  clear: both; }

ul {
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
  list-style-image: url("carre-vert-8.jpg");
  list-style-type: square; }
  ul li {
    margin: 0.5ex 0 0 0; }

ul.coordinates {
  padding: 0px;
  margin: 0px;
  list-style-position: none;
  list-style: none; }
  ul.coordinates li {
    margin: 0; }

#coord {
  display: inline;
  width: 100%; }

#left_coord {
  float: left;
  left: 0%;
  top: 0%;
  width: 50%;
  padding-bottom: 1ex; }

#right_coord {
  float: right;
  top: 0%;
  left: 20%;
  width: 50%;
  padding-bottom: 1ex; }

#lastupdate {
  margin-top: 2ex;
  border-top: dotted green;
  font-size: small; }

a {
  color: black;
  text-decoration: underline; }

