#tableForm{
	font-weight: bold;
	vertical-align: center;
}

#btSubmit{
	padding-top: 20px;
	padding-left: 50px;
}

.warning{
	color: red;
	font-weight: bold;
	font-style:italic;
}

.message{
	color: #376092;
	font-weight: bold;
	font-style:italic;
}

#tableForm td{
	height: 30px;
}

.optional{
	font-weight:normal;
	font-size:10px;
	color: #376092;
}

#blocAuteur{
	color: #376092;
	font-weight: bold;
	font-size: 16px;
	border-bottom-style: solid;
	border-width: 4px;
	margin-right: 200px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#facture{
	line-height: 20px;
}

#btRetour{
	text-align: center;
	padding-top: 20px;
	margin-right: 250px;
}

#detailPayment{
	width: 400px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	height: 200px;
	border-color: #444444;
}

#titreTableauDetailPayment{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #444444;
	color: #444444;
}

#total{
	border-color: #444444;
	color: #444444;
	font-size: 12px;
	border-top-style: solid;
	border-width: 1px;
	text-align: right;
}

#tableauPaymentMethod{
	width: 400px;
	height: 170px;
	border-collapse: collapse;
}

#tableauPaymentMethod td{
	border-bottom-style: dotted; 
	border-width: 1px;
}



