﻿/*************************/
/* Présentation générale */
/*************************/

.useradd td{
	vertical-align:top;
	width:110px;
}

	
body
{
	scrollbar-face-color: #DEDEDE;	
	scrollbar-shadow-color: #004A93;
	scrollbar-highlight-color: #004A93;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #A2A3A3;
	scrollbar-arrow-color: #004A93;
	
	font-size: 12px;
	color: #004A93;
	font-family : Verdana;
	background-color : #F6FBFE;
	height: 100%;
}

a			 {	font-size:8pt; font-family:Verdana; font-weight:normal; color: #004A93;	text-decoration:none; }
a:link       {	font-size:8pt; font-family:Verdana; color: #004A93;	text-decoration:none; }
a:visited    {	font-size:8pt; font-family:Verdana; color: #004A93;	text-decoration:none; }
a:active     {	font-size:8pt; font-family:Verdana; color: #004A93;text-decoration:none; }
a:hover      {	font-size:8pt; font-family:Verdana; color: #004A93;text-decoration:underline; cursor:pointer; }

.chemin	     {	width:538px;font-size:8pt; font-family:Verdana; color: #004A93;	text-decoration:none; }

.titre
{ 
	font-size: 20px;
	font-family: Verdana;
	color: #004A91;
	clear : both;
	padding: 6px 0px 4px 0px;
	margin : 0px;
	font-weight: bold;
	/*width:500px;*/
	/*background-image: url(ViewNode/titre_fond.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 15px; */
}
.titreClair
{ 
	font-size: 20px;
	font-family: Verdana;
	color: #6ABEE6;
	font-weight: bold;
}
.titreFonce
{ 
	font-size: 20px;
	font-family: Verdana;
	color: #004A91;
	font-weight: bold;
}

.stitre
{
	font-size: 12px;
	font-family: Verdana;
	color: #004A91;
	padding-left:5px;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-right: 1px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: underline;	
	font-weight:bolder;
}

.intro
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #004A91;
	text-align:justify;
}

.citation
{
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
}

.date
{
	font-size: 11px;
	font-family: Verdana; 
	color: #004A91;
	text-indent: 1px;
	padding-left:5px;
	padding-bottom: 5px;	
} 

/*Auteur de l'article*/
.author
{
	
}

.table
{	
	font-size: 12px;
	color: #311B00;
	font-family: Verdana;
    border-collapse:collapse;
    border: solid 0px black;
    border-space: 0px;
}	
	
td, tr
{
	margin: 0px;
    padding: 0px;

}

/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	/*position: relative;*/
	background : url(ViewNode/viewnode_fond.gif) no-repeat right bottom;		
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	
}

.ViewNodeContent td
{
	/*vertical-align: top;*/
	max-width:538px;
}

/********************/ 

/****************/
/* Encadré type */
/****************/
/*
.encadre_type_haut_gauche
{
	margin: 10px;
	background-color: White;
	background-image: url(ViewNode/encadre_type_haut_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.encadre_type_haut_droite
{
	background-image: url(ViewNode/encadre_type_haut_droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.encadre_type_bas_droite
{
	background-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;
	background-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;
	text-align: left;
	padding: 0px;
}

.SommaireContent img.SommaireContent 
{
	width: 200px;
}

div.Sommaire 
{
	/*position:relative;*/
	clear : both;
	padding: 20px 0px 20px 0px;
	text-align:left;
}

div.Sommaire a:link,
div.Sommaire a:visited,
div.Sommaire a:active,
div.Sommaire a:hover 
{
	color: #004A91;
	font-weight: bold;
	font-size: 10pt;
}

.SommaireFiche, .SommaireDossier 
{	
	/*position:relative;*/	
	float:left;	
	clear : both;
	height: 24px;			
	padding : 0px 0px 2px 15px;	
	margin : 0px 0px 0px 0px;	
}

.SommaireFiche 
{
	background: url(ViewNode/puce_fleche_bleu_clair.gif) no-repeat left top;	
}

.SommaireDossier 
{
	background: url(ViewNode/puce_fleche_bleu_clair.gif) no-repeat left top;	
}

/***************************/