@charset "iso-8859-1";
/* CSS Document */
body {
	background-color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: yellow;
	margin: 4px;
	padding: 0;
	font-size: 11pt;
	/* Couleur des scroll */
	/*scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #FFFFCC;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: #FFCC00; 
	scrollbar-darkshadow-color: #FFFFCC; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #FFCC00;*/
}
h1, h2 {
	font-size: 15pt;
	text-align: left;
	border-bottom: 2px solid #9E9E9E;
}
a, a:visited {
	color: yellow;
}

img {
	border: none;
}

.center {
	text-align: center;
}
.copyright {
	font-size: 10pt;
	text-align: center;
}

.section {
	width: 95%;
	border: 1px solid #9E9E9E;
	text-align: left;
}

.section h4 {
	margin: 0;
	padding: 1px;
	color: black;
	text-align: center;
	background-color: #9E9E9E;
}
.section p  {
	padding: 5px;
}

.newsection {
	background: url('/images/nnew.gif') no-repeat;
	background-position: left 16px;
	padding: 0;
	margin: 0;
	/*padding: 5px;*/
}

.newsection p  {
	text-align: center;
}

/*#menu a, #menu a:visited, #droite a, #droite a:visited, #gauche a, #gauche a:visited {
	color: black;
}
#menu a:hover, #droite a:hover, #gauche a:hover {
	color: yellow;
}*/
.resultat, .classement {
	border-collapse: collapse;
}
.classement tr {
	border: 1px solid black;
}
.classement td {
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
	text-align: center;
	color: black;
	background: yellow;
}
.resultat {
	border: 1px solid yellow;
}
.resultat td {
	border: 1px solid yellow;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
.resultat th {
	padding: 3px 5px 3px 5px;
	text-align: center;
	color: black;
	background: yellow;
}
.reserve {
	background-color: #5c5c5c;
	font-size: 10pt;
	/*font-style: italic;*/
}
.france {
	color: red;
	font-weight: bold;
}

/*---------------------------------*/
/* Entete en haut avec logo + menu */
#haut {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#haut td {
	margin: 0;
	padding: 0;
}
#haut img {
	height: 132px;
}
#menu {
	margin: 0;
	padding: 0;
	height: 45px;
}
#menu td {
	background: url("./images/banniere_menu.jpg") no-repeat;
	text-align: center;
	border-right: 1px solid black;
	width: 60px;
}
#menu a, #menu a:visited {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: yellow;
}
/*---------------------------------------*/
/* Menu de droite avec photo des équipes */
#droite {
	text-align: center;
	font-size: 9pt;
	margin: 0px;
	padding: 10px;
	width: 180px;
	float: left;
	text-align: center;
}

#droite tr {
	font-size: 9pt;
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#menu a:hover {
	color: yellow;
}
.tab {
	padding-bottom: 10px;
}
.titre {
	margin: 0;
	padding: 4px;
	font-weight: bold;
}

/*---------------------------*/
/* Menu de gauche avec liens */
#gauche {
	text-align: center;
	/*font-family: Comic Sans MS;*/
	font-size: 9pt;
	margin: 0;
	padding: 0;
	width: 180px;
	float: right;
}

/*-----------------*/
/* Page principale */
#main {
	width: auto;
	height: auto;
	float: none;
	overflow: hidden;
	background-color: black;
}

#principal {
	padding: 0;
	width: 100%;
	height: 3000px;
	overflow: visible;
}
