body {
	margin: 0;
	padding: 0;
}

h2{
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-style: italic;
	text-align: left;
	margin-left: 5%;
	margin-top: -2px;
	margin-bottom: 0;
}


.bon {
	background-color: #FFFFFF;
	width: 100%;
	font-family: arial;
}

.bon table {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 96%;
}

.cartouche {
	margin-bottom: 12px;
	font-size: 12px;
}

.cartouche img {
	margin: 0;
	float: left;

}
.coord1 {
	margin-left: 33%;
	font-size: 13px;
	margin-bottom: 26px;
}

.cartnom {
	font-weight: bold;
	font-size: 26px;
}

.siret {
	padding-left: 40px;
	font-size: 18px;
}

.nomclient {
	font-weight: bold;
	font-size: 26px;

}





input{
	vertical-align: middle;
	display: inline;
}

textarea {
	background-color: #DDFFCC;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: #AABBCC;
	resize: none;
	height: 20px;
	font-size: 12px;
}





li table {
	background-color: #FFFFFF;
	width: 90%;
}

input[type=submit]{
	float: left;
	display: inline-block;
	background-color: #AAAFAB;
	border-radius: 0px;
	margin-top: -10px;
	padding: 1px;
	padding-left: 3px;
	color: black;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	height: 26px;
}


td input[type=checkbox] { display: block;}

table  {
	border-width: 1px;
	border-style: solid;
	border-color: #AABBCC;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #EAEAEA;
}
.selectedtr {
	background-color: #AABBCC;
}

input[type=text]{
	border: 1px solid #CCCCCC;
	color: black;
	background-color:  #DDFFCC;
}

tr:hover {
	background-color: #99EEAA;
}

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 15mm 8mm 8mm 8mm;  
} 