/*
 * Mise en page des textes (bordures...)
 */

.body
{
}

.bandeau {
	font-family: "Arial";
	color: #333333;
	font-size: 10px;
}
.texte {
	font-family: "Arial";
	color: #000066;
	font-size: 12px;
}

.spip-admin {
	font-size: 10px;
}


.grandtitre {
	font-family: "Arial";
	font-size: 15px;
	color: #0066FF;

}
.titrerubrique {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	color: #0033FF;
}

.titre {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	color: #0066FF;
}



a:link {
	font-family: "Arial";
	font-size: 12px;
	
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	
	color: #000066;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	
	color: #000066;
	text-decoration: none;
}
.spipold {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;	
}

.spip {
	font-family: "Arial";
	font-size: 12px;
	color: #000066;
	font-style: normal;
	}

