a {
  font-weight: bold;
}

form#inscription .form-group {
  text-align: left;
}
form#inscription {
  width     : 400px;
  text-align: center;
  margin    : auto;
}

form#inscription {
  margin-bottom: 40px;
}

form#inscription .etoile-require {
  color: #a20000;
}

form#inscription img#captcha-img {
  display: inline-block;

}
form#inscription input#captcha {
  width: 100px;
  display: inline-block;

}

.rouge {
  color: #a20000;
}

#captcha-group {
  text-align: center;
}

#captcha-img {
  width: 72px;
}

img.circuit {
  width: 100%;
  border: 1px solid black;
  margin-bottom: 10px;
  margin-top: 10px;
	max-width: 800px;
}

.highlighted {
  background-color: rgba(255,255, 0,0.5);
	padding-left: 3px;
	padding-right: 3px;
}

