body {
  font-family: Verdana;
  background-color: silver;
  color: black;
}
h1 {
  text-align: center;
  background-color: #00cccc;
  padding-top: 4px;
  color: black;
  margin-top: 45px;
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 4px;
}
h2 {
  margin: 15px 14px 15px 0px;
  padding: 0px 8px;
  font-size: 1em;
  font-weight: bold;
  color: black;
  background-color: #00cccc;
  float: left;
  top: 0px;
  bottom: 0px;
}
h3 {
  color: #004141;
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-left: 0px;
}
a {
  color: #000099;
}
#menu {
  margin-top: 10px;
  margin-bottom: 10px;
}
#text {
  font-family: Verdana;
  padding-left: 30px;
  color: black;
  background-color: silver;
}
#footer {
  font-weight: normal;
  background-color: silver;
  text-align: center;
  font-size: 0.7em;
  font-style: italic;
  color: #666666;
}
p.textRP {
  margin-left: 30px;
  color: #006600;
  padding-left: 5px;
  background-color: #c0c8c0;
  padding-right: 5px;
}
p.textJM {
  margin-left: 50px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
}
p.pano_t {
  margin-left: 30px;
  font-size: 0.6em;
  background-color: #c0c0c8;
  text-align: center;
}
p.jour {
  background-color: #999999;
  padding-bottom: 2px;
  padding-left: 5px;
}
p.titre {
  text-align: left;
  font-size: 1em;
  font-family: Verdana;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 20px;
}
table#tableMenu {
  border:  none;
  width: 100%;
}
table#tableMenu th {
  padding-bottom: 6px;
  font-weight: normal;
  padding-top: 3px;
  width: 13%;
  background-color: #999999;
  font-size: 0.8em;
}
table.tableVignettes {
  border:  none;
  background-color: silver;
}
table.tableVignettes th {
  padding: 2px;
  font-weight: normal;
  font-size: 0.6em;
}
table.tableVignettes a {
  text-decoration: none;
}
table.tableVignettes img {
  border:  none;
  height: 200px;
  width: 200px;
}
#container {
  margin: auto;
  overflow: hidden;
  width: 985px;
  padding-top: 10px;
}
#posts {
  overflow: hidden;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.quote1 {
  border: 2px dashed #72a2bd;
  margin: auto;
  padding: 5px;
  background: #ecf8ff none repeat scroll 0% 50%;
  width: 700px;
  color: #5f7083;
  font-style: italic;
  font-size: 11px;
}
.quote2 {
  border: 2px dashed #fdbd33;
  margin: auto;
  padding: 5px;
  background: #f8fde1 none repeat scroll 0% 50%;
  width: 600px;
  font-style: italic;
  font-size: 11px;
}
.quote3 {
  border: 2px dashed #72a2bd;
  margin: auto;
  padding: 5px;
  background: #ecf8ff none repeat scroll 0% 50%;
  width: 500px;
  color: #5f7083;
  font-style: italic;
  font-size: 11px;
}
.quote4 {
  border: 2px dashed #fdbd33;
  margin: auto;
  padding: 5px;
  background: #f8fde1 none repeat scroll 0% 50%;
  width: 400px;
  font-style: italic;
  font-size: 11px;
}
.quote5 {
  border: 2px dashed #72a2bd;
  margin: auto;
  padding: 5px;
  background: #ecf8ff none repeat scroll 0% 50%;
  width: 300px;
  color: #5f7083;
  font-style: italic;
  font-size: 11px;
}
.post_main {
  width: 800px;
  background-color: #f8fde1;
}
.post_email {
  width: 800px;
  color: #fb7c20;
  background-color: #3366ff;
}
