/* Apparence du texte et des liens */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/* Les textes accompagnant les images qui les remplacent
pour l'impression et dans la version "texte" puisque les images-titres
sont alors cachées */
img, #menuTexte, #zoneRecherche, #structure, #chapitres, #suites, #retour, #liste 	{
	display: none;
}
#repereChapitre	{
	font-size: 18px;
	font-weight: bold;
}
#repereStructure	{
	font-size: 18px;
}
 
#structureSV	{/* Positionnement dans une sous-vue */
	width: 150px;
	float: left;
	padding-top: 60px;
}
h1	{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
h2	{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3	{
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
}
h4	{ /* Titre sous-vue */
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
}
h5	{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
p	{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link, a:visited	{
	text-decoration: none;
	color: #333333;
}
a:hover, a:active	{
	text-decoration: underline;
	color: #333333;
}
.date	{
	font-size: 10px;
}
.texteDossiers a:link, .texteDossiers a:visited, .texteDossiers a:hover, .texteDossiers a:active	{
	color: #336666;
}
.spip_documents img	{
	float: left;
	padding-right: 5px;
}
.spip_doc_titre strong	{
	font-weight: normal;
}
.spip_doc_titre	{
	padding-left: 5px;
}
.repere	{
	font-size: 10px;
}
p.tournePage	{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.lienRepere a:link, .lienRepere a:visited, .lienRepere a:hover, .lienRepere a:active	{
	color: #FFFFFF;
	text-decoration: none;
}