/*************************/
/* Présentation générale */
/*************************/


a			 {	font-size:10pt; font-family:Arial; color: #e69900;	text-decoration:none; }
a:link       {	font-size:10pt; font-family:Arial; color: #e69900;	text-decoration:underline; }
a:visited    {	font-size:10pt; font-family:Arial; color: #e69900;	text-decoration:underline; }
a:active     {	font-size:10pt; font-family:Arial; color: #d00101;text-decoration:underline; }
a:hover      {	font-size:10pt; font-family:Arial; color: #d00101;text-decoration:underline; }


ul
{
	list-style-image: url(ViewNode/liste_a_puce.jpg);
	font-family: Arial;
	color: #367647;
	font-size: 10pt;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-left: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.titre
{ 
	font-family: Arial;
	font-size: 16pt;
	color: #d69904;
	font: normal;
	margin: 0px 15px 15px 50px;
	background-image: url(ViewNode/trait_gros_titre.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 5px;	
}

.stitre
{
	font-family: Arial;
	font-weight:normal;
	color: #3b7446;
	font-size: 12pt;
	padding-left: 10px;
	background-image: url(ViewNode/puce_ss_titre.jpg);
	background-repeat: no-repeat;
	margin: 15px;
}

.sstitre
{
	font-family: Arial;
	color: #3b7446;
	font-size: 10pt;
	padding-left: 10px;
	background-image: url(ViewNode/puce_ss_titre.jpg);
	background-repeat: no-repeat;
	margin-left: 55px;
}

.date
{
   font-family: Arial;
	color: #22599c ;
	font-size: 10px;
} 
/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	width:100%;
}

.ViewNodeContent td
{
	padding-left: 5px;
}
/********************/ 

/********************/
/*      chemin      */
/********************/ 
div.chemin
{
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom:26px;
}
/********************/ 

/****************/
/* Encadré type */
/****************/
.encadre_type_haut_gauche
{
	margin: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

.encadre_type_haut_droite
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
}

.encadre_type_bas_droite
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.encadre_type_bas_gauche
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #faedca;	
}
/****************/


/* Gestion du sommaire*/
.SommaireContent
{
	vertical-align: top;
	padding-right: 20px;	
}
/**********************/


div#ViewNode7 .SommaireContent
{
  width: 0px;

}
