#tabArmee {
	padding-bottom : 20px;
}

#tabArmee table{
	text-align:center;
	background : #F3F3F3;
}

#tabArmee th 
{
	background: #525252;
	color : #C3C3C3;
}

#tabArmee td
{
	border : 1px solid #B6B6B6;
}

tr.tabArmee:hover 
{
	background-color: #DF7171;
	color :#FFFFFF;
	/*cursor:pointer;*/
	text-decoration : underline;
} 

