HTML{
    font-size: 100%;    
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
	background-color: #000000;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}



.xsmall {
	font-size: x-small;
}
.texte-defilant {
	color: #FFFFFF;
}

input, select, textarea{
    font-size: 100%;
}    

h1{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	display: inline;
	font-weight: lighter;
	margin-right: 1px;
}

h2{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}




ul {
	display: inline;
	list-style-type: none;
}

li {
	display: inline;
	list-style-type: none;
}