a {
	color: Silver;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
	font-weight: bold;	
}

LI { list-style-type: square }


body {
	background : #FFFFFF;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-align : center;
	background-color: #99CCFF;
}
.text2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000033;
	text-align : left;
}
.titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration : none;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration : none;	
}
