/**
 * DEBUG-NAV
 */
#debug-nav {
  display: none !important;
}
#form_connect {
	margin-bottom: 20px;
}
.text-bleu {
  color: #00f;
}
.titre {
  font-family: "snigletregular", sans-serif;
  color: #00f;
  border-bottom: 5px yellow solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

div.space {
  margin-bottom: 20px;
}
div.small-space {
  margin-bottom: 10px;
}
div.pix {
  padding-left: 0;
  margin-left: 0;
}

a.blue:link,
a.blue:visited,
a.blue:hover,
a.blue:focus,
a.blue:active {
  color: #00f;
  text-decoration: underline dotted 1px;
}

pre {
  display: block;
  overflow: auto;
  font-family: sans-serif;
  white-space: pre-wrap;
  margin: 1em 0;
  text-align: left;
  word-break: normal;
  word-wrap: normal;
}
pre.print {
  background-color: #FFF;
  border: none;
  padding: 0px;
}
hr.fin {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #e6e6e6;
}
hr.med {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
hr.bold {
  margin-top: 5px;
  margin-bottom: 15px;
  border-top: 3px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
}
hr.yellow {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 2px solid yellow;
  border-bottom: 2px solid yellow;
}

/* btn-blue */
.btn-blue {
  color: #fff;
  background-color: #00f;
  border-color: #2e6da4;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #00f;
  border-color: #2e6da4;
}
.btn-blue:hover {
  color: #00f;
  background-color: yellow;
  border-color: #2e6da4;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #00f;
  background-color: yellow;
  border-color: #2e6da4;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #00f;
  background-color: yellow;
  border-color: #2e6da4;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  color: #fff;
  background-color: #00f;
  border-color: #2e6da4;
}
.btn-blue .badge {
  color: #337ab7;
  background-color: #00f;
}
