
#content
{
    top: 50px;
	width: 66%;
    margin: auto;
	background-color: #3C3C3B;
}

#info{
	font-family:Verdana;
	font-size:10px;
	color:#BBBBBB;
	font-weight: bold;
	text-align: left;
}

#compet{
	font-family:Verdana;
	font-size:14px;
	color:#CCCCCC;
	font-weight: bold;
}

#joueur_titulaire{
	font-family:Verdana;
	font-size:14px;
	color:white;
	font-weight: bold;
}

#joueur_remplacant{
	font-family:Verdana;
	font-size:14px;
	color:#CCCCCC;
	font-weight: bold;
}
/*
#bandeau{
	float:center;
    top: 0px;
	margin: auto;
	width: 66%;
	height : 50px;
	background-color: yellow;
}
*/
/*
#menu{
	float:center;
    top: 50px;
    left: 25%;
	
	width: 66%;
	margin: auto;
}
*/
/*
#right{
	float: right;
	width: 17%;
	top: 50px;
	height : 50px;
}

#login{
	float: right;
	width: 17%;
	top: 0px;
}

#left{
	float: left;
	width: 17%;
	top: 50px;
	
	font-size: 12px;
	font-weight: bold;
}
*/

/*MENU*/
#menu{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}	

#menu a:hover{
	/*color: #006699;*/
	color: silver;
	text-decoration: overline;
}

	
#titre_match{
	font-family:Verdana;
	font-size:10px;
	font-weight: normal;
	font-style: italic;
}

#titre_compet{
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
}

#def_match{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

#res_match{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#competition_TheRace{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color:#ccb912;
	text-align: left;
}

#date{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color:#E74C3C; /*red;*/
	text-align: left;
}

#date2 {
	background-color:#3C3C3B;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#E74C3C;
	font-weight: bold;
	font-family:Verdana;
	font-size:16px;
	padding:3px 3px;
}


#competition{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-align: left;
}

#cote{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;

	border-radius:2px;
	/*border:1px solid #111111;*/
	display:inline-block;
	padding:1px 2px;
}

#titre_paris{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

#retour_sommet{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color:rgb(46, 97, 193); 
}

#retour_sommet a:hover{
	/*color: #006699;*/
	color: silver;
	text-decoration: overline;
}


#question {
	font-family: Verdana;
	font-size: 12px;
    word-wrap: break-word;
}

#question_Explication{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
    word-wrap: break-word;
}

#joueurSquad {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    word-wrap: break-word;
}

#joueurSquad_Explication{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
    word-wrap: break-word;
}

#infos_date{
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}
#infos_cat{
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
}
#infos_eve{
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
}



.MonTableau{
    border-collapse: collapse;
    border: 1px solid black;
  }
/*
.MonTableau table {
	border-collapse: collapse;
  }
.MonTableau  table, th, td {
	border: 1px solid black;
  }
  */

#MySquad_Warning{
	font-family:Verdana;
	font-size:14px;
	color:yellow;
}

#MySquad_Interdit{
	font-family:Verdana;
	font-size:16px;
	color:red;
}

#MySquad_Titulaire{
	font-family:Verdana;
	font-size:12px;
	color:black;
	/*color:#000080;*/
	/*color:#C0C0C0;*/
}

#MySquad_Remplacant{
	font-family:Verdana;
	font-size:12px;
	/*color:black;*/
	/*color:#000080;*/
	color:#C0C0C0;
}

#MySquad_Indispo{
	font-family:Verdana;
	font-size:12px;
	color:black;
	/*color:#000080;*/
	/*color:#C0C0C0;*/
}


.bouton-squad{
    height:25px;
	width:25px;
	background-image:url(images/SITE/infirmerie_disable.png);
}



/*
.bouton_Remplacement {
	background:linear-gradient(to bottom, #eae0c2 5%, #a3883e 100%);
	background-color:#eae0c2;
	border-radius:10px;
	border:3px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#171a10;
	font-family:Trebuchet MS;
	font-size:12px;
	padding:2px 30px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}
.bouton_Remplacement:hover {
	background:linear-gradient(to bottom, #a3883e 5%, #eae0c2 100%);
	background-color:#a3883e;
}
.bouton_Remplacement:active {
	position:relative;
	top:1px;
}
*/

.bouton_Remplacement_Gar {
	background: #34C924;
	background-image: -webkit-linear-gradient(top, #34C924, #57D53B);
	background-image: -moz-linear-gradient(top, #34C924, #57D53B);
	background-image: -ms-linear-gradient(top, #34C924, #57D53B);
	background-image: -o-linear-gradient(top, #34C924, #57D53B);
	background-image: -webkit-gradient(to bottom, #34C924, #57D53B);
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border-radius: 10px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	/*font-weight: 200;*/
	padding: 3px;
	border: solid #1B4F08 0px;
	/*border: solid #003366 3px;*/
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
 }
 
 .bouton_Remplacement_Gar:hover {
	/*border: solid #0059A0 0px;*/
	border: solid #1B4F08 3px;
	background: #34C924;
	background-image: -webkit-linear-gradient(top, #34C924, #57D53B);
	background-image: -moz-linear-gradient(top, #34C924, #57D53B);
	background-image: -ms-linear-gradient(top, #34C924, #57D53B);
	background-image: -o-linear-gradient(top, #34C924, #57D53B);
	background-image: -webkit-gradient(to bottom, #34C924, #57D53B);
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	text-decoration: none;
 }


.bouton_Remplacement_Def {
	background: #3D94F6;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border-radius: 10px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	/*font-weight: 200;*/
	padding: 3px;
	border: solid #0059A0 0px;
	/*border: solid #003366 3px;*/
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
 }
 
 .bouton_Remplacement_Def:hover {
	/*border: solid #0059A0 0px;*/
	border: solid #003366 3px;
	background: #1E62D0;
	background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	text-decoration: none;
 }


 .bouton_Remplacement_Mil {
	background: #91283B;
	background-image: -webkit-linear-gradient(top, #91283B, #ED0000);
	background-image: -moz-linear-gradient(top, #91283B, #ED0000);
	background-image: -ms-linear-gradient(top, #91283B, #ED0000);
	background-image: -o-linear-gradient(top, #91283B, #ED0000);
	background-image: -webkit-gradient(to bottom, #91283B, #ED0000);
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border-radius: 10px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	/*font-weight: 200;*/
	padding: 3px;
	border: solid #6E0B14 0px;
	/*border: solid #003366 3px;*/
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
 }
 
 .bouton_Remplacement_Mil:hover {
	/*border: solid #0059A0 0px;*/
	border: solid #6E0B14 3px;
	background: #91283B;
	background-image: -webkit-linear-gradient(top, #91283B, #ED0000);
	background-image: -moz-linear-gradient(top, #91283B, #ED0000);
	background-image: -ms-linear-gradient(top, #91283B, #ED0000);
	background-image: -o-linear-gradient(top, #91283B, #ED0000);
	background-image: -webkit-gradient(to bottom, #91283B, #ED0000);
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	text-decoration: none;
 }


 .bouton_Remplacement_Att {
	background: #ED7F10;
	background-image: -webkit-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -moz-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -ms-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -o-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -webkit-gradient(to bottom, #ED7F10, #FF7F00);
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border-radius: 10px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	/*font-weight: 200;*/
	padding: 3px;
	border: solid #CC5500 0px;
	/*border: solid #003366 3px;*/
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
 }

 .bouton_Remplacement_Att:hover {
	/*border: solid #0059A0 0px;*/
	border: solid #CC5500 3px;
	background: #ED7F10;
	background-image: -webkit-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -moz-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -ms-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -o-linear-gradient(top, #ED7F10, #FF7F00);
	background-image: -webkit-gradient(to bottom, #ED7F10, #FF7F00);
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	text-decoration: none;
 }



 .BandW {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	}


#Periode_0{
		background-color:#000000;
		border-radius:6px;
		border:2px solid #FFFFFF;
		display:inline-block;
		color:#FFFFFF;
		font-family:Verdana;
		font-size:15px;
		padding:3px 3px;
	}

#Periode_1 {
	background-color:#FFC000;
	border-radius:4px;
	border:1px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	padding:1px 3px;
}

#Periode_2 {
	background-color:#00B050;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_3{
	background-color:#00B0F0;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_4{
	background-color:#FFFF00;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_5{
	background-color:#FF0000;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_6{
	background-color:#EEECE1;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_7{
	background-color:#0070C0;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_8{
	background-color:#CCC1DA;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

#Periode_9{
	background-color:#F10F96;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:15px;
	padding:3px 3px;
}

