/* Textes CSS Styles */
/* © SI/APF 2004, tous droits réservés */

/* Textes Styles */
.Barre1Titre
{
	color : #6A6A6A; 
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	margin-left: 30;	
	margin-top: 8;
}

.Barre1Link A:link
{
	color : darkblue;
	text-decoration: underline;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
	margin-right: 20;
}

.Barre1Link A:visited
{
	color : darkblue; 
	text-decoration: underline;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
	margin-right: 20;			
}

.Barre1Link A:hover
{
	color: red;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
	margin-right: 20;	
}

.Barre1Link A:active
{
	color : red;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
	margin-right: 20;	
}

.SectionNotesText
{
	background-color: White;
	font-family: Verdana;
	font-size: 10pt;
}

.TextesRecentsLink:link
{
	color : darkblue;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
}

.TextesRecentsLink:visited
{
	color : darkblue; 
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
}

.TextesRecentsLink:hover
{
	color: red;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
}

.TextesRecentsLink:active
{
	color : red;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
}

.TextesRecentsDescription
{
	color : black; 
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
	background-image: url(/images/arrow_white_on_red.gif);	
	background-repeat: no-repeat;
	background-position: 5 3;
	clear:left;
	padding-left: 20;
	padding-right: 10;
	margin-bottom: 15;
}

.TextesRecentsDate
{
	color : darkgreen;	
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 7pt;	
}

/* Themes */
.ThemeDescription
{
	color : black; 
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
    margin: 3 15 3 10;
    padding-left: 15;
    background-image: url(/images/summary_ul.gif);	
	background-repeat: no-repeat;
	background-position: 0 3;	
}

/* Rubriques */
.RubriquesTitle
{   
	color: black;	
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;		
	margin-top: 2;
	margin-bottom: 2;
	vertical-align: middle;	
	text-align: left;	
	text-indent: 5;
	height: 14;
}

.RubriquesSelected
{   	
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;		
	margin-top: 2;
	margin-bottom: 2;
	vertical-align: middle;	
	text-align: left;	
}

.RubriquesCount
{
	color: dimgray;
	font-size: 7pt;	
}

.RubriquesLink:link
{
	color : darkblue;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
}

.RubriquesLink:visited
{
	color : darkblue; 
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
}

.RubriquesLink:hover
{
	color: red;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
}

.RubriquesLink:active
{
	color : red;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
}

.RubriquesBackground
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F9F9F9', endColorStr='#A9A9A9', gradientType='0')
			alpha(opacity=30);		
	width: 340;
}


/* Liens sur les pages des documents trouvés */
.CurrentPageTop
{
	color : olive;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;	
}

#DocContentPanel
{	
	height: 1050;
	width: 100%;		
	background-color: #FAFAFA;
	text-align: center;	
}

table#DocContentTable
{	
	margin-top: 20;
	background-color: White;
	height: 950;
	width: 725;		
	border: solid 1px silver;
}

div#PagesPanel
{	
	padding-right : 8;
	text-align: right;
}

/* Document Profile Styles */
.docValue
{
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	color: black;			
	margin-left: 10;	
}

p.docDescription
{
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: black;		
	display: inline;
}

table#docProfil, table#docResume
{	
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: black;		
	vertical-align: bottom;					
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F9F9F9', endColorStr='#A9A9A9', gradientType='0')
			alpha(opacity=40);	
	border-top: solid 1px gray;		
}

#docProfil p.titre, #docResume p.titre
{	
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	color: darkblue;		
	margin-right: 5;	
	margin-top: 10;	
	margin-bottom: 0;	
	padding-left: 0;
}

table#docProfil p, table#docResume p
{
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: black;			
	padding-left: 10;
	line-height: 1.5;
}

table#docProfil p a:link
{
	color : blue;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
	white-space:nowrap;	
}

table#docProfil p a:visited
{
	color : blue; 
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
	white-space:nowrap;	
}

table#docProfil p a:hover
{
	color: red;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
	white-space:nowrap;	
}

table#docProfil p a:active
{
	color : red;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;	
	white-space:nowrap;	
}

div#ProfilZone
{
	height: 272;
	position: relative;
	padding: 5 10 5 10;
}

div#ResumeZone
{
	height: 240;
	overflow: auto;
	position: relative;
	padding: 5 10 5 10;
}

div#Toolbox
{
	margin-top: 8;
	margin-bottom: 8;
}


.ToolbarLink
{
	color : navy;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7.5pt;			
}

.ToolbarLink:link
{
	color : navy;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7.5pt;		
}

.ToolbarLink:visited
{
	color : navy; 
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7.5pt;			
}

.ToolbarLink:hover
{
	color: red;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7.5pt;		
}

.ToolbarLink:active
{
	color : red;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7.5pt;		
}

.DocLink
{
	color : royalblue;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;			
}

.DocLink:link
{
	color : royalblue;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;		
}

.DocLink:visited
{
	color : royalblue; 
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;			
}

.DocLink:hover
{
	color: red;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;		
}

.DocLink:active
{
	color : red;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;		
}

.AttachedDocLink
{
	color : royalblue;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;		
	background-image: url(/images/arrow_white_on_red.gif);	
	background-repeat: no-repeat;
	background-position: 10 3;
	clear:left;
	padding-left: 25;	
}

.ProfilDocLink
{
	color : royalblue;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;			
}

.AttachedDocLink:link, .ProfilDocLink:link
{
	color : royalblue;
	text-decoration: underline;	
}

.AttachedDocLink:visited, .ProfilDocLink:visited
{
	color : royalblue; 
	text-decoration: underline;		
}

.AttachedDocLink:hover, .ProfilDocLink:hover
{
	color: red;
	text-decoration: none;	
}

.AttachedDocLink:active, .ProfilDocLink:active
{
	color : red;
	text-decoration: none;	
}

.DocMessage
{
	color : darkgray; 
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24pt;
	text-align: center;	
}

.IndexLettre
{
	color : darkgray;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20pt;		
}

.DossierContentieux
{
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: black;		
	display: inline;
	padding-top: 10;
	padding-bottom: 10;
}

.DossierContentieux h1
{
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: peru;		
	padding-left: 10;
    background-image: url(/images/arrow_orange.gif);	
	background-repeat: no-repeat;
	background-position: 0 3;	
}

.DossierContentieux h2
{
	font-family: verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: dimgray;		
	margin-left: 10;
	margin-right: 10;
}
