/****************************
fichier : patrimoine-includes.css
****************************/ 
 /****************************
* AUTEUR :       DAEL-dsi   *
* CREATION :     mai 2005   *
* DERNIERE MàJ : mai 2005   *
* CSS POUR INCLUDES DESTINES A S'AFFICHER DANS DIFFERENTS ENVIRONNEMENTS GRAPHIQUES *
****************************/
/*ul*/
ul.inc_ul
	{
	list-style-image: url(/patrimoine/images/css_ul-tiret.gif);
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* Détermine la marge basse pour tous les < li > compris dans des balises ul avec class="inc_ul" */	
ul.inc_ul li 
	{
	margin-bottom: 5px;
	}

ul.inc_ul-puce-marge
	{
	list-style-image: url(/patrimoine/images/css_puce.gif);
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* textes justifiés */	
.inc_txt_p-justify
{
	text-align: justify;
	}

/* Liste sommaire traitillés */

td.inc_td_bord-bas_listes
{
	border-bottom: #AEB2B1 dashed 1px;
	}


/* PUBLICATIONS : TABLEAUX ET FICHES DYNAMIQUES */

table.fichePub
	{
    border-top: #D1D1D1 solid 1px;
	border-right: #D1D1D1 solid 1px;
 	}
 
table.fichePub td 
	{ 
    border-bottom: #D1D1D1 solid 1px;
	border-left: #D1D1D1 solid 1px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	text-align: justify;
	padding-top :1px;
	padding-bottom :1px;
	padding-right :1px;
	padding-left: 2px;
	}

 table.fichePub h6
	{
	font-size: xx-small;
	font-weight: bold;
	}
 
.pub_col_gauche
	{
	text-transform: uppercase !important;
	border-bottom: #FFFFFF solid 1px !important;
	background: #D1D1D1 !important;
	text-align:left !important;
	padding-top :1px !important;
	padding-bottom :1px !important;
	padding-right :5px !important;
	padding-left :1px !important;
	}

.pub_cell_dyn 
	{
	border-bottom: #FFFFFF solid 1px !important;
	text-align:right !important;
	}

/* déclarations des css utilisées dans les tableaux des fiches_bas */

table.ficheBasPub
{
      border: #D1D1D1 solid 1px;
	  
 }
 
table.ficheBasPub td 
	{ 
    font-family: Verdana, sans-serif;
	font-size: xx-small;
	padding-left: 10px; 
	padding-right: 10px;
	}	

table.ficheBasPub h6
	{
	font-size: xx-small;
	font-weight: bold;
	}
	
.fiche_bas_col 
	{
	border-left: #D1D1D1 solid 1px !important;
	text-align:right !important;
	padding-top :1px !important;
	padding-bottom :1px !important;
	}
	
.fiche_bas_col_left 
	{
	border-left: #D1D1D1 solid 1px !important;
	text-align:left !important;
	padding-top :1px !important;
	padding-bottom :1px !important;
	}

.fiche_bas_col_center 
	{
	border-left: #D1D1D1 solid 1px !important;
	text-align:center !important;
	padding-top :1px !important;
	padding-bottom :1px !important;
	}

.fermer_align
	{
	text-align:right !important;
	}


