.cadre_liste_lb {
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

.cadre_liste_lb_payant {
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #e9f0f5;
	padding: 5px;
	border: 1px solid #1f6690;
	margin-bottom: 5px;
}

.question {
	background-color: white;
	width: 150px;
}

.reponse {
  margin-bottom: 5px;
}

.reponse input, .reponse select {
	width: 300px;
	border: 1px solid gray;
}

.reponse input[type=radio], .reponse input[type=checkbox] {
	width: 20px;
}

.titre_noir_mid {
  font-size: 16px;
  color: black;
}

.petit {
  font-size: 10px;
  font-family: verdana;
  color: gray;
}

.marge {
  padding: 10px;
}

.ligne_actu {
  border-bottom: 1px dotted gray;
  padding: 3px;
}

.ligne_actu a, .ligne_actu a:hover{
  color: black;
  text-decoration: none;
}

.ligne_actu a:hover{
  color: #a20308;
}

.soustitre {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 5px;
}