table.ventePortail{
	width: 694px;
	height: 124px;
}

div.connected table.ventePortail{
	width: 940px;
	margin-left: 10px;
}

table.impair{
	background-color: white;
}

table.pair{
	background-color: #EEF4F9;
}

table.ventePortail td.logo{
	width: 124px;
}

table.ventePortail div.separateur{
	width: 2px;
	height: 114px;
	background-color: #D43234;
	margin-top: 6px;
}

table.ventePortail div.triangle{
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #D43234;
	position: relative;
	top: -64px;
}

table.ventePortail div.presentation{
	margin-left: 10px;
}

table.ventePortail td.logo img{
	padding: 12px;
}


table.ventePortail div.ligne1{
	padding-top: 4px;
	padding-bottom: 4px;
}

table.ventePortail div.ligne1,table.ventePortail div.ligne1 a{
	font-size: 18px;
	font-weight: bold;
}

table.ventePortail div.ligne2{
	padding-bottom: 4px;
}

table.ventePortail div.ligne2, table.ventePortail div.ligne2 a{
	font-size: 14px;
	font-weight: bold;
}

table.ventePortail div.ligne3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}

table.ventePortail div.ligne4{
	font-size: 13px;
	height: 36px;
	overflow: hidden;
}

table.ventePortail div.ligne4 b{
	color: #000;
}

table.ventePortail td.chrono{
	width: 170px;	
}

table.ventePortail td.typeVente{
	text-align: right;
	padding-right: 20px;
}

table.ventePortail td.typeVente div.typeVenteDiv{
	border: solid 1px #D43234;
	border-radius: 2px;
	width: 120px;
	margin-left: 1px;
	color: #D43234;
	text-align: left;
	padding-left: 55px;
	/*line-height: 40px;*/
	height: 39px;
	font-size: 14px;
	font-weight: bold;
}

table.ventePortail td.typeVente div.typeVenteDiv table{
	height: 39px;
}

table.ventePortail td.texteTypeVente{
	line-height: 16px;
	width: 100px;
	color: #D43234;
}
table.ventePortail td.typeVente div.triangleTV{
	position: relative;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-left: 10px solid #D43234;
	border-right: none;
	border-bottom: 10px solid transparent;
	padding: 0;
	top: 0px;
	left: -5px;
}

table.ventePortail td.typeVente div.soumission{background:#fff url(../images/soumission.png) 12px 50% no-repeat;}
table.ventePortail td.typeVente div.soumissionFermee{background:#fff url(../images/soumissionFermee.png) 12px 50% no-repeat;}
table.ventePortail td.typeVente div.soumissionOuverte{background:#fff url(../images/soumissionOuverte.png) 12px 50% no-repeat;}
table.ventePortail td.typeVente div.enchere{background:#fff url(../images/marteau.png) 10px 50% no-repeat;}
table.ventePortail td.typeVente div.live{background:#fff url(../images/live.png) 12px 50% no-repeat;}
table.ventePortail td.typeVente div.EnSalle{background:#fff url(../images/salle.png) 12px 50% no-repeat;}
table.ventePortail td.typeVente div.prixfixe{background:#fff url(../images/prixfixe.png) 10px 50% no-repeat;}

table.ventePortail table.typeVente{
	border: solid 1px #D43234;
	border-radius: 2px;
	width: 140px;
	margin-left: 36px;
	background-color: white;
}

table.ventePortail table.typeVente td,table.ventePortail table.typeVente td a{
	color: #D43234;
	text-align: right;
	padding-right: 6px;
}

table.ventePortail table.typeVente td, table.ventePortail table.typeVente td a{
	color: #D43234;
	font-size: 14px;
	font-weight: bold;
}

table.ventePortail table.typeVente img{
	padding: 4px 0 0 0;
}

div.intermediaire{
	border-top: solid 2px #b7b7b7;
	border-bottom: solid 2px #D43234;
	width: 692px;
}

div.connected div.intermediaire{
	width: 940px;
	margin-left: 10px;
}

div.intermediaire table{
	margin: 0 auto;
}


div.intermediaire td{
	font-weight: bold;
	padding: 8px 4px;
}

div.grandTriangle{
	width: 0; 
	height: 0; 
	border-top: 10px solid #D43234;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

div.exclusive{
	background-color: #D43234;
	color: white;
	font-size: 11px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 2px;
	text-align: center;
}