/* SOUS MENU */

.Child_Menu_Table{
	width: 100%;
}
.Child_Menu_Line{
	font-size: 12px;
	font-weight: normal;
	color: White;
	height: 20px;
	background-color: #9a002f;
	text-align: center;
}

.Child_Menu_Line A{
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-decoration: none;
}
.Child_Menu_Line A:visited{
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-decoration: none;
}
.Child_Menu_Line A:hover{
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-decoration:none;
}
.Child_Menu_Cell_Selected {
	font-size: 8px;
	font-weight: normal;
	height: 20px;
	text-align: center;
	background-color:#a31946;
	
}

/*    FIN SOUS MENU */
