@import url(style.css);

body.par td.nom-tech a
{
	color: #99B8BB;
}

body.pro td.nom-tech a
{
	color: #90A7AC;
}

img.tech
{
	float: left;
}

div#liste-tech
{
	margin: 20px 0px 40px 220px;
	width: 700px;
}

body.par div#liste-tech table th
{
	background-color: #99B8BB;
}

body.pro div#liste-tech table th
{
	background-color: #90A7AC;
}

div#liste-tech table
{
	width: 100%;
	border-collapse: collapse;
}

div#liste-tech td,div#liste-tech th
{
	font-size: 12px;
	text-align: center;	
}

div#liste-tech th
{
	color: #FFF;
	padding: 5px;
}

div#liste-tech .premier
{
	text-align: left;
}

div#liste-tech td.nom-tech
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 5px;
}

img.info
{
	margin-left: 10px;
	width: 87px;
	height: 15px;
}

img.panier
{
	width: 18px;
	height: 19px;
}

