@charset "utf-8";
#tableAnnonces{
	position:relative;
	width:960px;
	font-size:11px;
	background-color:#FFFFFF;
}
#tableAnnonces td{
	padding:2px;
	/*3 lignes suivantes pour IE7 qui ne les prend pas sur le <tr>*/
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#CCCCCC;
}
#tableAnnonces tr{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#CCCCCC;
}
#tableAnnonces input[type="button"]{
	font-size:10px;
	font-weight:bold;
}
.rabais{
	position:relative;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
}
/*totalLargeursColonnes=largeurTable-paddingTable*(nbColonnes+1)*/
.tableAnnoncesCol1{
	width:120px;
}
.tableAnnoncesCol2{
	width:120px;
	text-align:center;
}
.tableAnnoncesCol3{
	width:110px;
	text-align:center;
}
.tableAnnoncesCol4{
	width:200px;
}
.tableAnnoncesCol5{
	width:154px;
}
.tableAnnoncesCol6{
	width:120px;
	text-align:center;
}
.tableAnnoncesCol7{
	width:120px;
	line-height:18px;
}
.tableAnnoncesCol7 a{
	text-decoration:none;
	color:#000000;
}
.tableAnnoncesCol7 a:hover{
	background-color:#FF9900;
}

