﻿/* Main
****************************************************************************************************/
* {
  font-family: Tahoma, sans-serif;
  font-size: 100%;
  font-weight: normal;
}

html, body {
  margin: 0;
  background-color: #FFFFFF;
  color: #000000;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #003300;
}

p {
  margin: 5px 0 5px 0;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #000000;
}

/* Frames
*****************************************************************************************************/

#frame {
  position: relative;
  margin: 15px 0 0 15px;
}

#infos {
  margin: 0 0 15px 0;
}

p.infos {
  font-weight: bold;
}

#comments {
  margin: 50px 0 0 0;
}

/* Lists and links
*****************************************************************************************************/

a {
  color: #339933;
  text-decoration: underline;
}

a:hover {
  color: #CC9900;
  text-decoration: none;
}

/* Images and icons
*****************************************************************************************************/

img {
  border: 0;
}

.icon16 {
  width: 16px;
  height: 16px;
  border: 0;
  vertical-align: bottom;
}

.icon64 {
  width: 64px;
  height: 64px;
  border: 0;
  vertical-align: middle;
}