.btne   { BORDER-WIDTH: 1; width: 26px; height: 24px; }
.btnDN { BORDER-WIDTH: 1; width: 26px; height: 24px; BORDER-STYLE: inset; BACKGROUND-COLOR: buttonhighlight; }
.btnNA { BORDER-WIDTH: 1; width: 26px; height: 24px; filter: alpha(opacity=25); }

BODY { 
	background: #FFFFFF; margin-top: 0; 
	margin-left: 0;
	margin-right: 0;	
}

a{
        color : #7F7F7F;
        font-weight : bold;
        font-family : Verdana,  Helvetica,Arial, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a:hover{
        color : #3F3F3F;
		text-decoration : underline;
}


.Acomm                { font-family: Verdana,Helvetica; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none }
.Acomm:link           { font-family: Verdana,Helvetica; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none }
.Acomm:visited        { font-family: Verdana,Helvetica; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none }
.Acomm:hover          { font-family: Verdana,Helvetica; font-size: 11px; color: #7C7C7C; font-weight: normal; text-decoration: underline }


.error{
        color : #B90000;
        font-weight : bold;
        font-family : Verdana,  Helvetica,Arial, sans-serif;
        font-size : 12px;
        text-decoration : none;
}
.listwalink{
        color : white;
        font-weight : bold;
        font-family : Verdana,  Helvetica,Arial, sans-serif;
        font-size : 12px;
        text-decoration : none;
}
.listwalink:hover{
        color : white;
}

.tdheadblack{
        color : #000000;
        font-weight : bold;
        font-family : Verdana,  Helvetica,Arial, sans-serif;
        font-size : 12px;
        text-decoration : none;
}

.tdhead{
        color : #303030;
        font-weight : bold;
        font-family : Verdana,  Helvetica,Arial, sans-serif;
        font-size : 12px;
        text-decoration : none;
}

.tdnorm{
        color : #303030;
        font-weight : normal;
        font-family : Verdana,  Helvetica,Arial, sans-serif;
        font-size : 12px;
        text-decoration : none;
}




.input{ 
		font-family: Arial; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 12px; 
		color: #303030; 
		cursor: crosshair; 
		border-color: #303030; 
		border-top: 1px solid; 
		border-bottom: 1px solid; 
		border-left: 1px solid; 
		border-right: 1px solid
}

.btn { 
		font-family: Arial; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 12px; 
		color: #303030; 
		background: #D0D0D0; 
		border: 1px solid #303030; 
		padding: 2px;
		cursor: default;
}
.btn:hover { text-decoration: none; }

a.btn { padding: 3px; }


.treeitemstyle { font-family: Arial; font-weight: normal; font-style: normal; font-size: 12px; margin-top: 0px; margin-bottom: 0px; color: #000000; text-decoration: none}


B.Important      { font-family: Verdana,Helvetica; font-size: 13px; color: #FF0000;  font-weight: normal; text-decoration: none }
B.Titre          { font-family: Verdana,Helvetica; font-size: 18px; color: darkblue; font-weight: normal; text-decoration: none; font-style: italic }
B.SousTitre      { font-family: Verdana,Helvetica; font-size: 13px; color: #FFFFFF;  font-weight: normal; text-decoration: none }
B.Fichier        { font-family: Verdana,Helvetica; font-size: 25px; color: darkblue; font-weight: normal; text-decoration: none }
B.Date           { font-family: Verdana,Helvetica; font-size: 10px; color: #000000;  font-weight: normal; text-decoration: none }
B.Info           { font-family: Verdana,Helvetica; font-size: 11px; color: darkblue; font-weight: normal; text-decoration: none }
B.Divers         { font-family: Verdana,Helvetica; font-size: 13px; color: #000000;  font-weight: normal; text-decoration: none; font-style: italic }
B.Option         { font-family: Verdana,Helvetica; font-size: 18px; color: darkblue;  font-weight: normal; text-decoration: none; }

.btntext{ 
		font-family: Arial; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 12px; 
		color: #303030; 
		background: white; 
		border-top: 1px solid #303030; 
		border-bottom: 1px solid #303030; 
		border-left: 1px solid #303030; 
		border-right: 1px solid #303030;
}
TD               { font-family: Verdana,Helvetica; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none }

/*
 * Komunikaty z błędami.
 */
.error_messages { border: solid 1px #CC0000; background-color: #FFCCCC; padding: 10px; }
.error_message { font-size: 10px }

/*
 * Klasa dla głównej treści.
 */
.main_content { width: 100%; }

/*
 * Położenie lewego i prawego panelu.
 */
.left_panel
{
	float: left;
	margin: 20px;
	width: 150px;
}

.right_panel
{
	float: left;
	margin: 20px;
	width: 520px;
}

