/****************************************************/
/********* © 2006 JumBay Tournament Script **********/
/****************************************************/
* {
	padding: 0;
	margin: 0;
}


body { 
	background-color: rgb(51, 102, 153);
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align:left; 
	color:#000000;
	font-size: 10pt;
}

*:focus {
	background-image: none !important;
	background-color: rgb(102, 102, 102) ! important;
	color: rgb(255, 255, 255) ! important; 
}

img {
	border: none;
}

select {
	width: 100px;
}

a {
	color: #FF6600;
}

a:hover {
	text-decoration: none;
	color: #336699;
}


#header {
	background-image: url(../images/header.png);
	height: 97px;
	width: 989px;
	margin: 20px auto 0 auto;
}

#header h1 {
	text-align: center;
	color: rgb(51, 102, 153);
	padding-top: 30px;
}

#header h1:first-letter {
	color: #FF6600;
}


ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu {
	background: url(../images/bar.png) no-repeat;
	height: 33px;
	width: 983px;
	background-color:#333; 
	margin: 0 auto;
	border-left: solid Black 3px;
	border-right: solid Black 3px;
	text-align: center;
	overflow : hidden
}


#menu li {
 	float: left;
	padding-top: 5px;
	height: 33px;
	width: 105px;
	text-align: center;
	margin-left: 0;
	background:  url(../images/menu_separateur.gif) no-repeat 102px 1px;
	font-weight: bold;
}

#menu li a {
	float: left;
	padding-top: 5px;
	height: 31px;
	display: block;
	width: 105px;
	text-align: center;
	margin-top: -5px;
	text-decoration: none;
	color: White;
}

#menu a:hover {
	background:  url(../images/menu_orange.gif);
}


#active {
	background: url(../images/bar-active.gif) !important;
}

#menu span {
	position: relative !important;
	top: -6.5px;
}

#pub {
	width: 983px;
	height: 90px;
	background-color: White;
	margin: 0 auto;
	padding: 0;
	border-left: solid Black 3px;
	border-right: solid Black 3px;
	text-align: center;
}

#contenu {
	width: 983px;
	background-color: White;
	margin: 0 auto;
	border-left: solid Black 3px;
	border-right: solid Black 3px;
}

#contenu p {
	padding: 5px;
}

#contenu h1 {
	padding-left: 10px;
	padding-bottom: 10px; 
}

#contenu h2 {
	padding-left: 10px;
	font-size: larger;
}

#contenu ul {
	padding-left: 10px;
}

#contenu h2:first-letter {
	color: #FF6600;
}

#contenu h1:first-letter {
	color: #FF6600;
}

/**********************************************************************/
/****************************** Accueil *******************************/
/**********************************************************************/

#next-tn {
	padding-left: 10px;
	margin-bottom: 20px;
}

#next-tn span {
	font-style: italic;
	color: Red;
}

#acc-news {
	width: 471.5px;
	float: left;
	padding: 5px 5px 20px 10px;
}

#acc-news h3 {
	font-size: larger;
	padding-left: 15px;
	padding-top: 10px;
}

#acc-news p {
	margin-left: 20px;
	font-style: italic;
}


#acc-news h2, #acc-tn h2 {
	font-size: large;
	color: #FF6600
}

#acc-tn {
	float: left;
	width: 470px;
	padding: 5px 5px 0 10px;
	margin-bottom: 20px;
	border-left: dotted 1px black;
}

#acc-tn h3 {
	font-size: larger;
	padding-left: 15px;
	padding-top: 10px;
}

#acc-tn p {
	margin-left: 20px;
}

/**********************************************************************/
/******************************** News ********************************/
/**********************************************************************/

.news {
	margin: 20px;
}


.news h2 {
	font-size: large;
	border: solid 1px #FF6600;
	background-color: #308DF2; 
	color: White;
	padding-left: 5px !important;
}

.msg {
	padding-left: 5px;
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
}

.msg p {
	padding: 0 !important;
	margin: 0 !important; 
}

.msg ul, ol {
	padding-left: 40px !important;
}

.news .foot-news {
	text-align: right;
	font-style: italic;
	padding-right: 5px;
}

#news-page {
	margin: 0 auto;
	text-align: center;
}

#news-page span {
	padding: 1px 2px;
	border: solid 1px #FF6600;
	color: White !important;
	font-weight: bolder;
	background-color:  rgb(102, 102, 102);
}

.page {
	padding: 1px 2px;
	border: solid 1px #FF6600;
	text-decoration: none !important;
	color: Black;
}

.page a:hover {
	color: #336699 !important;
}




/**********************************************************************/
/****************************** Tableau *******************************/
/**********************************************************************/

caption {
	margin: 0 auto;
}

table {
	font:small Tahoma, Verdana, Arial, serif; 
	margin: 0 auto;
	width: 90%;
	text-align: center;
	position: relative;
}

td, th {
	margin: 0 auto;
	border: 1px solid #6495ed;
	width: 180px;
}

td.nom-equipe {
	width: 400px !important;
	text-align: left !important;
}

.ligne1 a, .ligne2 a {
	color: #FF6600 !important;
	text-decoration: none;
}

.ligne1 a:hover, .ligne2 a:hover {
	color: Black;
	text-decoration: underline;
}

.ligne2 {
	background-image: url(../images/fond1.png);
	color: White;
	font-weight: bold;
}

.ligne1 {
	background-image: url(../images/champs.png);
	color: Black;
	font-weight: bold;
}

.serv-on {
	color: Green;
}

.serv-off {
	color: Red;
}


/**********************************************************************/
/****************************** Formulaire ****************************/
/**********************************************************************/

fieldset {
	padding: 15px 10px 10px 10px;
	background: transparent;
	margin: 10px;
}


input {
	border: 1px solid rgb(153, 153, 153);
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
	background-image: url('champs.png');
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
}

label {
	display: block;
	margin-top: 5px;
}


#btn {
	border: 1px solid rgb(204, 102, 0);
	background-color: rgb(255, 153, 0);
	background-image: url('../image/fond2.png');
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	margin-top: 18px;
	display: block;
}

#btn:hover {
	border: 1px solid rgb(51, 102, 153);
	background-color: rgb(102, 153, 204);
	background-image: url('../image/fond3.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
}

#btn:active {
	border: 1px solid rgb(156, 180, 206);
	background-color: rgb(153, 204, 255);
	background-image: url('../image/fond1.png') !important;
	background-position: center bottom;
	background-repeat: repeat-x;
	color: black !important;
}

#contenu span {
	color: Red;
	font-weight: bolder;
}

.lancer {
	float:left;
	width: 300px;
}


/**********************************************************************/
/******************************** arbre ********************************/
/**********************************************************************/

#entete p, #loser-entete p {
	border: 1px solid rgb(204, 102, 0);
	background-color: rgb(255, 153, 0);
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
	font-weight: 700;
	text-align: center;
	margin-top: 18px;
	display: block;
	width: 123px;
	padding: 0;
}

#entete p span, #loser-entete p span {
	color: Black;
}

img.flag  {
	margin-bottom: -1px;
}


#arbre {
	font:small Tahoma, Verdana, Arial, serif; 
	height: 600px;
	width: 736px;
	position: relative;
	margin: 0 auto;
}

#arbre p {
	text-align: center;
	color: White;
	font-weight: bolder;
	padding: 0;
}

#arbre a {
	color: White;
	text-decoration: none;
	display: block;
}

#arbre a:hover {
	color: black;
}

#arbre p:hover {
	background-image: url(../images/fond2.png);
}

.gagnant {
	background-image: url(../images/win.png);
	width: 100%;
}

.perdant {
	background-image: url(../images/lose.png);
}

.neutre {
	background-image: url(../images/fond1.png);
}


.reinit {
	border: 1px solid rgb(204, 102, 0);
	background-color: rgb(255, 153, 0);
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	margin-top: 18px;
	display: block;
	font-size: 9px;
}

.reinit:hover {
	border: 1px solid rgb(51, 102, 153);
	background-color: rgb(102, 153, 204);
	background-position: center bottom;
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
}

.reinit:active {
	border: 1px solid rgb(156, 180, 206);
	background-color: rgb(153, 204, 255);
	background-position: center bottom;
	background-repeat: repeat-x;
	color: black !important;
}

/**********************************************************************/
/****************************** Reglement *****************************/
/**********************************************************************/

.li-reglement li {
	margin: 0px 5px 8px 25px;	
	list-style: url(../images/fleche_bleu.gif);
}


/**********************************************************************/
/****************************** Footer ********************************/
/**********************************************************************/

#copyright {
	text-align: center;
	margin-top: 20px;
	clear: both;
}

#footer {
	background-image: url(../images/footer.png);
	height: 23px;
	width: 989px;
	margin: 0 auto 20px auto;
}
