/* panier.php */
h1.titrePanier{
	font-weight: 100;
}
	span.colorPurple{color: #a89336;}

/* combler vide */
#combler-espace{
	height: 600px;width: 100px;
}
#fondPanier{
	border-bottom: 1px solid black;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}
	h3{ /* le titre 'Article'.x */
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: 100;
	}
		h3 a{
			color: #5a5a5a;
			text-decoration: none;
			font-size: 13px;
			margin-left: 20px;
		}
		h3 a:hover{color: red;}
		
	h1.panier{
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: 100;
	}
	h2.panier{
		font-size: 15px;
		font-weight: 100;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	h4.panier{
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 0px;
		font-weight: 100;
		text-decoration: underline;
		color: #507fe2;
	}
	h5.panier{
		font-size: 14px;
		font-weight: 100;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	/* tableau */
	table{
		font-size: 14px;
		border-collapse: collapse;
		margin-top: 3px;
		margin-bottom: 10px;
	}
	table thead tr{
		background-color: #a89336;
		color: white;
	}
	table thead tr th.prix{border-left: 2px solid #f1f1f1;}
	/* texte aligne + taille cellules prix */
	table thead tr th.prix, table tbody tr td.prix{
		width: 100px;
		text-align: center;
	}
	/* bordure + padding*/
	table thead tr th, table tbody tr td{
		padding: 2px 5px 2px 5px;
	} 
	
	table tbody tr.foot{
		color: #a89336;
	}
	
	span.nbrePersonnes{
		font-size: 14px;
		display: block;
	}
	
	#dates_voyage{margin-top: 7px;margin-bottom: 7px;}
	
	/* valider panier */
	#valider-panier{margin-bottom:20px;}