body, td {
	font-family: Verdana, Arial; 
}

a {
	text-decoration: none;
	color: black;
	display: block;
}

#header {
	text-align: center;
}

table {
	margin-bottom: 20px;
	width: 100%;
}

caption {
	font-size: 18px;
	text-align: left;
	background-color: #c0c0c0;
	font-weight: bold;
	color: #0c9b31;
	margin: 0; padding: 10px;
}

thead {
	background-color: #dadada;
	font-size: 12px;
}

td {
	font-size: 10px;
	padding: 2px;
	margin: 0;
}

tr.impaire td, tr.impaire input {
	background-color: #f3f3f3;
	/*background: ##f3f3f3 url(images/bg-pix.gif) repeat left top;*/
}
tr.pair td, tr.paire input {
	background-color: #ffffff;
}

tr:hover td {
	background-color: #d5ffde;
}

.num {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	font-size: 12px;
}

.marque {
	font-size: 12px;
	font-style: italic;
}

.mec {
	text-align: center;
	width: 80px;
}

.km {
	text-align: center;
	width: 80px;
}

.couleur {
	text-align: center;
}

.cv {
	text-align: center;
	width: 25px;
}

.immat {

}

.pv_ht {
	text-align: right;
	font-weight: bold;
	width: 120px;
}

.pv_ht input {
	text-align: right;
	font-weight: bold;
	border: none;
	font-size: 10px;
	width: 60px;
}

.comm_tole {
	text-align: center;
	width: 40px;
}

.comm_pneu {
	text-align: center;
	width: 40px;
}

.comm_esth {
	text-align: center;
	width: 40px;
}

.equipement td{
	border-bottom: 1px solid #000;
}

.print {
	display: none;
}

@media print {
	th {
		border-collapse: collapse;
		border: 1px solid black;
	}

	caption {
		border: 1px solid black;
	}

	td {
		background-color: red;
	}

	.no_print {
		display: none;
	}

	.print {
		display: block;
	}

	.bandeau {
		width: 100%;
	}
}