﻿/*
********************************************************************************************************************
Style standard
********************************************************************************************************************
*/

/*Texte gÃƒÂ©nÃƒÂ©ral*/
body /*, table*/
{
	scrollbar-face-color: #A4AEC7;
	scrollbar-shadow-color: #015b81;
	scrollbar-highlight-color: #b6d0dd;
	scrollbar-3dlight-color: #A4AEC7;
	scrollbar-darkshadow-color: #015b81;
	scrollbar-track-color: #4D5C97;
	scrollbar-arrow-color: #4D5C97;
	margin: 0 0 0 0px;
	
	background-color: #ffffff; 
	font-family: Arial; 
	font-size: 10pt; 
	text-align:justify;
	color:#015885;
}
body .FrontMaster {
	background-color: #ffffff;
}

p { /*margin: 0px 0px 0px;*/}
/*Lien*/
a:link       { color:#015885; text-decoration:none; font-family:Arial }
a:visited    { color:#f78222; text-decoration:none; font-family:Arial }
a:active     { color:#f78222; font-family:Arial }
a:hover      { color:#f78222; font-family:Arial }

/*Titre*/
.titre
{ 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #015885;
	
	padding-left: 25px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 1px;
	background-image: url(images/puce_titre.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px;
	/*background-position: left center;
	margin: 15px; */
}

/*Sous-Titre*/
.stitre {
	font-weight: bold;
	color: #015885;
}

/*Introduction*/
.intro
{
	font-family: Arial; 
	font-size: 9pt; 
	font-style:normal; 
	color: #015885; 
	text-align:justify
}

/*Citation*/
.citation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

/*Date de l'article*/
.date
{
	/*font-size: 11px;
	font-family: Arial; 
	color: #000CFF;
	text-indent: 1px;
	padding-left:5px;
	padding-bottom: 5px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;	
}

/*Auteur de l'article*/
.author
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align:right;
	margin: 0px 0px 0px;
}

/*Liste*/
li
{

}
p,ul	{
	font-family: Arial;
	font-size: 9pt;
	text-align:justify;
	list-style-image: url(images/pictos/puce_lien.gif);
}

/*
********************************************************************************************************************
Style spÃƒÂ©cifique (tous ces styles doivent ÃƒÂªtre commentÃƒÂ©)
********************************************************************************************************************
*/


/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	background-position: right bottom;
	background-repeat: no-repeat;
	width:100%;
}

.ViewNodeContent td
{
	vertical-align: top;
	padding-left: 2px;
}
/********************/ 

/********************/
/*      chemin      */
/********************/ 
#chemin1	
{
	padding-left:5px;
	padding-bottom:5px;
}
#chemin1 a	{text-decoration:underline;}
#chemin1 a:link {color:#000000;}

/****************/
/* EncadrÃƒÂ© type */
/****************/
.encadre_type_haut_gauche
{
	/*display:none;
	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#SommaireColonne, td#SommaireColonne div, td#SommaireColonne table
{
	width:160px;
}
td#SommaireColonne div
{
	display:block;
	overflow:hidden;
}
td#SommaireColonne table
{
	background-color:#F5F5F5;
	border-collapse: collapse;
}
td#SommaireTitre
{
	padding:20px 0px 0px; 
	background-image:url(ViewNode/fd_gris_haut.gif); 
	background-repeat:no-repeat;
	height:56px;
}
td#SommaireTitre span
{	
	font-size: 12px;
	font-weight: bold;
	color:#8F1A1A;
	padding-left: 0px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 40px;
	background-image: url(ViewNode/pic_dossier_02.gif);
	background-repeat: no-repeat;
	display:block;
	height:30px;
}

td#SommaireContent 
{
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
}

.SommaireFiche, .SommaireDossier 
{
	padding-left: 25px;
	display:block;
	padding-bottom:5px;
}

.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;
}
/***************************/	