body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* 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 */
   background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
}
/* PROPRIETE DE LA BANNIERE */

#header {
height: 150px;
width: 758px;
background-image: url("../images/bansmb.jpg");
background-color: #99CCCC;
}

.logoclic
{
width:150px;
height:145px;
position:absolute;
top:px;
left:px;
border:0px;
}
a
{
	text-decoration:none;
}


.titre
{
	margin-left:80px;

}


caption
{
font-weight:bold;
font-size:1em;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
color:#ffe300;
background-color:#487b39;
}
.statsA
{
	margin:auto;
	width:100%;
	border: 1px outset white;
	border-collapse:;
}

.statsB
{
	margin:auto;
	width:100%;
	border: 1px outset white;
	border-collapse:;
}
.jA
{
	background-color:#FFFFFF;
}

.playerteam
{
	margin:auto;
	width:100%;
	border: 1px outset white;
	border-collapse:;

}
thead
{
	border: 2px solid white;

}
th
{
	background-color:#487b39;
	line-height : 21px; /* on défini une hauteur pour chaque élément */
	color:#ffe300;
	font-style:italic;
	font-size: 1em;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
td
{
	border: 2px solid white;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align: center;
	line-height : 21px; /* on défini une hauteur pour chaque élément */
	font-size:0.8em;
	font-weight:bold;
	padding: 3px;
	background-color:#f0f0f0;
}



#pied_de_page
{
	background-image:url("../images/pieddepage.jpg");/*  fond du menu*/
    text-align:center;
    font-size:1em;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	margin-top:0%;
} 




