


#accordion {
    width: 219px;
    height: 400px;
	 color: #ccff00;
	 margin-top: 30px;
}

#accordion h3 {
    font-size: 11pt;
	 text-align: center;
	 color: #ccff00;
    padding: 2px 3px;
    margin: 0;
	 height: 18px;
	 overflow: hidden;
    background: url(../images/bg_toolsTop.gif);
	 background-repeat: no-repeat;
    cursor: pointer;
}

#visible {
    color:#CED7EF;
}

.panel_body {
    height:211px;
	 margin: 0;
    padding: 0;
    border: none;
	 overflow: auto;
    background: url(../images/bg_tools.gif);
}

#accordion h4 {
    padding: 0px;
	 height: 25px;
    margin: 0;
	 overflow: hidden;
    background: url(../images/bg_toolsBottom.gif);
	 background-repeat: no-repeat;
}

table.listeItems {
	width: 200px;
}

.listeItems TR {
	width: 200px;
}

.avatar {
	width: 32px;
}

.etat {
	width: 32px;
	text-align: center;
}

.etat IMG {
	padding: 0;
	margin: 0;
	
}

.actions UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

.designation {
	width: 120px;
}

.designation H2 {
	font-size: 10pt;
	font-weight: normal;
	width: 120px;
	padding-top: 3px;
	margin-left: 4px;
}

.designation H2 A {
	color: #CCFF00;
	font-weight: bold;
	text-decoration: none;
}

.designation H2 A:hover {
	text-decoration: underline;
}

.designation P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 4px;
	color: white;
}

.filtre {
	width: 100%;
}

.filtre TD {
	border: 1px solid #CCFF00;
	text-align: center;
}

.filtre A {
	color: #CCFF00;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

.filtreAllume {
	background: #CCFF00;
}

.filtreAllume A {
	color: #8210D2;
}

