*
{
	box-sizing: border-box;
}
body
{
	font-family:"Arial", sans-serif;
}
input, textarea
{
	margin: 4px;
	padding: 4px 8px;
	border: 1px solid silver;
}
input[type="button"], input[type="submit"], input[type="reset"]
{
	background: #f8f8f8;
}
#logo
{
	float:left;
	padding-right:16px;
	margon-bottom:-10px;
}
#centre
{
	width:800px;
	margin:auto;
}
#banniere .haut
{
	width:0px;
	height:186px;
	position:absolute;
	top:0;
	left:0;
}
#banniere .haut img
{
	position:absolute;
	top:0;
	left:0;
}
#banniere h1
{
	font-size:42px;
	padding:0;
	margin:0;
	height:66px;
	width:260px;
	text-align:center;
	position:absolute;
	top:60px;
	left:270px;
}
#banniere .bas
{
	margin-top:162px;
}
#banniere .date
{
	margin-top:14px;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	width:200px;
	-moz-border-radius:1em;
}
#banniere .adresse
{
	float:right;
	width:340px;
	font-size:19px;
	line-height:26px;
	padding:10px 0;
}
#banniere .entreprise
{
	float:left;
	font-size:19px;
	padding:10px 0;
}
#numero
{
	padding:5px;
	font-weight:bold;
	font-size:18px;
	width:200px;
	clear:both;
}
#facture
{
	border-top:1px solid black;
	padding-top:20px;
}
table
{
	width:800px;
	margin-bottom:20px;
}
td
{
	text-align:right;
}
th
{
	padding:6px 0;
}
table .designation
{
	text-align:left;
}
table .description
{
	font-size:12px;
	border-left:1px solid silver;
	padding-left:10px;
	margin-left:10px;
}
table .trait
{
	border-top:1px solid #767676;
}
table .espace
{
	height:20px;
}
#total
{
	float:right;
	text-align:right;
	width:300px;
}
#total .acote
{
	padding:8px;
	font-weight:bold;
	font-size:17px;
	margin-bottom:3px;
	white-space:nowrap;
}
#total .total
{
	float:right;
	width:182px;
	padding:4px;
	margin-left:12px;
	border:2px solid black;
	font-weight:bold;
	font-size:21px;
}
.rouge
{
	color:red;
	border-color:red !important;
}
#paiements table
{
	width:400px;
}
#paiements td
{
	text-align:right;
}
.hauteur
{
	float:left;
	height:50px;
}
#pied
{
	padding-top:20px;
	clear:both;
	text-align:center;
}
h2
{
	margin:0;
	padding:18px 0 0 18px;
}
a
{
	color:blue;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a img
{
	border:none;
}
.bouton
{
	float:right;
	margin:4px;
	display:block;
	width:94px;
	height:74px;
	padding:4px 2px 0 2px;
	border:1px solid white;
	text-align:center;
	color:#0047df;
}
.bouton:hover
{
	text-decoration:none;
	border:1px solid silver;
	border-bottom-color:gray;
	border-right-color:gray;
}
.designation img
{
	position:relative;
	top:6px;
	margin-top:-5px;
}
#liste
{
	margin-top:4px;
	clear:both;
	width:100%;
}
.fin
{
	text-align:center;
	border-bottom:1px solid #767676;
}
.ligne
{
	clear:both;
	border-bottom:1px solid #767676;
	padding:0 10px;
	margin-top:10px;
}
.centre
{
	text-align:center;
}
.ligne input
{
	border:none;
	background:none;
	width:600px;
}
.ligne .dispense
{
	width:auto;
}
.succes, .erreur
{
	font-weight:bold;
	margin:2px 340px;
	padding:2px;
}
.succes
{
	color:green;
	background:#deffde;
}
.erreur
{
	color:red;
	background:#ffdede;
}
button
{
	font-size:20px;
	font-weight:bold;
}
button span
{
	position:relative;
	top:-12px;
}
#banniere .date, th
{
	background: #c7c7ff;
}
