body {
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;/*"Lucida Grande"*/
	/*color: #330000;
	margin-bottom: 18px;
	border-style: none;
	color: #330000;*/
}

td {
	font-size: 12px; 
	}

h1 {
	}


h2 {
	}

h3 {
	}

h4 {
	}

/*IE rajoute des bordures aux images
 IE et Firefox ajoute des bordures aux images-liens*/

img{
	border: 0 none
}

/* listes (ul,li)*/

ul {
	list-style-type: square;
	padding-left: 14px;
}

/* liens */


a:link {
	color: #2D2DE4;/*663300 ;*/
	text-decoration: underline;
}

a:visited {
	color: #2D2DE4;/*#FFCC66;*//*999999;CC9966 ;*/;
	text-decoration: underline;
}

/*Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!*/

a:hover {
	color: white;
	text-decoration: none;
	background-color: #CC9900;
	} 

/*Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!*/

a:active {
	color: white;
	text-decoration: none;
	background-color: #663300;
	}

