
/* jns additions to override already defined spip styles*/

/* begin: for bulleted lists */

ul.check
{
        list-style-image: url("http://arshermeneutica.org/spip/ecrire/upload/ars_bullet.gif");
}
ul.green
{
        list-style-image: url("http://arshermeneutica.org/spip/ecrire/upload/ars_green_bullet.gif");
}
ul.lt-green
{
        list-style-image: url("http://arshermeneutica.org/spip/ecrire/upload/ars_lt-green_bullet.gif");
}
ul.yellow
{
        list-style-image: url("http://arshermeneutica.org/spip/ecrire/upload/ars_yellow_bullet.gif");
}

/* end: for bulleted lists */

#contenu h1.titre 
{
	font-size: 22pt;
	color: #004a2a;
	text-align: center;
}

h4
{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

img.large-name
{
	margin-top: 35px;
}

#entete .formulaire_recherche 
{ 
	float: right;
	margin-top: -25px;
}

a
{
	text-decoration: underline;

}
a:hover
{
	background-color: #eaffea;
}
a img
{
	border: none;
}
