#all #middle .global #content #center_tables #table_stages{
	border-collapse:collapse;
	
}

#all #middle .global #content #center_tables #table_stages .titre_stage{
		background-color : #463F33;
		color : #fff0da;
		text-align : center;
		font-size : 14px;
		font-weight : bold;
		//line-height : 25px;
		border : thin solid black;
		border-bottom : none;
		padding : 5px;
}

#all #middle .global #content #center_tables #table_stages .theme_stage{
	background-color : #c7baa7;
	text-align : center;
	font-size : 14px;
	font-style : italic;
	font-weight : bold;
	color : #463F33;
	border : thin solid black;
	border-top : none;
	padding : 3px;
}
#all #middle .global #content #center_tables #table_stages .descr_stage{
	background-color : #fff0da;
	text-align : center;
	font-size : 14px;
	border : thin solid black;
	border-top : none;
}
#all #middle .global #content #center_tables #table_stages .stage_content{
	text-align : center;
	font-size : 12px;
}

#all #middle .global #content #center_tables #table_stages .col1{
		width : 200px;
		border-left : thin solid black;
		border-bottom : thin solid black;
		padding : 5px;
}

#all #middle .global #content #center_tables #table_stages .col2{
		width : 180px;
		padding : 5px;
		border-bottom : thin solid black;
}

#all #middle .global #content #center_tables #table_stages .col3{
		padding : 5px;
		width : 200px;
		border-right : thin solid black;
		border-bottom : thin solid black;
}

#all #middle .global #content #center_tables #table_stages .stage_bottom{
		height : 10px;
}


