/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color:;
background-image: url("../images/fond.jpg");
background-attachment: fixed ;
background-repeat:no-repeat;
background-position:center; /* pour decaler le fond*/
margin: auto;
padding: 5px;
}
/*----------------------------------------------------------------------------------------------------*/

/* PROPRIETE DE LA BANNIERE */
#header {
height: 150px;
width: 758px;
background-image: url("../images/bansmb.jpg");
background-color: #99CCCC;
}

.logoclic
{
width:150px;
height:150px;
position:absolute;
top:px;
left:px;
border:0px;
}

#conteneur {
position: relative;
width: 760px;
margin:auto; 
/*border:2px ridge #ffe300;*/
}
/*----------------------------------------------------------------------------------------------------*/

.titre
{
margin-left:10%;
}

.victoire
{
color:#487b39;
}

.defaite
{
color:red;
}

.resultcoupe
{
color:black;

}

.reporte
{
color:blue;
}

caption
{
font-weight:bold;
font-size:1em;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
color:#ffe300;
background-color:#487b39;
}
.tableaubord
{
	margin:auto;
	width:60%;
	border: 1px outset white;
	border-collapse:;
}

table
{
width: 768px;
border-collapse:;
border:;
}

th
{
	background-color:#487b39;
	line-height : 21px; /* on défini une hauteur pour chaque élément */
	color:#ffe300;
	font-style:italic;
	font-size: 0.9em;
	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.9em;
	font-weight:bold;
	background-color:#f0f0f0;
}

.mois
{
font-size:1em;
background-color: #487b39;
}

.logoekip
{
margin-left:8%;
margin-top:10%;
}




/*----------------------------------------------------------------------------------------------------*/

#pied {
	background-image:url("../images/pieddepage.jpg");/*  fond du menu*/
	background-position:center; /* pour decaler le fond*/
	width:758px;
	margin-top:10%;
    text-align:center;
    font-size:1em;
	border:;

}



