
/* Style appliqué à toutes les pages web*/

body{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color:#ccccd7;}

/*	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
BACKGROUND-COLOR: #fff; TEXT-ALIGN: center */


a { text-decoration: none; color: #303033; }
a:hover { text-decoration: underline; color: #336699; }

h1{ font-size: 10pt; }
h1.resultat{ text-align:center; }
h1.lieu{ font-size: 9pt; text-decoration:underline; font-weight:normal;}
h2{ font-size: 8pt; font-weight:normal;}

font .blue{ color:orange;}
font .green{ color:vert;}
font .purple{ color:purple;}

/* Style plan du site */

.plan-secteur h1 {
	display: block;
	margin: 0px;
	font-size: 150%;
	font-weight: bold;
	text-align:left;
}
.plan-rubriques {
margin-top: 0.5em;
	clear: left;
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: inline;
	padding: 3px;
	font-weight: bold;
}
.plan-articles {
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}

