body {
  padding: 0px;
  color: #000;
  text-align: left;
  font-family: arial, sans-serif;
  background-color: #ffffff;
}

a, p {
  color: #000;
}

#fond_blanc {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-bottom: 20px;
}

#fond_blanc a {
  text-decoration: none;
}

.bleu, .bleu a {
  color: #4b6eb3;
}

.violet, .violet a {
  color: #924c93;
}

.jaune, .jaune a {
  color: #f79135;
}

.bg_bleu {
  background-color: #4b6eb3;
  color: #fff;
}

.bg_violet {
  background-color: #924c93;
  color: #fff;
}

.bg_jaune {
  background-color: #f79135;
  color: #fff;
}

.titre1 {
  font-size: 140%;
}

.titre2 {
  font-weight: bold;
  font-size: 120%;
}

.hidden {
  position: absolute;
  top: -10000px;
  left: -10000px;
  height: 0px;
}
.for_accessibility {
  font-size: 0%;
  display: none;
}

#caracteres {
  visibility: hidden;
}

strong {
  font-weight:bold;
}

input.round_submit2 {
  cursor: pointer;
  color: #632d5f;
  font-weight: bold;
  display: block;
  text-align: left;
  width: 85px;
  height: 18px;
  border: 0;
  background: transparent url("../images/images/fleche.png") no-repeat top right;
}

#content form dd label {
  width: 120px;
  height: 33px;
}

.texteOrange{
  color: #f7ad14;
  font-weight: bold;
}

.texteViolet{
  color: #7f3589;
  font-weight: bold;
}

.texteBleuMauve{
  color: #7c92c5;
  font-weight: bold;
}

.texteBleuMarine{
  color: #383c71;
  font-weight: bold;
}

#liens_internes2 {
  display: block;
  width: 200px;
  margin: auto;
  text-align: center;
}

#ok_msg{
  color: #924C93;
  font-weight: bold;
  margin-bottom: 10px;
}

#facelink a{
  margin-top: 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #4B6EB3;
}

#facelink img{
  margin-top: 10px;
  margin-right: 25px;
  font-weight: bold;
  color: #4B6EB3;
}

#bas_de_page {
  text-align: center;
  color: #35346d;
  font-size: 110%;
}

#bas_de_page a {
  color: #924c93;
}

#bas_de_page li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

#bas_de_page .capital {
  font-weight: bold;
}

#bas_de_page .adresse {
  margin-top: 5px;
  padding-bottom: 30px;
  color: #924c93;
  font-size: 80%;
}

#bas_de_page img {
  position: relative;
  top: 7px;
}

.puce_plan {
  list-style-image: url("../../images/puces/rose_des_vents.png");
}

.puce_outils {
  list-style-image: url("../../images/puces/outils.png");
}

.puce_liens {
  list-style-image: url("../../images/puces/liens.png");
}

.puce_accessibilite {
  list-style-image: url("../../images/puces/ampoule.png");
}

.puce_contact {
  list-style-image: url("../../images/puces/contact.png");
}
.puce_pdf {
  list-style-image: url("../../images/puces/pdf.png");
}
.puce_fleche {
  list-style-image: url("../../images/puces/puce_fleche.png");
}

.puce_facebook {
  list-style-image: url("../../images/puces/puce_facebook.png");
}