/* CSS Document */

TABLE.organigramme {
	background-color:#FFF;
	padding:0px;
	margin:0px;
}

TABLE.organigramme tr td {
	width:150px;
	height:50px;
}

TABLE.organigramme tr td.etape {
	width:148px;
	height:50px;
	
	border:solid 1px #CCCCCC;
	background-color:#b9ced6;
	
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	
	cursor:pointer;
}

TABLE.organigramme tr td.etape_selected {
	width:148px;
	height:50px;
	
	border:solid 1px #333333;
	background-color:#11485c;
	
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	
	cursor:pointer;
}

TABLE.organigramme tr.trait td {
	width:150px;
	height:20px;
}

.titre_menu_procedure_instruction_bleu {
	color:#11779e;
	font-size:14px;
}

#div_detail_etape a.telechargement:link, #div_detail_etape a.telechargement:visited, #div_detail_etape a.telechargement:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}

#div_detail_etape a.telechargement:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}

#div_detail_etape a.telechargement_off:link, #div_detail_etape a.telechargement_off:visited, #div_detail_etape a.telechargement_off:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	text-decoration:none;
}

#div_detail_etape a.telechargement_off:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}


