/*Fonds spécifique de l'arrondissement*/

/*Recherche*/
#recherche{
	background-color: #F9C852;
}

/* MENU DE DROITE - FOND PÂLE */
.vill_lightBg {
	background-color: #EFEFEF;
}
/* MENU DE DROITE - FOND MÉDIUM */
.vill_mediumBg {
	background-color: #E7E7E7;
}
/* MENU DE DROITE - FOND FONCÉ */
.vill_darkBg {
	background-color: #CECECE;
}


/* ligne de couleur du voir aussi. */
.eHd_1_voir {
	background-color: #EBC663;
}
/* Entête du voir aussi (header) */
.eHd_2_voir {
	background-color: #E7E7E7;;
}
/* Corps du voir aussi (body) */
.eBd_voir {
	background-color: #E3E6EC;
}

/*Menu déroulant pour les liens rapides de l'arrondissement*/

select.dropp{
	font-family : arial;
	background-color: #ffffff;
	font-size : 10px;
	color : #000000;
	width : 145px;
}	



/*Styles pour les pages de  3e niveau*/
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F7B009;
}


.e_stitre {
	font-size: 10px;
	color: #333333;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: url(/pls/portal/docs/page/librairie_fr/images/bg_ligne_eve.jpg) no-repeat bottom;
	margin-top: 32px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #BC8C0E;
}

p {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
td {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

	
.legende{
	font-size: 10px;
	color: #666666;
	line-height: 15px;
} 


/* LISTE PAR DÉFAUT */
	ul {
		margin: 10px 15px 0px 15px;
		padding:0px; 	
		list-style-type: none;
	}
	
		ul li {
			line-height: 18px;
			color: #333333;
			font-size: 11px;
			
			/* Permettre au liste de se mettre à côté des images. */ 
			height: 1%; /* Pour IE 5 et 6 */
			zoom: 1; /* Pour IE 6 et plus */
		}
	
		@media screen { /* Affichage de la liste à l'écran */
			ul li {
				padding: 1px 0px 1px 16px;
				background: url(/pls/portal/docs/page/arr_vill_fr/media/images/ic_fleche_li.gif) no-repeat 5px 8px;				
			}
		}
		
		@media print { /* Impression de la liste */
			ul li {
				list-style-type: disc; /* Mozilla */
				_list-style-image: url(/pls/portal/docs/page/arr_vill_fr/media/images/ic_fleche_li.gif);	/* IExplorer */
			}
		}	


a:link {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline;
}

/* Vues et formulaires */
.vue_bgEnteteForm { 
	BACKGROUND-IMAGE: url(/pls/portal/docs/page/arr_vill_fr/media/images/bg_vue_ent.jpg);
	BACKGROUND-REPEAT: no-repeat;
}
.vue_bgTxtForm { 
	background-color: #FFFFFF;
}
td.vue_tdEnteteForm {
    height: 20px;
}
td.vue_tdTxtForm {
    height: 200px;
	vertical-align: top;
}
.vue_titreForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F7B009;
	line-height: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* Résultats */
.vue_bgEnteteResultat { 
	BACKGROUND-IMAGE: url(/pls/portal/docs/page/arr_vill_fr/media/images/bg_vue_ent_resultat.jpg);
	BACKGROUND-REPEAT: no-repeat;
}
.vue_bgTxtResultat { 
	background-color: #FFFFFF;
}
td.vue_tdEnteteResultat {
    height: 20px;
}
.vue_titreResultat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}
a.vue_lien:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.vue_lien:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.vue_lien:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.vue_lien:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/*styles présentatrice et collectrice*/
.eVill_GreyTabBG{
	background-color: #f1f1f1;
	border: 1px solid #dedede;
}

