p {
	text-align: justify;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3.spip {
	color:#22545f;
	margin-top: 20px;
	margin-bottom: 10px;
}

img.puce {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

/* * Couleurs des liens de Spip */
a.spip_note { 
    color: #860e18;
	text-decoration:none;
 } /* liens vers notes de bas de page */
a.spip_in { 
    color: #860e18;
	text-decoration:none;
 } /* liens internes */
a.spip_out { 
    color: #860e18;
	text-decoration:none;
 } /* liens sortants */
a.spip_url { 
    color: #860e18;
	text-decoration:none;
 }

a.spip_mail { 
    color: #860e18;
	text-decoration:none;
 }

a.spip_mail:hover{
	text-decoration:underline ;
	color:#151515;
}

a.spip_in:hover{
	text-decoration:underline ;
	color:#151515;
}

a.spip_out:hover{
	text-decoration:underline ;
	color:#151515;
}

