#banniere
{
	width: 951px;
	height: 192px;
	background-image: url(./images/OpenFoot.png);
	margin: auto;
	margin-bottom: 20px;
}

body
{
	/*background-color: #eeeeff;*/
	background-color: none;
	text-align: center;
}

#global
{
	width: 900px;
	height: 600px;
	/*border: 1px solid black;*/
	margin: auto;
	text-align:center;
}

.menu_centre
{
	float: left;
	border-width: 0px;
	width: 702px;
	margin-bottom: 10px;
	margin:auto;
	text-align:center;
}

#menu_droite_global
{
	float: right;
	width: 192px;
}

.menu_droite
{
	border-width: 0px;
	margin-bottom: 20px;
	color: #444444;
}

.titre_menu
{
	/*width: 700px;*/
	height: 20px;
	background-image: url("./images/top_content.png");
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.contenu_menu
{
	/*width: 690px;*/
	padding: 5px;
	font-family: verdana;
	background-image: url("./images/fond_content.png");
	background-repeat: repeat-y;
	font-size: 10pt;
	/*float: left;*/
}

.bottom_content
{
	background-image: url("./images/bottom_content.png");
	width: 700px;
	height:7px;
	float:left;
	background-repeat: no-repeat;
}

.titre_menu_droite
{
	/*width: 192px;*/
	height: 20px;
	background-image: url('./images/titre_menu.png');
	margin: auto;
	padding-top: 5px;
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}


.titre_contenu_menu_droite
{
	background-image: url('./images/top_titre_menu.png');
	/*width: 180px;*/
	height: 4px;
	background-repeat:no-repeat;
}

.contenu_menu_droite
{
	/*width: 182px;*/
	padding: 5px;
	font-family: verdana;
	font-size: 10pt;
	background-image: url('./images/fond_menu.png');
	background-repeat: repeat-y;
}

.bottom_contenu_menu_droite
{
	background-image: url('./images/bottom_menu.png');
	/*width: 192px;*/
	height: 12px;
	background-repeat: no-repeat;
}

td
{
	font-size: 10pt;
}

.contenu_menu_droite table
{
	margin: auto;
}

input[type='submit']
{
	background-color: #cce4fe;
	border: 1px solid #00349f;
	color: #00349f;
}

a
{
	/*color: #00aa00;
	color: #866BD9;*/
	color: #480BFF;
}

a:hover
{
	/*color: #6198ff;*/
	color: #866BD9;
}

.table_points td
{
	font-size: 8pt;
	font-family: arial;
	color: #06a202;
}

.table_points
{
	border: 1px solid #06a202;
	padding: 5px;
	background-color: #d0ffcf;
}

.table_points_equipe
{
	border: 1px solid #f39815;
	padding: 5px;
	background-color: #fffed0;
}

.table_points_equipe td
{
	font-size: 8pt;
	font-family: arial;
	color: #f39815;
}

.titre_equipe
{
	width: 650px;
	height: 18px;
	background-image: url('./images/titre_equipe.png');
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	font-weight: bold;
	font-family: arial;
}

.top_gauche_joueur
{
	width: 21px;
	height: 20px;
	background-image: url('./images/top_gauche_joueur.png');
	background-repeat: no-repeat;
	float: left;
}
.top_milieu_joueur
{
	height: 18px;
	background-image: url('./images/fond_top_joueur.png');
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.top_droite_joueur
{
	width: 5px;
	height: 20px;
	background-image: url('./images/top_droite_joueur.png');
	float: right;
	background-repeat: no-repeat;
}