table.tarifs, table.tarifs_big {
	width: 700px;
	border-collapse: collapse;
	margin: 20px 0px 0px 0px;
}
table.tarifs_big {
	width: 940px;
}
table.tarifs tr td, table.tarifs_big tr td {
	border: 1px solid #f3f0dc;
	background: #fff;
	text-indent: 5px;	
	
}
table.tarifs tr td:hover, table.tarifs_big tr td:hover {
	background: #a1c652;
	color: #fff;
}

table.tarifs tr.prix td, table.tarifs_big tr.prix td {
	height: 18px;
	line-height: 18px;
	background: #e1d2a5;
	border-bottom: 1px solid #d8bf87;
	color: #987844;
	text-indent: 5px;	
}

table.tarifs tr.prix td.diametre, table.tarifs_big tr.prix td.diametre {
	background: #c6b282;
	border-bottom: 1px solid #ae9a68;
	color: #fff;
	text-indent: 5px;	
	height: 18px;
	line-height: 18px;
}
table.tarifs tr.prix td.diametre:hover, table.tarifs_big tr.prix td.diametre:hover {
	background: #c6b282;
	color: #fff;
}

table.tarifs tr td.diametre {
	width: 242px;

}
table.tarifs tr td.diametre:hover, table.tarifs_big tr td.diametre:hover {
    background: url('/images/layout/bg-td-diam.png') no-repeat 0 0;	
	color: #461F00;
}

table.tarifs_big tr td.diametre {
	width: 200px;	
	height: 30px;
	display: block;
    background: url('/images/layout/bg-td-diam.png') no-repeat 0 0;	
	line-height: 28px;
	text-indent: 30px;
	font-size: 12px;
	font-weight: bold;
    font-family: "Times New Roman", Times, serif;	
}



table.tarifs thead tr td, table.tarifs_big thead tr td {
	width: 150px;
	height: 30px;
    background: url('/images/layout/bg-thead.png') no-repeat 0 0;	
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
    font-family: "Times New Roman", Times, serif;	
	color: #fff;
	text-align: center;
	text-indent: 0px;
}
table.tarifs thead tr td.big, table.tarifs_big thead tr td.big {
    background: url('/images/layout/bg-thead-big.png') no-repeat 0 0;	
	width: 225px;
}
table.tarifs thead tr td:hover, table.tarifs_big thead tr td:hover {
    background: url('/images/layout/bg-thead.png') no-repeat 0 0;	
}
table.tarifs thead tr td.big:hover, table.tarifs_big thead tr td.big:hover {
    background: url('/images/layout/bg-thead-big.png') no-repeat 0 0;	
}
table.tarifs thead tr td.empty, table.tarifs_big thead tr td.empty {
	background: none;
}