body {
	font-size: medium ; /* inutile, en principe */
	font-family: sans-serif ;
	color: WindowText ;
	background-color: Window ;
	border-color: WindowText ;
}

h1 {
	text-align: center ;
	font-size: 1.6em ;
	font-weight: bold ;
	margin: 1em ;
	padding: 0.5em ;
	border: medium outset WindowText ;
}

h1 .sous-titre {
	font-size: smaller ; /* par rapport à h1 */
	font-style: italic ;
}

h2 {
	text-align: center ;
	font-size: 1.3em ;
	font-weight: bold ;
	font-style: italic ;
	margin-top: 1em ;
	margin-bottom: 1em ;
}

h3 {
	text-align: left ;
	font-weight: bold ;
	font-style: italic ;
	margin-top: 1em ;
}

a[href] {
	text-decoration: underline ;
}

div.en-tete {
	font-size: 1.6em ;
	text-align: center ;
	margin: 1em 0 ;
}

label {
	white-space: nowrap ;
}

.navigation .ici {
	color: Window ;
	background-color: WindowText ;
}

.erreur {
	font-size: larger ;
	background-color: red ;
	color: white ;
	margin: 1em ;
	padding: 1em ;
}

p.numero-retino {
	font-size: smaller ;
	text-align: center ;
}

div.actualites {
	width: 80% ;
	display: table ;
	margin: 3ex auto 2ex auto ;
	border: 8px solid blue ;
	padding: 0 ;
}

div.actualites p.en-tete {
	font-size: larger ;
	font-weight: bold ;
	text-align: center ;
	background-color: blue ;
	color: white ;
	border: 0 ;
	margin: 0 ;
	padding: 0 ;
}

div.actualites p.titre {
	font-size: larger ;
	font-weight: bold ;
	text-align: center ;
	border-top: 4px solid blue ;
	padding-top: 1ex ;
	margin: 0 ;
}

div.actualites p.actu {
	padding: 1ex;
}