body
{
   width: 1250px;
   margin-top: 30px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
    /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   text-align: center;
   background-attachment: fixed;
   background-image: url("http://linika.free.fr/SF/fond.bleu.jpg");
}



table /* Le tableau en lui-même */
{
  
   border: 4px outset #3c6380; /* Bordure du tableau avec effet 3D (outset) */
   width: 1000px;  /* A retiré pour que le tableau de AffichagePartie soit à la bonne taille */
   overflow: auto;
   
 
   }
   


#tab
{
	border: 4px outset #3c6380;
	background-image: url("http://linika.free.fr/SF/diaphenia-10.jpg"); 
	margin-left: 70px;
	}
	
#tab1
{
	border: 4px outset #3c6380;
	background-image: url("hhttp://linika.free.fr/SF/diaphenia-10.jpg"); 
	margin-left: 120px;

	}	
	
#tab2
{
	background-image: url("http://linika.free.fr/SF/fond.bleu.jpg");
	margin-left: 120px;
	

	}
	
#pourc
{
	margin-left:550px;
		
	}
   
th
   {
   border: 2px outset #3c6380;
   width: 20px;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 13px;
   }

td
	{
	border: 2px outset #3c6380;
	font-size: 13px;
	
		}
	

	
.ghost
{
	font-size: 9px;
	}
	

a
{
	color:black;
	}
	
a:hover
{
    color: #dee3e7;	
    }
	
	
#cadre
{
   width: 400px;
   height: 750px;
   background-color: #dee3e7;
   margin-bottom: 30px;
   margin-left: 450px;
   border: 4px outset #3c6380;
   margin: auto;
   


}


#en_tete
{
   width: 700px;
   height: 60px;
   margin-bottom: 40px;
   margin-left: 50px;
   border: 4px outset #3c6380;
   margin:auto;
   color: #dee3e7;
   margin-top: 50px;
   background-image: url("http://linika.free.fr/SF/diaphenia-10.jpg");
 

}

#en_tete1
{
   width: 400px;
   height: 60px;
   margin-bottom: 40px;
   margin-left: 150px;
   border: 4px outset #3c6380;
   margin:auto;
   color: #dee3e7;
   margin-top: 50px;
   background-image: url("http://linika.free.fr/SF/diaphenia-10.jpg");
 

}

#en_tete2
{
   width: 220px;
   height: 30px;
   margin-bottom: 60px;
   margin-left: 250px;
   border: 4px outset #3c6380;
   margin:auto;
   color: #dee3e7;
   margin-top: 60px;
   background-color: #92aec3;
   text-align: center;
   padding-bottom: 16px;
   

}



