body 
{
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black;
	background-color: #ffffff;
}


TD{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black;
}

a.nav_bleu { color: #1553A4; font-weight: normal; text-decoration: underline}
a.nav_bleu:hover { color: #000000; }

/************************************************************************
LIST ROW
*/

.grille 
{
	position: relative;
	white-space: nowrap;
	margin: 0px auto;
}

.list-row-header
{
	width: 375px;
	height: 18px;
	margin-left: 3px;
	/*margin: 0px auto;*/
	/*margin-bottom: 1px;*/
	background: #ffffff url(../images/list_footer_bg.gif) 0 0 repeat-x;
	border: 1px solid #dcdcdc;
}

.list-row-footer
{
	width: 688px;
	height: 18px;
	margin: 0px auto;
	margin-bottom: 8px;
	font: 11px "Trebuchet MS", arial, sans-serif;
	background: #ffffff url(../images/list_footer_bg.gif) 0 0 repeat-x;
	/*border: 1px solid #dcdcdc;
	border: 0px 0px 0px 0px;*/
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #888888;
}

.list-row-footer-content
{
	width: 620px;
	height: 16px;
	margin: 0px auto;
	
}

.list-row
{
	width: 680px;
	height: 90px;
	margin: 0px auto;
	padding: 4px;
	
	/*margin-bottom: 2px;*/
	border-top: 1px solid #d9d9d9;
	background-color: #edf1f4;
}

.list-row-import
{
	width: 7600px;
	height: 45px;
	margin: 0px auto;
	padding: 0px;

	border: 1px solid #d9d9d9;
	background-color: #edf1f4;
}

.list-row-import.even
{
	background-color: #f8fafc;
}

.list-row.even
{
	background-color: #f8fafc;
}

.list-row .main-info a
{
	color: #2772c7;
}

.list-row .main-info a:hover
{
	background-color: #fafafa;
}

.list-row .photo
{
	float: left;
	width: 88px;
	height: 80px;
	font-size: 9px;
	margin-top: 4px;
	background: transparent url(../images/photo_bg.gif) 0 0 no-repeat;
}

.list-row .photo img
{
	float: left;
	width: 80px;
	margin: 4px 0px 0px 4px;
	height: 60px;
	border: 0px;
}

.list-row .more-photos
{
	margin: 0px auto;
	width: 80px;
	top: 0px;
	text-align:center;
}

.list-row .more-photos a
{
	position: relative;
	width: 80px;
	color: #888888;
	text-decoration: none;
}

.list-row .more-photos a:hover
{
	color: #000000;
}

.list-row .right-menu
{
	float: right;
	width: 85px;
	height: 90px;
	font: 11px "Trebuchet MS", arial, sans-serif;
	border-left: 1px solid #c8c8c8;
}

.list-row .right-menu ul
{
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
	list-style: none;
}

.list-row .right-menu li
{
	height: 19px;
	text-align: left;
	display: block;
}

.list-row .right-menu a
{
	height: 24px;
	padding-left: 20px;
	text-decoration: none;
	color: #999999;
	border: 0px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.list-row .right-menu a:hover
{
	color: #444444;
	background-position: 0px -16px;
	background-repeat: no-repeat;
}

.list-row .right-menu a.detail
{
	background-image: url(../images/logos/detail.gif);
}
.list-row .right-menu a.copier
{
	background-image: url(../images/logos/copier.gif);
}
.list-row .right-menu a.modifier
{
	background-image: url(../images/logos/modifier.gif);
}
.list-row .right-menu a.supprimer
{
	background-image: url(../images/logos/supprimer.gif);
}



.list-row .main-info
{
	float: left;
	width: 485px;
	height: 55px;
	margin: 3px 0px 0px 6px;
	padding: 5px 0px 0px 8px;
	border-top: 1px solid #cccccc;
	font: 11px "Trebuchet MS", arial, sans-serif;
	color: #999999;
}

.list-row .main-info .column
{
	float: left;
	width: 280px;
	height: 100%;
	text-align: left;
}

.list-row .main-info .column.right
{
	width: 200px;
}

.list-row .main-info .data
{
	color: #444444;
}



.list-row-detail
{
	margin: 0px auto;
	font: 11px "Trebuchet MS" , arial, sans-serif;
	width: 688px;
	color: #999999;
	background-color: #edf1f4;
}
.list-row-detail.even
{
	background-color: #f8fafc;
	
}
.list-row-detail-content
{
	width: 688px;
	margin: 0px auto;
	height:300px;
}

.list-row-detail-content .column
{
	float: left;
	width: 346px;
	height: 100%;
	padding-left: 4px;
	text-align: left;
}

.list-row-detail-content .column.right
{
	width: 320px;
	margin-left: 6px;	
}

.list-row-detail-content .data
{
	color: #444444;
}

/**
list-row-footer
******************************************************/
.list-row-footer ul
{
	margin: 0px;
	padding: 1px 0px 0px 4px;
	list-style-type: none;
}

.list-row-footer li
{
      float: left;
	  margin: 0px;
      padding: 0px;
	  padding-right: 10px;
}

.list-row-footer a
{
	padding-left: 20px;
	text-decoration: none;
	color: #999999;
	border: 0px;
	background-color: transparent;
	background-position: 0px -16px;
	background-repeat: no-repeat;
}
.list-row-footer a:hover
{
	color: #444444;
}


.list-row-footer a.message
{
	background-image: url(../images/logos/message.gif);
}
.list-row-footer a.message-new
{
	background-image: url(../images/logos/message_new.gif);
}
.list-row-footer a.offres
{
	background-image: url(../images/logos/liste_offres.gif);
}
.list-row-footer a.litige
{
	background-image: url(../images/logos/litige.gif);
}
.list-row-footer a.litige-cours
{
	background-image: url(../images/logos/litige_cours.gif);
}
.list-row-footer a.vendu
{
	background-image: url(../images/logos/vendu.gif);
}
.list-row-footer a.non-vendu
{
	background-image: url(../images/logos/non_vendu.gif);
}
.list-row-footer a.seconde-chance
{
	background-image: url(../images/logos/seconde_chance.gif);
}
.list-row-footer a.notation
{
	background-image: url(../images/logos/notation.gif);
}

.list-row-footer a.relist
{
	background-image: url(../images/logos/relister.gif);
}

.label
{
	float: left;
	height: 16px;
	padding: 2px 12px 0px 6px;
	border-left: 1px solid #d9d9d9;
	text-align: left;
	color: #666666;
}

.label.first
{
	width: 220px;
	border-left: 0px;
	font-weight: bold;
}

.label.right
{
	text-align: right;
}

/************************************************************************
INFORMATIONS EBAY
*/
.list-row .ebay
{
	position: relative;
	float: left;
	width: 240px;
	height: 80px;
	top: 2px;
	font-size: 10px;
	color: #666666;
	text-align: left;
}

.list-row .ebay .info-container
{
	float: left;
	top: 2px;
	margin-right: 4px;
	border-bottom: 1px solid #d9d9d9;
}

.list-row .ebay .info
{
	width: 210px;
	height: 12px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #d9d9d9;
	background-color: #fafafa;
}

.list-row .ebay .info.even
{
	background-color: #f1f1f1;
}

.list-row .ebay .info div
{
	float: left;
	position: relative;
	height: 10px;
	padding: 0px;
	border: 0px;
}

.list-row .ebay .info div.label
{
	width: 110px;
	text-align: right;
	color: #8c8c8c;
}

.list-row .ebay .info div.value
{
	padding-left: 4px;
	color: #000000;
}

.noir_12_underline {
	color: #000000;
	text-decoration: underline;
}

A.noir_12_underline {
	color: #000000;
	text-decoration: underline;
}

.liste
{
BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; FONT-SIZE: 11pt; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid; BACKGROUND-COLOR: #ffffff;width:100%
}

.bouton
{
BORDER-RIGHT:#ffffff 1px solid; BORDER-TOP:#ffffff 1px solid; FONT-WEIGHT:bold; FONT-SIZE:9pt; BORDER-LEFT:#ffffff 1px solid; COLOR:#ffffff; BORDER-BOTTOM:#ffffff 1px solid; BACKGROUND-COLOR:#333333
}


.list-row-occasions
{
	width: 680px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/*margin-bottom: 2px;*/
	border-top: 1px solid #d9d9d9;
	background-color: #EEEEEE;
}

.list-row-occasions.even
{
	background-color: #E4E4E4;
}


.list-row-occasions .main-info
{
	float: left;
	width: 587px;
	height: 55px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	border-top: 1px solid #cccccc;
	font: 11px "Trebuchet MS", arial, sans-serif;
	color: #999999;
}

.list-row-occasions .main-info .column
{
	float: left;
	width: 292px;
	height: 100%;
	text-align: left;
}

.list-row-occasions .main-info .column.right
{
	width: 291px;
	position: relative;
}

.list-row-occasions .main-info .data
{
	color: #444444;
}

.list-row-occasions .photo
{
	float: left;
	width: 88px;
	height: 80px;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
	margin-top: 4px;
	background: transparent url(../images/photo_bg.gif) 0 0 no-repeat;
}

.list-row-occasions .photo img
{
	float: left;
	width: 80px;
	margin: 4px 0px 0px 4px;
	height: 60px;
	border: 0px;
}

.list-row-occasions .main-info a
{
	color: #2772c7;
}

.coord_etat_mg, .coord_etat_reagroup
{
	font-weight: bold;
	color: #F6BB00;
}

.div_coord_mg, .div_coord_reagroup
{
	margin-right:-110px;
	z-index:99;
	position:relative
}	