#en-tete {
  border-style: none;
  font-weight: bold;
  font-size: xx-large;
  font-family: Palatino Linotype;
  text-align: center;
  background-image: url(../images/fond.jpg);
  color: #5e6e39;
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
}
#conteneur {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
  border-style: none;
  text-align: center;
  font-family: Palatino Linotype;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: medium;
  font-weight: inherit;
  position: fixed;
  margin-top: 54px;
  background-image: url(../images/menu.jpg);
  background-position:  center center;
  width: 100%;
}
#menu ul {
  padding-left: 0px;
}
#menu li {
  list-style-type: none;
  text-align: left;
}
#menu a {
  font-weight: inherit;
  text-decoration: none;
  color: black;
}
#menu a:hover {
  background-color: #cccccc;
  color: black;
  font-weight: inherit;
}
#menu a:visited {
  font-weight: inherit;
  color: #999999;
}
#sommaire {
  border-style: none;
  border-color: black;
  padding: 10px;
  text-align: left;
  margin-right: 30px;
  font-weight: inherit;
  margin-top: 118px;
  background-position: left top;
  font-family: Palatino Linotype;
  font-size: small;
  float: left;
  background-image: url(../images/sommaire.jpg);
  width: 150px;
}
#sommaire ul {
  padding-left: 0px;
  display: block;
}
#sommaire li {
  display: block;
  font-family: Palatino Linotype;
  list-style-type: none;
  margin-bottom: 10px;
  font-size: small;
  text-align: left;
}
#sommaire a {
  font-weight: inherit;
  text-decoration: none;
  color: black;
}
#sommaire a:hover {
  color: black;
  background-color: #cccccc;
  font-weight: inherit;
  display: block;
}
#sommaire a:visited {
  color: #999999;
  font-weight: inherit;
  display: block;
}
#corps_de_texte {
  font-family: Palatino Linotype;
  margin-bottom: 10px;
  margin-left: 200px;
  list-style-type: disc;
  background-image: url(../images/fond.jpg);
  text-decoration: none;
}
h1 {
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  font-family: Palatino Linotype;
  text-decoration: none;
}
h1 a {
  color: black;
  text-decoration: none;
}
h2 {
  font-size: large;
  font-family: Perpetua;
  font-weight: bold;
  text-decoration: none;
}
h3 {
  font-size: medium;
  font-weight: bold;
  font-family: Palatino Linotype;
  font-style: italic;
  text-decoration: none;
}
p {
  font-family: Palatino Linotype;
  font-size: medium;
  text-align: justify;
  text-decoration: none;
}
li {
  font-family: Palatino Linotype;
  font-size: medium;
  text-align: justify;
  list-style-image: url();
  list-style-type: disc;
  text-decoration: none;
}
li a {
  font-family: Palatino Linotype;
  color: #333399;
  font-weight: bold;
  text-decoration: none;
  list-style-image: url();
}
.img_gauche {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  text-decoration: none;
}
.img_droite {
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
  text-decoration: none;
}
#corps_de_texte2 {
  margin-bottom: 10px;
  list-style-type: disc;
  font-family: Palatino Linotype;
  margin-left: 200px;
  background-image: url(../images/fond.jpg);
  background-position:  center center;
  text-decoration: none;
}
#corps_de_texte2 li {
  font-family: Palatino Linotype;
  font-size: medium;
  text-align: left;
  list-style-image: url(../images/ax-rente/puce_pdf.png);
  text-decoration: none;
}
#corps_de_texte2 li a:hover {
  background-color: #cccccc;
  list-style-image: url(../images/ax-rente/puce_pdf2.png);
  font-family: Palatino Linotype;
  font-size: medium;
  color: black;
  text-decoration: none;
}
#pied_de_page {
  color: #5e6e39;
  text-align: center;
  background-position: center top;
  border-top-style: groove;
  clear: both;
  padding-top: 10px;
  font-size: large;
  font-weight: bold;
  background-image: url(../images/menu.jpg);
  border-top-color: #5e6e39;
  font-family: Palatino Linotype;
  background-repeat: repeat-x;
  text-decoration: none;
}

