/****************************
fichier : patrimoine-site.css
****************************/ 
/****************************
* AUTEUR :       DAEL-dsi   *
* CREATION :     mai 2005   *
* DERNIERE MàJ : mai 2005   *
* CSS POUR le graphisme du patrimoine *
****************************/





/****************************
Bandeau etat
- class="a_band"
- class="txt_petit"

Bandeau dynamique
- les css sont définies dans le fichier stm31.js
****************************/


/* Liens normaux */
a:active 
	{
	color: #CC0000;
	text-decoration: none;
	} 

a:link 
	{
	color: #CC0000;
	text-decoration: none;
	}

a:visited
	{
	color: #CC0000;
	text-decoration: none;
	} 

a:hover
	{
	color: #CC0000;
	text-decoration: underline;
	}

	

/* Liens noirs pour bandeau etat et dps*/
a.a_band:active
	{
	color: #7E8387;
	text-decoration: none;
	} 

a.a_band:link
	{
	color: #7E8387;
	text-decoration: none;
	}

a.a_band:visited
	{
	color: #7E8387;
	text-decoration: none;
	} 

a.a_band:hover
	{
	color: #7E8387;
	text-decoration: underline;
	}

/* Liens comme h2 */
a.a_h2:active
	{
	color: #B3DDCC;
	text-decoration: none;
	} 

a.a_h2:link
	{
	color: #B3DDCC;
	text-decoration: none;
	}

a.a_h2:visited
	{
	color: #B3DDCC;
	text-decoration: none;
	} 

a.a_h2:hover
	{
	color: #B3DDCC;
	text-decoration: underline;
	}

body
	{
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	background: #FFFFFF;
	}

ul
	{
	list-style-image: url(/patrimoine/images/css_ul-tiret.gif);
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;

	}
	
ul.puce-disque
	{
	list-style-image: url()!important;
		margin-left: 15px!important;
	margin-right: 0px!important;
	margin-top: 1px!important;
	margin-bottom: 1px!important;

	}


ul.puce-none
	{
	list-style-image: url()!important;
	list-style-type: none !important;
	margin-left: 15px!important;
	margin-right: 0px!important;
	margin-top: 1px!important;
	margin-bottom: 1px!important;

	}


/* Puces sommaires rubriques */
	ul.ul_p-marges0
	{
	list-style-image: url(/patrimoine/images/css_puce.gif);
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.td_body-justify
	{
	text-align: justify;
	}

p, td
	{
	font-size: xx-small;

	}


/*Site officiel de l'Etat de Genève*/
h1
	{
	color: #7E8387;
	font-size: xx-small;
	font-weight: normal;
	}

h2
	{
	color: #B3DDCC;
	font-size: xx-small;
	font-weight: normal;
	}

h3
	{
	}

h4	
    {
	color: #7E8387;
	font-size: xx-small;
	font-weight: normal;
	}

h5
	{
	font-size: x-small;
	font-weight: bold;
	}

h6
	{
		
	font-size: xx-small;
	font-weight: normal;
	
	}

/*Pour tous les titres et sous-titres*/
h1,h2,h3,h4,h6
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h5
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
/* PAGES SERVICES */
	
/* Menus services */

td.td_menu-services
	{
	background-image:url(/patrimoine/images/css_arrow_dag-bas-menu.gif);
	background-repeat: no-repeat;
	}

td.td_p-bord-haut-blanc-trait
	{
	border-top: #FFFFFF dashed 1px;
	}
	
/* Liens noirs pour menus services */
a.a_menus_services:active
	{
	color: #000000;
	text-decoration: none;
	} 

a.a_menus_services:link
	{
	color: #000000;
	text-decoration: none;
	}

a.a_menus_services:visited
	{
	color: #000000;
	text-decoration: none;
	}
	
a.a_menus_services:hover
	{
	color: #000000;
	text-decoration: underline;
	}
	
/* Formatage tableaux */
table.plans
	{
    border-top: #D1D1D1 solid 1px;
	border-right: #D1D1D1 solid 1px;
 	}
 
table.plans td 
	{ 
    border-bottom: #D1D1D1 solid 1px;
	border-left: #D1D1D1 solid 1px;
	padding-top :5px;
	padding-bottom :5px;
	padding-right :3px;
	padding-left: 3px;
	}

/* Formatage tableaux */
table.plansb
	{
    border-top: #D1D1D1 solid 1px;
	border-right: #D1D1D1 solid 1px;
 	}
 
table.plansb td 
	{ 
    border-bottom: #D1D1D1 solid 1px;
	border-left: #D1D1D1 solid 1px;
	padding-top :5px;
	padding-bottom :5px;
	padding-right :2px;
	padding-left: 0px;
	}
/* Journées du patrimoine*/

.text-norm		
	{
	font-family: Verdana, sans-serif;
	font-size: xx-small; 
	font-style: normal; 
	text-align: justify;
	margin-right: 5px;
	color: #000000;
}

.text-gras
	{
	font-weight: bold
	}
	
.text-small	
    {
	color: #666666;
	font-size: 60%;
	font-weight: 90%;
	font-style: italic; 
	}
	
.text-big
    {
	color: #000000;
	font-size: 120%;
	font-style: bold;
	}
	

