
/* Liens */
a:link {
	color: #0C4C75;
	text-decoration: none;
}

a:visited	{
	color: #6D87AF;
	text-decoration: none;
}

a:active, a:hover	{
	text-decoration: underline;
	color: #C45C36;
}

/* TreeView de gauche */
#tree_view_left {
	overflow: scroll; 
	margin: 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	background-color: #DFEBFF;
}

/* Fenetre principale */
#main_win  {
/*	background-color: #FFF8CF;*/
	background-color: #DFEBFF;
}

/* Titres */
#title {
/*	font-size: 120%;*/
	font-weight: bold;
/*	color: #AF270A;*/
	width: 100%;
	line-height: normal;
	background-color: #FBE882;
}

#title1 {
/*	font-size: 110%;*/
	font-weight: bold;
/*	color: #AF270A;*/
	width: 100%;
	line-height: normal;
/*	background-color: #EBE0EF;*/
	background-color: #FBE882;
}

#title2 {
	font-weight: bold;
	width: 100%;
	line-height: normal;
	background-color: #FFEFF7;
}

#message {
	font-weight: bold;
	width: 100%;
	line-height: normal;
	background-color: #DFFFEF;
}

/* Ligne de table de Selection Structure ou groupe */
#selection1 {
	font-weight: bold;
	background-color: #EFFFFF;
}

#selection2{
	font-weight: bold;
	background-color: #FFEFF7;
}

#selection3{
	font-weight: bold;
	background-color: #EFFBFF;
}

/* Groupe selectionne */
/*
#groupe_selected {
	background-color: #FFBFE0;
	color: #FFBFE0;
}
*/
