/****************************
fichier : site.css
****************************/ 
/****************************
* AUTEUR :       DSI   *
* CREATION :     janvier 2006   *
* CSS POUR le graphisme du DCTI *
****************************/


/****************************
Définitions communes
****************************/
body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	}
	

ul
	{
	list-style-image: url(/dcti/img-site/com/css_ul-tiret.gif);
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;

	}
	




p, td
	{
	font-size: x-small;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.td_body-justify
	{
	text-align: justify; 
	}
.text-gras
	{
	font-weight: bold;
	font-size: x-small;
	}
.text-menu-transversal
	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-small;
	text-transform: uppercase

	}	
	
	
/* Liens normaux */
a:active 
	{
	
	color: #0000CC;
	text-decoration: none;
	} 

a:link 
	{
	
	color: #0000CC;
	text-decoration: none;
	}

a:visited
	{
	
	color: #0000CC;
	text-decoration: none;
	} 

a:hover
	{
	
	color: #0000CC;
	text-decoration: underline;
	}




/****************************
Bandeau etat
- class="a_band"
- class="txt_petit"

****************************/
	

/* Liens noirs pour bandeau etat*/
a.a_band:active
	{
	font-size: x-small;
	color: #7E8387;
	text-decoration: none;
	} 

a.a_band:link
	{
	font-size: x-small;
	color: #7E8387;
	text-decoration: none;
	}

a.a_band:visited
	{
	font-size: x-small;
	color: #7E8387;
	text-decoration: none;
	} 

a.a_band:hover
	{
	font-size: x-small;
	color: #7E8387;
	text-decoration: underline;
	}

/* Liens page d'accueil*/
a.a_welcome:active
	{
	font-size: xx-small;
	color: #0000CC;
	text-decoration: none;
	} 

a.a_welcome:link
	{
	font-size: xx-small;
	color: #0000CC;
	text-decoration: none;
	}

a.a_welcome:visited
	{
	font-size: xx-small;
	color: #0000CC;
	text-decoration: none;
	} 

a.a_welcome:hover
	{
	font-size: xx-small;
	color: #0000CC;
	text-decoration: underline;
	}
	
	
	/* Liens noirs pour sous-menu*/
	
a.a_ss-menu:active
	{
	font-size: xx-small;
	color: black;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 10px;
	} 

a.a_ss-menu:link
	{
	font-size: xx-small;
	color: black;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 10px;
	}

a.a_ss-menu:visited
	{
	font-size: xx-small;
	color: black;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 10px;
	} 

a.a_ss-menu:hover
	{
	font-size: xx-small;
	color: black;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 10px;
	}
	
	

/*Bandeau officiel de l'Etat de Genève*/
h1		
		{
		color:#000000;
		font-size: x-small;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
h1.dpt	
		{
		font-weight: normal;
		}
h1.dpt-theme	
		{
		color:#FFFFFF;
		font-weight: bold;
		}


/*Titre et menus des pages */	
	


h2
	{
	font-size: medium; 
	font-weight: bold
	
	}

/*Styles paragraphes*/

h3
	{
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	
	
	}

h4	
    {
	
	font-size: x-small;
	font-weight: bold;
	}


	
/* Menus gauche */

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;
	}
	
	
/****************************

* CSS POUR INCLUDES DESTINES A S'AFFICHER DANS DIFFERENTS ENVIRONNEMENTS GRAPHIQUES *
****************************/
/*ul*/
ul.guichets_ul
	{
	list-style-image: url(/dcti/img-site/com/css_ul-tiret.gif);
	font-size: xx-small;
	margin-left: 10px;
	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="guichets_ul" */	
ul.guichets_ul li 
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

ul.guichets_ul-puce-marge
	{
	list-style-image: url(/dcti/img-site/com/css_puce.gif);
	font-weight: bold;
	font-size: x-small;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}









