	/* menu central */
	#contentsection .colgauche table{
		position:relative;
		border:1px solid #BAC7CF;
		border-collapse: collapse;/**/
		background-color:#ECEFF2;
		/* 1px decalage firefox  caus� par propriete "border-collapse" : (voir isae_gabarit_ie.css) */
		top:1px;left:1px;	width:583px;
	}
		#contentsection .colgauche table a{
			text-decoration:none;
			color:#5A6774;
		}
		#contentsection .colgauche table a:hover{
			text-decoration:underline;
		}

		#contentsection .colgauche tr, #contentsection .colgauche td{
			border:1px solid #BAC7CF;
			vertical-align:top;
		}
		#contentsection .colgauche td{
			background:url(../img/fd_cellmenu.gif) no-repeat 0 0;
			width:193px;
		}
		#contentsection .colgauche table .menu a{
			background:url(../img/puce.gif) no-repeat 4px 2px;
			padding:0 0 0 20px;
			margin:10px  4px 4px 20px;
			font:bold 16px arial;
			line-height:16px;
			color:#5A6774;
			display:block;
		}

		#contentsection .colgauche table ul{
			margin:6px 10px 0 21px;
			list-style-type:none;
			font-size:12px;
		}
			#contentsection .colgauche table li{
				padding:0 0 4px 20px;
				overflow:visible;
			}
			#contentsection .colgauche table li.separateurs {
				background:url(../img/pointilles.gif) repeat-x 0 0;
				margin:0 0 0 20px;
				height:1px;
				line-height:0px;
				font-size:0%;
		}

		#contentsection .colgauche table a.toutesformations{
			font-size:11px;
			margin:4px 0 0 20px;
			display:block;
			color:#8A96A1;
		}
			#contentsection .colgauche table a.toutesformations img{
				margin-right:6px;
			}
