<!--

div#main-frame #center-frame #content-center-frame .frame-gestion{
	margin-left:auto; margin-right:auto;
	margin-bottom:20px;
	width:850px; height:auto;
}

div#main-frame #center-frame #content-center-frame .frame-gestion .title-frame-gestion{
	width:850px; height:auto;
	margin-top:20px; margin-bottom:10px;	
	font-size:120%; font-weight:bold;
	color:#4d6c89;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion{
	margin-left:auto; margin-right:auto;
	width:800px; height:auto;
	border-collapse: collapse;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion tr{
	border:1px solid #CCCCCC;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion tr td.column-left{
	width:80%;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#f8f8f8;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion tr td.column-right{
	width:20%;
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:center;
	background-color:#f0f0f0;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion tr td.column-right a:link{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion tr td.column-right a:visited{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame .frame-gestion table.table-gestion tr td.column-right a:hover{
	text-decoration: none;
	color:#FF0000;
	border-bottom: 1px solid;
}

-->