body {
    font-size: 10pt;
    color: black;
    font-family: Arial, sans-serif;
    background-color: white
}

a {
    color: black;
	text-decoration: none;
}

#contenu {
	text-align: justify;
}

#contenu2 {
	text-align: justify;
	 font-size: 12pt;
	 line-height: 22px;
	 padding-left: 20px;
    font-family: Times New Roman, serif;
}

#contenu a {
    color: black;
	text-decoration: none;
	font-weight: bold;
}

#contenu a:after {
	content:' [' attr(href) '] ';
}

#contenu .spip .spip_note:after {
	content: '';
}
#contenu .spip_note a:after {
	content: '';
}

#menuGauche, #menuDroite, #pubSpip, #admin {
	display: none;
}

/* pour l'espace entre les images et le texte */
.spip_documents {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* pour le nom de l'auteur */
.auteur {
	padding-top: 20px;
	text-align: right;
}
