﻿#Filtre
{
    width: 250px;
    float: left;
}

#ListSelection
{
    margin-top: 10px;
    margin-left : 5px;
    margin-right :5px;
}

#DivSelected
{
    margin-bottom: 10px;
}

.CritereSelected
{
    font-size: small;
}

a.ViderSelection, a:link.ViderSelection, a:visited.ViderSelection, a:active.ViderSelection
{
    font-size: x-small;
    font-family: verdana;
    color: #000000;
    font-style: normal;
}


.FiltreLinkElement a, .FiltreLinkElement a:link, .FiltreLinkElement a:visited, .FiltreLinkElement a:active
{
    color: #FF0000;
    text-transform: none;
}


#ListResult
{
    float:left;
    /*Left :250px;*/
    width: 725px;
}

	/* Accordion */
.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    color: white;
    /*background-color: #2E4d7B;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 5px;
    cursor: pointer;
    height: 24px;
    background-image: url(  'Images/Menu_BackGround.JPG' );
    background-repeat: repeat-x;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
/*    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;*/
    /*border: 1px solid #2F4F4F;*/
    color: white;
    /*background-color: #2E4d7B;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 5px;
    cursor: pointer;
    height: 24px;
    background-image: url(  'Images/Menu_BackGround_hover.JPG' );
    background-repeat: repeat-x;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    */
    border: 1px dashed #FF0000;
    padding: 5px;
    padding-top: 10px;
    background-position: bottom;
    background-image: url(    'Images/MenuPresentation_BackGround.jpg' );
    background-repeat: repeat-x;
    background-color: #FFFFF4;
}

.TV_RootNode
{
    background-image: url(     'Images/Filtre_Noeud.png' );
    background-position: left center;
    padding-left: 10px;
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: small;
    font-weight: bold;
}

.TV_LeafNode
{
    background-image: url(   'Images/Filtre_Element.png' );
    background-position: left center;
    padding-left: 10px;
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: x-small;
}

.LabelMAJ
{
    font-family: Tahoma;
    font-size: x-small;
    color: #000000;
    text-align: right;
}
