/* --------------------------------------------------------------- */
/* -------------------------  TABLEAU ADVERSAIRES
/* --------------------------------------------------------------- */
	#tab_adversaire{
	position:absolute;
	top:60px;
	left:10px;
	margin:0;
	padding:0;
	width:570px;
	height:310px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#tab_adversaire p{
	position:relative;
	float:left;
	padding:0;
	width:100%;
	height:auto;
	}
	#tab_adversaire span{
	display:block;
	position:relative;
	float:left;
	height:auto;
	border-left:1px solid #999999;
	color: #666666;
	}
	#tab_adversaire a{
	font-weight:bold;
	color: #666666;
	font-size:10px;
	}
	#tab_adversaire a:hover{
	color: #CC3333;
	}
/* --------------------------------------------------------------- */
	.tab_entete p{
	margin:-16px 0 0 0;
	}
	.tab_entete span{
	background-color: #FFFFCC;
	font-weight:bold;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size: 10px;
	line-height:16px;
	text-transform: capitalize;
}
/* --------------------------------------------------------------- */
	.tab_corps{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:310px; /* Ne pas oublier */
	overflow:auto;
	}
	.tab_corps p{
	margin:0;
}
	.tab_corps span{
	border-bottom:1px solid #999999;
	font-size: 11px;
	line-height:16px;
}
/* --------------------------------------------------------------- */
	.tab_pied p{
	margin:0;
	}
	.tab_pied span{
	font-weight:bold;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height:16px;
	font-size: 10px;
}
/* --------------------------------------------------------------- */
	.tab_close_corps p{
	margin:0;
	}
	.tab_close_corps span{
	font-weight:bold;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height:2px;
	background-color:#FFFF99;
	font-size: 2px;
}
/* --------------------------------------------------------------- */
	.tab_close_ri{
	border-right:1px solid #999999;}
/* --------------------------------------------------------------- */
