﻿/*
TH - 18/04/2006
Feuille de style specifique aux Viewnode par type de noeud
*/

body {
	height: 100%;
	background-color: White;
} 
body , .formulaire , table
{
	font-size: 10pt;
	font-family:  Arial, Helvetica, sans-serif;  
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	scrollbar-face-color: #B2E7F7;
	scrollbar-shadow-color: #109EC8;
	scrollbar-highlight-color: #109EC8;
	scrollbar-3dlight-color: #A3E990;
	scrollbar-darkshadow-color: #A3E990;
	scrollbar-track-color: #A3E990;
	scrollbar-arrow-color: #109EC8;
}

 /* Styles pour gestion du tableau du sommaire */
.hg,.hd,.bg,.bd,.haut,.bas, .gauche,.droite{  height:10px;width:10px; }
.haut {background-image:url(images/haut.gif); }
.bas {background-image:url(images/bas.gif); }
.gauche {background-image:url(images/gauche.gif); }
.droite {background-image:url(images/droite.gif); }
.hg {background-image:url(images/haut_gauche.gif);}
.hd {background-image:url(images/haut_droite.gif); }
.bg {background-image:url(images/bas_gauche.gif);}
.bd{background-image:url(images/bas_droite.gif); } 
.contenuvert   {background-repeat:no-repeat;background-image:url(images/degradevert.jpg);text-align:left; }
.contenusommaire   {background-repeat:no-repeat;background-image:url(images/degradevert.jpg);text-align:left; width:210px; }



/* Cadre principal */
 

.formulaire { 
	border: 1px solid #2086A4;
	background-color: #CCF6C1;
	color: #2086A4; 
	font-weight: bold;
}
.Main
{
	padding:10px 20px 10px 20px;
}

/* chemin complet du noeud */
.NodePath
 {
	font-size: 10pt;
	color: #007952;
	font-weight: bold;
} 

/* Titre */
.Title
{
	color:#007952;
	font-size: 16pt;
	font-weight:bold;
}
 
a, a:link {color: #784F07;text-decoration:none; }
a:link       {text-decoration:underline; }
a:visited    {text-decoration:underline; }
a:hover      { color: #0B72C1;text-decoration:underline; }
a:active     {color: #0B72C1;text-decoration:underline; }

.gros_titre, .titre{
	color: #036481;
	padding-left: 41px;
	padding-bottom: 8px;
	padding-top: 20px;
	padding-right: 1px;
	font-weight: bold;
	background-image: url(images/fond_titre.gif);
	background-repeat: no-repeat;
}

.gros_titre_bibli{
	color: #036481;
	padding-left: 27px;
	padding-bottom: 8px;
	padding-top: 20px;
	padding-right: 1px;
	font-weight: bold;
	background-image: url(images/fond_titre_bibli.gif);
	background-repeat: no-repeat;
	text-align:left;
}

.sous_titre, .stitre
{
	font-weight:normal;
	color: #64C14A;
	padding-left: 35px;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-right: 1px;
	background-image: url(images/puce_sous_titre.gif);
	background-repeat: no-repeat;
}


.date {
	font-size: 9pt;
	color: #000CFF;
   text-indent: 1px;
   padding-bottom: 5px;
 
	
} 

.citation {
	font-style: italic;
 	color: #000CFF;	 
	} 
.intro 
{
	color: #795012; 
	} 
 	
.chemin { 
   font-family: Arial; 
	font-size: 8pt; 
	padding-top : 3px;
	color: #2FC707; 
}
 

.chemin a,   .chemin a:link, .chemin a:visited , .chemin a:hover, .chemin a:active     
{ 
	font-size:8pt; 
	color:#2FC707; 
	text-decoration:none; 
	font-weight: normal
}

li	{
	list-style: url(images/puce_li1.gif);
	vertical-align: top;
	list-style-type: lower-roman;

}

.li2{
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 1px;
	font-weight: normal;
	background-image: url(images/puce_liste_ora.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.linkContact
{
	float:right;
}


 

