html, body {
	background-image: url('bg.gif'); 
	background-repeat:repeat-x; 
	background-position:left top;
	background-color: white;
	margin:0 0 0 0;
}

.styles {
	font-family: Tahoma, Verdana, Arial;
	font-size: 19px;
	font-weight: bold;
}
.header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}
.texte {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}
.stexte {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color:gray;
	text-decoration: none;
}
.stexte a {color: gray;text-decoration: underline;}
.stexte a:link {color: gray;text-decoration: underline;}
.stexte a:visited{color: gray;text-decoration: underline;}
.stexte a:hover, a:active {color: black;font-weight: bold;text-decoration: underline;}
