﻿/*************************/
/* v1.0 19-03-07		 */
/*************************/


/*************************/
/* Présentation générale */
/*************************/
body 
{
	scrollbar-face-color: #D3E2DD;
	scrollbar-shadow-color: #BE1B2E;
	scrollbar-highlight-color: #BE1B2E;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: #BE1B2E;
	
	font-size: 10pt;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #E3E3E3;	
	height: 100%;
	
	z-index:10;
}

/*
a, a:link			 {	font-size:10pt; font-family:Arial; color: #C61131;	text-decoration:none; }
a:visited    {	 color: #E7798D;	text-decoration:none; }
a:hover , a:active     {	 color: #F2BB6E;text-decoration:none; }
*/


a, a:visited, a:link
{
	font-family: Arial;
	font-size: 12px;
	color: #FA9B17;
	font : normal;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{	
	color:#888888;
}

.titre
{ 	
	font-size: 20pt;
	font-family: Arial;
	/*color: #C20022;*/
	color: #FA9B17;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 1px;
	margin: 0px;
	/*font-weight: bold;
	background-image: url(ViewNode/titre_fond.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 15px; 
*/
	display:block;	
}

td.titre
{
	font-size: 20pt;
	font-family: Arial;
	color: #FA9B17;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 1px;
	margin: 0px;
}

.titre:first-letter
{
	font-weight:bold;	
}

.stitre
{
	font-size: 12pt; 
	font-family: Arial;
	/*color: #FA9B17;*/
	color:#888888;
	padding-left:5px;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-right: 1px;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;	
}

.intro
{
	font-family: Arial; 
	font-style: normal;
	/*color: #008449; */
	color: #222222;
	font-weight:bold;
	font-size:12px;
}

.normal
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font : normal;
	font-style : normal;
}

.listeMajeure, a.listeMajeure, a.listeMajeure:visited, a.listeMajeure:link
{
	font-family: Arial;
	font-size: 12px;
	color: #FA9B17;
	font : normal;
	font-style:normal;
	font-weight:bold;
}

a.listeMajeure:hover, a.listeMajeure:active
{	
	color:#888888;
}

.p, li
{
	font-family: Arial;
	font-size: 12px;
	list-style: url(ViewNode/list.gif);
	vertical-align: top;
	list-style-type: none;
}

.table
{
	font-size: 12px;
	color: #311B00;
	font-family: Arial, Helvetica, sans-serif;
    border-collapse:collapse;
    border: solid 0px black;
    border-space: 0px;
}	
	
td, tr
{
    margin: 0px;
    padding: 0px;
	text-align: left;	
}

.citation
{ 
	font-size: 10pt;
	font-style: italic;
	color: #008449; 
}

.date
{
	font-size: 9pt; 
	color: #B21242;
	text-indent: 1px;
	padding-left:5px;
	padding-bottom: 5px;	
} 

/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	background-color : #ffffff;	
	/* largeur par défaut des fiches */
	width: 820px;
	margin-left:25px;
}

.ViewNodeContent td
{
	vertical-align: top;
} 
table.xViewNodeContent  
{  padding-left: 15px;
}
/********************/ 

/****************/
/* Encadré type */
/****************/
.encadre_type_haut_gauche
{
	margin: 10px;
	background-color: White;
	xbackground-image: url(ViewNode/encadre_type_haut_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.encadre_type_haut_droite
{
	xbackground-image: url(ViewNode/encadre_type_haut_droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.encadre_type_bas_droite
{
	xbackground-image: url(ViewNode/encadre_type_bas_droite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.encadre_type_bas_gauche
{
	text-align: left;
	vertical-align: top;
	xbackground-image: url(ViewNode/encadre_type_bas_gauche.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: Blue;	
}
/****************/

/***************************/
/* Présenation du sommaire */
/***************************/
td.SommaireContent 
{
	vertical-align: top;
	width: 150px;
	padding: 0px;
}

.SommaireContent img.SommaireContent 
{
	xwidth: 150px;
}

div.Sommaire 
{
	width: 80%;
	padding: 20px 15px 20px 15px;
}

#Chemin1,#Chemin1 a:link,
#Chemin1 a:visited,
#Chemin1 a:hover ,
#Chemin1 a:active
{
	color: #FA9B17;
	font-size: 7pt;
	margin-top:3px;
	margin-left:5px;
}

.SommaireFiche, .SommaireDossier 
{
	padding-left: 25px;
	height: 24px;
}

.SommaireFiche 
{
	background: url(ViewNode/fiche.gif);	
	background-position: left top;
	background-repeat: no-repeat;
}

.SommaireDossier 
{
	background: url(ViewNode/dossier.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/***************************/

.sommaireperso , sommaireperso
{
	border: solid 1px red;
	width: 10px;
	height: 10px;	
}

/*********************************************/
/******** Largeur de table predefinie ********/
/*********************************************/

table.table_l1
{
	width:550px;
}

table.table_l2
{
	width:700px;
	border:none;
}

table.table_l2 td
{
	border:none;
}


