@charset "iso-8859-1";
/*------------------------------------------------------------------------------

	Fichier:	    styles.css
	Auteur:			Simon Picard
	Date:			août 2004
	Description:	Feuille de styles du site du Carrefour des femmes de Lachute

------------------------------------------------------------------------------*/


BODY {
	background-image : url(images/back.gif);
}

a:link
{
    text-decoration: none;
    color: #2D389C;
}

a:visited
{
    text-decoration: none;
    color: #606EE8;
}

a:hover
{
    text-decoration: underline;
    color: #606EE8;
}

a img
{
	border: 0px none;
}

img.overlay
{
	visibility: hidden;
}

hr{ color: #9A009A; }

UL.style1 { 
	font-size : large;
	text-align:left;
	list-style-image: url(images/bullet.gif)
}

UL.style2 { 
	text-align:left;
	list-style-image: url(images/bullet.gif)
}

}

H2.style1{ 
	color : rgb(155,0,155)
}

H1.style1{ 
	font-size : "50";
}

