legend {
	font-weight : bold;
}
fieldset {
	margin:10px;
	padding:7px;
}


.cliquable {
	cursor : pointer ;
	cursor : hand ;
	text-decoration: underline;
}

#pdf a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	color: #000066;
	text-decoration: underline;
}

#pdf a:hover {
	text-decoration: none;
}

#pdf h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;
	font-size: 14px;
	text-transform: uppercase;

}

#pdf, #pdf table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

#pdf fieldset {
	width:100%;
	padding:5px;
}
#pdf legend {
	margin-bottom:5px;
}

.champs label {
	cursor : pointer ;
	cursor : hand;
	float:left; 
	text-align:right;
	width:200px;
	margin-right:10px
}
.champs p {
	margin:1px;
}

option[disabled=disabled]{
	color:grey; 
	cursor:not-allowed; 
}

#pel h3 {font-size:15pt;
	color: #d78e01;}
#pel .champs {display:none;}

#paiement_cb,
#paiement_paypal,
#paiement_cheque,
#paiement_mandat {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px;
	margin: 10px;
}
#paiement_cb h3,
#paiement_paypal h3,
#paiement_cheque h3,
#paiement_mandat h3 {
	padding: 0px;
	margin: 0 0 10px 0;
}
#paiement_cheque,
#paiement_mandat {
	/*display:none;*/
}
#paiement_mandat dt {
	float:left;
	width:13ex;
}

#badge {
	float:right;
	padding:5px;
	margin:0 0 10px 10px;
	background-color: #eee;
	border: solid 1px #ddd;
	border-radius:3px;
}