body {
  font: 10pt verdana, sans-serif; 
  color: #000;
  background: #F0F0F0;
}
hr {
  height: 1px;
  border: 1px solid #BEF7F0;
}

a {
  text-decoration: none;
  color: #777;  
}
a:hover {
  color: #000;
  font-weight: bold;
}

input, textarea {
/*
  border-style: solid;
  border-width: 1px;  
*/
  border: solid 1px #000;
}
img {
  border: 0px;
}

table {
  width: 650px;
}

p {
  text-align: justify;
}

/* CADRE */
#Cadre {
  position:relative;
  top: 10px;
  width: 970px;
  color: #333;
  border: 1px solid #000;
  background: #FFFCF2;
  margin-left: auto;
  margin-right: auto;
}
#Titre {
  position: relative;
  top: 0px;
  background-repeat: no-repeat;
  background-position: right;
}
#Powered {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 90px;
}
#Powered a img {
  opacity: 0.6;
}
#Powered a:hover img {
  opacity: 1;
}

#Page {
  position: relative;
  top: 0px;
  padding: 45px 5px 5px 5px;
}
#Menu {
  position: absolute;
  top: 50px;
  border: 1px dotted #C0C0C0;
  width: 150px;
  font-size: x-small;
}
#Menu h3 {
  font-size: x-small;
  background-color: #F0F0F0;
}
#Menu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
}
#Highlights {
  z-index: 100;
  position: absolute;
  padding: 5px 5px 5px 5px;
  top: 50px;
  right: 5px;
  border: 1px dashed red;
  width: 130px;
  font-size: x-small;
}
#Highlights h1 {
  text-align: center;
  font-size: small;
}
#Highlights h3 {
  font-size: x-small;
  background-color: #F0F0F0;
}
#Highlights ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
}

#Content {
  position: relative;
  top: 0px;
  left: 180px;
  width: 600px;
}

.news {
  position: relative;
  width: 600px;
  padding: 0px 10px 10px 10px;
  border: 1px dotted #C0C0C0;
}

.news h1 {
  font-size: small;
}
.news p {
  text-align: justify;
}
.pubdate {
  position: absolute;
  bottom: 0px;
  font-size: x-small;
  font-style: italic;
}

.semi_important {
  background-color: #FFD0D0;
  font-weight: bold;
}
.very_important {
  color: #FF0000;
  background-color: #FFA0A0;
  font-weight: bold;
}
/*
 * FOOTNOTE
 *
 */
#Footnote {
  padding-top: 40px;
  text-align: center;
  font-size: x-small;
  color: gray;
}

