/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
ul {
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 0;
	font-size: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
p {
	text-align: justify;
}
.chapo {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#chemin {
	font-size: 10px;
	text-align: right;
}
#centrale {
	font-size: 11px;
}
#centrale h1 {
	font-size: 20px;
	color: #666666;
	margin: 0;
}
#centrale h2 {
	font-size: 15px;
	margin: 0;
}
#centrale h1.une {
	font-size: 13px;
	margin: 0;
}
#centrale h2.une {
	font-size: 11px;
	margin: 0;
}
#centrale p.une {
	margin: 0;
}
table.spip {
	font-size: 11px;
}
.encart_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	//text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	border: thin solid #000000;
	letter-spacing: 0.1em;
	padding-left: 0.5em;
}
.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 2px;
}
li.puce {
	list-style-image: url(puce.gif);
	list-style-position: inside;
}
.notes {
	font-size: 9px;
}
