@charset "utf-8";

body{
  width: auto;
  line-height: 170%;
  font-size: small;
  background-image :none;
}

a:link,
a:visited {
  text-decoration: underline;
  color: #000000;
}

h1{
 font-size: medium;
  margin-bottom: 20px;
}h2, h3{
  font-size: small;
  margin-bottom: 10px;
}

#header{
  margin-bottom: 40px;
}

#news .article,
#mimoca .article{
  margin-bottom: 60px;
}

#globalNavigation, #localNavigation, #footer{
display: none;
}