﻿/*************************/
/* Présentation générale */
/*************************/

body
{
	scrollbar-face-color: #DEDEDE;
	scrollbar-shadow-color: #E0651D;
	scrollbar-highlight-color: #E0651D;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #A2A3A3;
	scrollbar-arrow-color: #E0651D;
	
	font-size: 10pt;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	height: 100%;
}

a			 {	font-size:10pt; font-family:Arial; color: #000000;	text-decoration:none; }
a:link       {	font-size:10pt; font-family:Arial; color: #E0651D;	text-decoration:underline; }
a:visited    {	font-size:10pt; font-family:Arial; color: #A2A3A3;	text-decoration:underline; }
a:active     {	font-size:10pt; font-family:Arial; color: #E0651D;text-decoration:underline; }
a:hover      {	font-size:10pt; font-family:Arial; color: #A2A3A3;text-decoration:underline; }

.titre
{ 
	font-size: 16px;
	font-family: Arial;
	color: #E0651D;
	padding-left: 70px;
	padding-bottom: 4px;
	padding-top: 11px;
	padding-right: 1px;
	font-weight: bold;
	/*background-image: url(ViewNode/titre_fond.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
	margin: 15px; 
}

.stitre
{
	font-size: 12px;
	font-family: Arial Rounded MT Bold;
	color: #E0651D;
	padding-left:5px;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-right: 1px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;	
}

.intro
{
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	color: #5592B8;
	text-align:justify;
}

.citation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.date
{
	font-size: 11px;
	font-family: Arial; 
	color: #000CFF;
	text-indent: 1px;
	padding-left:5px;
	padding-bottom: 5px;	
} 

/*Auteur de l'article*/
.author
{
	
}

.p, ul li
{
	font-family: Arial;
	font-size: 12px;
	list-style: url(ViewNode/list.gif);
	vertical-align: top;
	list-style-type: lower-roman;
}

.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;	
}

/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	background : url(ViewNode/viewnode_fond.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.ViewNodeContent td
{
	vertical-align: top;
	padding-left: 15px;
}
/********************/ 

/****************/
/* 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 
{
	padding: 20px 15px 20px 15px;
}

div.Sommaire a:link,
div.Sommaire a:visited,
div.Sommaire a:active,
div.Sommaire a:hover 
{
	color: #9A2E38;
	font-weight: bold;
}

.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;
}
/***************************/


