/*
estilos para spip por primit@nodo50.org
*/

body {
	background: white;
	margin: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: Gray;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: Gray;
	scrollbar-track-color: white;
	scrollbar-arrow-color: Gray;
}

a {
	text-decoration: none;
	color: #931D00;
}

a:hover {
	text-decoration: none;
	/*color: #FF9900; */
	background: #EDEDED;
}

.titre{
	font-size : 18px;
	font-weight : bold;
}

.texte{
	font-size : 12px;
}

.chapo{
	font-size: 14px;
}

.date{
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
}

.spip_documents{
	font-family: Arial,Helvetica,sans-serif;
	font-size : 70%;
}


