* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ecebd7;
}

a:link, a:visited {
  color: palevioletred;
  font-weight: bold;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: underline;
}

p.fr, p.ru {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 0.76em;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

p.fr {
  color: #505050;
}

p.ru {
  color: #858585;
}

span.lettrine {
  font-weight: bold;
  color: palevioletred;
}

p.vide {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 0.28em;
  font-weight: normal;
}

#contenu {
  width: auto;
  height: 450px;
  padding: 25px 25px 25px 25px;
}

#pied {
  clear: both;
  width: auto;
  height: 50px;
  padding: 10px 0 0 0;
  text-align: center; 
  font-family: Tahoma;
  font-size: small;
  color: #858585;
}
