html{
	background-color : rgb(70, 184, 47);
	/*background-color : black;*/
	font-family : "Trebuchet MS",  "Cambria", "sans-serif";
}

body{
   width : 900px;
   margin : auto;
   margin-top : 20px;
   margin-bottom : 20px;
}

/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/

/***************
*     Body     *
****************/
#body{
	margin-bottom: 10px;
	padding: 10px;
	min-height : 600px;
	color: black;
	background-color: white;
	overflow : hidden;
}



/********************
*     HOME PAGE     *
*********************/
#contained{
	background-color : white;
	/*margin-left : 220px;*/
	margin-left : 10px;
	float : left;
	width : 660px;
}


#contained a{
	text-decoration : none;
	color : black;
}

/***************************
*     Partie de gauche     *
****************************/
/* A modifier aussi dans la partie admin interview.css */
#left_part{
	float : left;
}



/***********************
*     Une l'equipe     *
***********************/
/*#front_page{
	text-align : center;
	border: 2px solid black;
	width : 363px;
	height : 200px;
	margin-bottom : 10px;
}

#front_page img{
	height : 200px;
}*/



/***************
*     News     *
****************/
#all_news{
	font-family : "sans-serif";
	border: 2px solid black;
	width : 363px;
	height : 400px;
	margin-bottom : 10px;
	/*padding: 0px;*/
	overflow : hidden;		/* auto : si ajout d'une scroll bar si besoin */
}

.one_news{
	margin : 10px 2px 10px 2px;
}

.one_news a:hover{
	color : red;
}

/* A modifier aussi dans la partie admin interview.css */
h2{
	text-align : center;
	background-color : rgb(40, 130, 22);
	height : 30px;
	margin : 0px;
	padding : 10px 0px 10px 0px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}

hr{
	color : red;
}

.date{
	color : red;
}

.subject{
	text-decoration : underline;
}

.inter_news{
	color : grey;
	background-color: grey;
	height : 1px;
	border : 0px;
	/*text-decoration : dotted;*/
	border-style : dotted;
	margin : 5px;
}




/**************************
*     Partie de droite    *
***************************/
#right_part{
	float : right;
}

/*************************
*     prochain match     *
**************************/
#next_match{
/*	background-image : url('../images/top_window2.png');
	background-repeat : repeat-x;*/
	text-align : center;
	border: 2px solid black;						/* Bordure noir, de 2px d'epaisseur */
	width : 280px;
	height : 190px;	
	margin-bottom: 10px;
}

#next_match table, #last_match table{
	width : 280px;
}

.team_logo{
	height : 30px;
}

.team_name_column{
	width : 100px;
}

/************************
*     dernier match     *
*************************/
#last_match{
/*	background-image : url('../images/top_window2.png');
	background-repeat : repeat-x;*/
	text-align : center;
	border: 2px solid black;						/* Bordure noir, de 2px d'epaisseur */
	width : 280px;
	height : 190px;
	margin-bottom: 10px;
}

.score{
	font-size : 30px;
}


/*********************
*     classement     *
**********************/
#ranking{
/*	background-image : url('../images/top_window2.png');
	background-repeat : repeat-x;*/
	text-align : center;
	border: 2px solid black;						/* Bordure noir, de 2px d'epaisseur */
	width : 280px;
	/*height : 239px;*/
	margin-bottom: 10px;
}


/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/

/*******************
*     Effectif     *
*******************/
.border{
	border : 1px solid black;
	padding-top : 5px;
}

#season_combo{
	margin-left : 480px;
}

.fixed_player_column_width{
	width : 150px;
	/*white-space:nowrap;*/
}

.player{
	height : 111px;
	background-color : rgb(196, 204, 223);
}

/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/

/********************
*     Resultats     *
********************/
.horizontal_bar_result{
	color : green;
	background-color : green;
	height : 5px;
}

.triangle{
	width : 0;
	height : 0;
	border : 6px solid green;
	border-top-color : transparent;
	border-right-color : transparent;
	border-bottom-color : transparent;
	float : left;
	margin-top : 5px;
}

.tabulation_table{
	width : 10px;
}

.fixture{
	width : 100%;
	border-collapse: collapse; 
}

.date_separation{
	border-top-width : 6px;
	border-top-style : outset;
	border-top-color : green;
}

.competition_separation{
	border-top-width : 10px;
	border-top-style : outset;
	border-top-color : black;
}

.fieldset_legend{
	font-size : 30px; 
	font-family : "Trebuchet MS","Cambria","sans-serif";
	font-weight : bold; 
}

/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/

/**************
*     kit     *
***************/
.current_season_kit_table{
	margin-left : auto; 
	margin-right : auto;
	border-collapse : collapse;
}

.current_season_margin_table{
	margin-bottom : 20px;
}

.kit_table{
	border-collapse : collapse;
	display : inline-table; 
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
}

.season_kit_cell{
	border : 2px solid;	
	padding : 10px;
}

.padding_kit{
	padding : 10px;
}

.border_left_kit{
	border-left : 2px solid;
}

.border_right_kit{
	border-right : 2px solid;
}

.border_top_kit{
	border-top : 2px solid;
}

.border_bottom_kit{
	border-bottom : 2px solid;
}

.red_border_kit{
	border-color : green;
}

.green{
	color : green;
}

/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/

/***********************
*     Liens utiles     *
************************/
#helpful_link_contained{
	background-color : white;
	margin-left : 10px;
	float : left;
	width : 660px;
}

.bulleted_list{
	list-style-image : url("../images/bulleted.png");
}

.link{
	text-decoration : underline;
	color : green;
}



/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/


/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/

.h1_title{
	font-size : 32px;
	font-weight : bold;
}

.h2_title{
	font-size : 24px;
	font-weight : bold;
}

.tabulation {
text-indent:50px;
}

.no_margin{
	padding : 0px;
	margin : 0px;
}

a img{
	border : none;
}

.center{
	text-align : center;
}

.right{
	text-align : right;
}

.left{
	text-align : left;
}

.hide{
	display : none;
}
