#main h2 
{
	padding: 10px 8px 10px 24px;
	color: #FFFFFD;
	background: #D0006F;
	margin: 0 0 10px 0;
}

#main p 
{
	margin: 10px 0;
	text-align: justify;
}

#erreur 
{
	color: red;
}

#facture input, #identification input, .facture input
{
	border: solid 1px #EE1884;
	text-align: center;
}
#facture, .facture
{
	width: 100%;
	margin: 10px 0;
}


#facture .prix, .facture .prix 
{
	width: 8%;
	text-align: right;
}

#facture th, #facture th.prix, .facture th, .facture th.prix  
{
	color: #EE1884;
	text-align: center;
}
#facture .quantite, .facture .quantite
{
	width: 8%;
	text-align: center;
}


#facture .fonction, .facture .fonction
{
	width: 8%;
	text-align: center;
}

#facture .photo, .facture .photo
{
	width: 50px;
}

.boutons 
{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.boutons a
{
	background: url(../img/acheterenligne-confort.gif) no-repeat center center;
	text-align: center;
	width: 171px;
	padding: 2px 0;
	color: #FFFFFD
}
.left
{
	float: left; overflow: hidden; zoom: 1;
}

.right 
{
	float: right;
}

.center
{
	display: block;
	margin: 0 auto;
}

#coordonnees input, #coordonnees select, #coordonnees textarea
{
	border: solid 1px #EE1884;
}

caption 
{
	background: #B8F10B;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
}
