/* sectionmenu.css */

.SectionMenu {
  width: 185px;
  font-weight: bold;
  background: white;
}
.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu .section li a {
  display: block;
  margin-left: 5px;
  padding: 10px 0 10px 20px;
  text-decoration: none;
  color: #0b1300;
  background: transparent url(/images/patte.jpg) no-repeat 0 10px;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  text-decoration: underline;
  background: transparent url(/images/patte-verte.jpg) no-repeat 0 10px;
}
.SectionMenu .section li a:hover{
  color: #63ad01;
}

.SectionMenu .rubric li a {
  margin: 0;
  padding: 5px 0 5px 25px;
  font-weight: bold;
  color: #95ae75;
  background: none;
  font-size: 12px;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  color: #95ae75;
  margin: 0;
  background: none;
}

/* Google Translate */
#google_translate_element {
  margin-top: 20px;
  text-align: center;
}

/* Coordonnees */

.ContactBox {
  margin: 150px 0 20px 0;
  text-align: center;
}
.phone {
  display: block;
  margin: 10px 0 0 0;
}
.ContactBox a.contactLink {
  color: black;
}
