#abonnement {
	font-family: Trebuchet MS;
    font-size: 9pt;
}

span.error {
	color: red;
}

#abonnement p {
	margin: 0.4em 0;
}

/* fieldset , legend */
#abonnement fieldset {
	margin-bottom: 10px;
}

#abonnement legend {
    font-family: Trebuchet MS;
    font-size: 12pt;
    color: #050d50;
    font-weight: bolder;
    text-decoration: none;
}

/* Label */
#abonnement label {
	display: block;
	float: left;
	width: 200px;
	cursor: pointer;
}

#abonnement ul {
	margin-top: 0;
	list-style: none;
}

#abonnement label.inline {
	display: inline;
	float: none;
	width: auto;
}

/* Input */
input[type="submit"] {
	float: right;
	margin-bottom: 2em;
}
