body {
  background-color: #99ccff;
}
#conteneur {
	border: thin groove #660000;
	position: absolute;
	width: 990px;
	margin-left: -495px;
	top: 0px;
	left: 512px;
}
#img_vide {
  margin-top: 50px;
}
#fond_accueil {
  background-image: url(../images/fond_pageall4.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#fond_diaporama {
  background-image: url(../images/fond_diaporama.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#fond_contact {
  background-image: url(../images/fond_contact.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#fond_menu {
  background-image: url(../images/fond_pageall4.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#fond_menu3 {
  background-image: url(../images/fond_pageall3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#texte_accueil {
  font-family: "Bell MT";
  font-size: 16px;
  font-weight: normal;
  color: #660000;
  line-height: normal;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
#texte_intro {
  font-family: "Bell MT";
  font-size: 18px;
  font-weight: bold;
  color: #660000;
  line-height: normal;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
#texte_menu {
  font-family: "Bell MT";
  font-size: 16px;
  font-weight: bolder;
  color: #660000;
  line-height: normal;
  text-align: right;
  margin-right: 5px;
  margin-top: 5px;
}
#texte_table {
  font-family: "Bell MT";
  font-size: 16px;
  font-weight: bolder;
  color: #660000;
  line-height: normal;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
#texte_tarif {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #660000;
  line-height: normal;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 5px;
}
#texte_flash {
  color: #6699cc;
}
a.vide2 {
  text-decoration: none;
  color: #660000;
}
a.vide {
  text-decoration: none;
  color: #6699cc;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: red; /* Le lien sera écrit en vert quand on pointera dessus */
}
