#global {
			position:absolute;
    		left: 50%; 
    		top: 50%;
   			width: 750px;
   			height: 620px;
    		margin-top: -310px; /* moitié de la hauteur */
    		margin-left: -375px; /* moitié de la largeur */
    		border: 0;
    		text-align: center; }

.ebay   {
			font-family: Arial; font-size: 10 pt; 
			line-height: 100%; 
			word-spacing: 0; 
            text-indent: 0; 
            text-align: left; 
            float: left; 
            letter-spacing: 0;
            margin-left: 3;
            margin-right: 0;
            margin-top: 20;
            margin-bottom: 20 }
               
body	{
		 	 }

td		{
			font-family: arial;
			font-size: 10pt;}
			
/* tableaux tarifs */

.recapTable{
	width: 100%;
    border: 1px solid #000;
    font-size: 11pt;}

.recapTable caption {
	margin-top: 10px;}

.recapTable thead {
	background: #000080;
  	color: #ffff00;
   	font-weight: bold;
   	border: 0px;
    text-align: center;}

.recapTable tbody{
	text-align:center;}

.recapTable .row {
   background: #000080;
   color: #fff;
   border-top: 0px;}	

.recapTable .row1 {
   background: #c0c0c0;
   color: #000;}
   
.recapTable .row2 {
	background: #808080;
	color: #fff;}