/* CSS Document */

#CelluleGauche{ background: url(images/fond-gauche-formation.jpg) no-repeat top right #FFFFFF;}
#TableMenuFormation{width: 100%; height: 227px;}
#TableMenuFormationCelluleGauche{width: 30px;}


#TDMenuFormationTitre{
	vertical-align: top;
	width: 20px;
	color: #0000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 8px 10px 8px;
	height: 200px;
	}

#TDMenuFormationMenu{
	vertical-align: top;

	}
#TDMenuFormationMenu dt {
	text-align: right;
	display: block;
	padding: 10px 10px 5px 0px;
	border-bottom: solid #FFFFFF 1px;
	
	}

#TDMenuFormationMenu dt a{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;}
.selected dt a{color: #000000;}
#TDMenuFormationMenu dt a:hover{color: #000000;}

#TDMenuFormationMenu ul {
	list-style: none;
	}
#TDMenuFormationMenu li{
	display: block;
	margin: 0px;
	padding: 3px 10px 2px 10px;
	border-bottom: solid #FFFFFF 1px;
	background: #000000;
	text-align: left;
	}
#TDMenuFormationMenu li a {

	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
