/*
*	Cette CSS sert aux composants Manage et AjoutMembres
*/

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

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

a:active, a:hover	{
	text-decoration: underline;
/*	color: #C45C36; */
	color: #5208AD;
}

tr.pair {
	background-color: #F4EFFF;
}

tr.odd {
	background-color: #FFFFFF;
}

#title1 {
	font-weight: bold;
	width: 100%;
	line-height: normal;
}

/*********************/
/* Composant Manage  */
/*********************/

/* Treeview de l'arborescence des dossiers */
#tree_view {
	margin-top:10px;
	margin-left:5px;
	height:630px;
	width: 400px;
	overflow: auto;
}

/* liste d'objets */
#list1 {
	margin-top:5px;
	margin-left:5px;
	height:180px;
	width: 560px;
	overflow: auto;
}

/* liste d'objets */
#list2 {
	margin-top:5px;
	margin-left:5px;
	height:180px;
	width: 360px;
	overflow: auto;
}

/*************************/
/* Composant AjoutMembres
/*************************/

/* TreeView des structures */
#structures {
	height: 260;
	width: 500;
	overflow: scroll;
	margin: 0;
}
