print {
	display:inherit;
}
.noPrint {
	display:none;
}
#entete {
	display:none;
}
#photo_gauche {
	display:none;
}
h1 {
	color: #ccc;
}
h2 {
	color: #ccc;
}
h3 {
	color: #000;
}
h4 {
	color: #ccc;
}
div, p, td {
	font-family: Arial, Verdana, Geneva, Sans-serif;
}

#contenu { float: none !important; }

	table#liste_entreprise {
		border:0px;
		margin:10px 0px 50px 0px;
	/*	width:700px;*/
		overflow: visible !important;
	}
	table#liste_entreprise th{
		border:0px;
		border-left:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		padding:5px 10px 5px 10px;
		font-weight:bold;
	}
	table#liste_entreprise th#first{border:0px;border-bottom:#ccc solid 1px;}
	table#liste_entreprise td {
		border:0px;
		border-left:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		padding:5px 10px 5px 10px;
	}
	table#liste_entreprise td.last {
		border:0px;
		border-left:#ccc solid 1px;
		border-right:#ccc solid 1px;
		border-bottom:#ccc solid 1px;
		padding:5px 10px 5px 10px;
	}
	
	table#liste_entreprise tr.even {background-color:#999;}
	

