body {
	font-family: sans-serif;
}

form {
	width: 500px;
}
input,
select,
textarea {
	font-size: 16px;
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #f4f4f4;
}
input,
textarea {
	width: 100%;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 0;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
textarea {
	height: 100px;
}

input.petit {
	width: 150px;
}
input.inline {
	display: inline;
}



fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
fieldset legend {
	font-size: 20px;
	padding: 10px;
	margin-left: -7px;
}
#paiement_montant {
	width: 150px;
	font-size: 30px;
}
.obligatoire::placeholder {
	// color: #ff4949;
	color: #ff902a;
}


/* EMETTEUR */
#emetteur label {
	margin-top: -26px;
	margin-left: 30px;
	margin-bottom: 20px;
	display: inline-block;
}
#emetteur input[type=radio] {
	width: inherit;
	background-color: black;
/* 	display: inline; */
	
	margin-left: 10px;
}
#emetteur h3 {
	margin: 0;
}
#emetteur p {
	margin: 0;
	margin-top: 5px;
}
#emetteur em {
	font-size: smaller;
	font-style: normal;
}


/* BOUTON */
.boutons {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.boutons input {
	width: inherit;
	font-size: 22px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	border: none;
	border-radius: 5px;
	background-color: #cccccc;
	color: white;
}
.boutons input:hover {
	background-color: #535353;
	color: #ffffff;
}
