body {
  background: #CCCCCC ;
  color: black ;
  font-family: Arial, Helvetica;
  font-size: 14px ;
  margin-top: 3px ;
  }
a {
  text-decoration: none ;
  color: #2222DD ;
  }
a:hover {
  text-decoration: underline ;
  }
a:visited {
  color: #2222DD ;
  }
a:active {
  color: #2222DD ;
  }
.hddnLnk {
  text-decoration: none;
  cursor: default;
  }
table {
  }
td {
  font-size: 14px ;
  -moz-border-radius: 7px ;
  }
.tdInter {
  }
.pointer {
  cursor: pointer ;
  }
.leftCol {
  vertical-align: top ;
  background: #F8F8F8 ;
  padding: 6px ;
  }
.rightCol {
  vertical-align: top ;
  padding: 6px 6px 6px 9px;
  max-width: 300px;
  }
.leftColImg {
  -moz-border-radius: 3px;
  border: solid 4px black ;
  background: black ;
  }
.lastModif {
  z-index: 1;
  font-size: 11px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #CCCCCC;
  cursor: arrow;  
  }
h1 {
  z-index: 2;
  font-family: Comic Sans MS, Comic, Arial, Helvetica, sans-serif ;
  font-size: 30px;
  font-style: italic ;
  margin-left: 1px ;
  padding-left: 1px ;
  border-bottom: solid 6px #F8F8F8 ; 
  cursor: pointer ;
  padding-bottom: 0px;
  }

.title {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: black;
  margin-bottom: 2px;
  }

p {
  font-size: 12px;
  }
.note {
  font-size: 11px;
  font-style: normal;
  }
